The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Improper Access Control vulnerabilities in an interactive lesson.
Start learningUpgrade @keystone-6/core
to version 5.5.1 or higher.
Affected versions of this package are vulnerable to Improper Access Control when ui.isAccessAllowed
is set as undefined
, the adminMeta
GraphQL query is publicly accessible (no session required). This is different from the behavior of the default AdminUI
middleware, which by default will only be publicly accessible (no session required) if a session
strategy is not defined.
Users unable to upgrade may opt to write their own isAccessAllowed
functionality to work around this vulnerability.