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 Incorrect Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/external-secrets/external-secrets/apis/externalsecrets/v1 to version 2.4.1 or higher.
Affected versions of this package are vulnerable to Incorrect Authorization via ExternalSecret resource handling for Service Account tokens. A user can impersonate service accounts by crafting ExternalSecret resources that cause the operator to create Secrets populated with long-lived tokens for arbitrary service accounts in the namespace, bypassing intended permission boundaries.
Note This can only be exploited if additional misconfigurations are present in the ESO installation, as the attacker cannot gain access to further information using this method alone. The privileges gained by exploiting this are only marginally greater than those the attacker must have as a prerequisite.
This vulnerability can be mitigated by adding admission control logic to prevent the use of Templates targeting undesired Types, removing Service Account Token generation via kube-controller-manager flags, or restricting User RBAC on production clusters and sensitive namespaces.