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 github.com/cilium/cilium/pkg/policy
to version 1.14.16, 1.15.10 or higher.
github.com/cilium/cilium/pkg/policy is a package for eBPF-based Networking, Security, and Observability
Affected versions of this package are vulnerable to Insecure Automated Optimizations due to the interaction between broader CIDR deny policies and more specific CIDR allow policies. An attacker can bypass intended security restrictions if a narrower CIDR allow policy is configured and takes precedence over a broader CIDR deny policy.
Note:
This is only exploitable if enableDefaultDeny: false
or - toEntities: all
is specified in the narrower allow policy.
This vulnerability can be mitigated by removing the enableDefaultDeny: false
configuration option and explicitly defining any allow rules required. No workaround is available to users with egress policies that explicitly specify toEntities: all
.