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 k8s.io/kubernetes/pkg/apis/core/validation
to version 1.32.6, 1.33.2, 1.34.0-alpha.1 or higher.
Affected versions of this package are vulnerable to Incorrect Authorization via the NodeRestriction admission controller process. An attacker can access unauthorized dynamic resources by creating mirror pods during pod creation when the DynamicResourceAllocation feature gate is enabled.
Note:
The DynamicResourceAllocation
feature is disabled by default but it is recommended to check if it is enabled and to turn it off if not actively used.
To check if the feature is in use run the following commands:
kubectl get ResourceClaim --all-namespaces
kubectl get pods --all-namespaces -o json | jq -r '.items[] | select(.metadata.annotations["kubernetes.io/config.mirror"] == "true") | "\(.metadata.namespace)/(.metadata.name)"'