Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 Access Restriction Bypass vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/kubernetes/kubernetes/plugin/pkg/admission/serviceaccount
to version 1.24.15, 1.25.11, 1.26.6, 1.27.3 or higher.
Affected versions of this package are vulnerable to Access Restriction Bypass where users may be able to launch containers that bypass the mountable secrets policy enforced by the ServiceAccount admission plugin when using ephemeral containers.
Notes:
Clusters are impacted by this vulnerability if all of the following are true:
The ServiceAccount admission plugin is used. Most clusters should have this on by default as recommended in https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#serviceaccount
A service account uses the kubernetes.io/enforce-mountable-secrets
annotation. This annotation is not added by default.
Pods use ephemeral containers.