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/security/authz/model to version 1.27.9, 1.28.6, 1.29.2 or higher.
Affected versions of this package are vulnerable to Improper Neutralization due to the serviceAccountRegex matcher in pilot/pkg/security/authz/model/generator.go. An attacker can gain access to workloads protected by AuthorizationPolicy rules by presenting a SPIFFE identity whose namespace or service account name match regex metacharacters, causing the generated matcher to treat those characters as pattern syntax instead of literal text. This allows identities with crafted names to match policies intended for different service accounts, resulting in the acceptance of unauthorized requests and access to protected services.