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 applicationsUpgrade istio.io/istio/pilot/pkg/config/kube/gateway
to version 1.12.2 or higher.
Affected versions of this package are vulnerable to Privilege Escalation. Users who have CREATE
permission for gateways.gateway.networking.k8s.io
objects can escalate this privilege to create other resources that they may not have access to, such as Pod
. This vulnerability impacts only an Alpha level feature, the Kubernetes Gateway API.
###Workaround:
Remove the gateways.gateway.networking.k8s.io CustomResourceDefinition
, or
Set PILOT_ENABLE_GATEWAY_API_DEPLOYMENT_CONTROLLER=true
environment variable in Istiod, or
Remove CREATE
permissions for gateways.gateway.networking.k8s.io
objects from untrusted users.