CVE Catalog

CVE-2026-84199

HighCVSS 7.7
Published: Updated: Translated: NVD NIST

Summary

Kyverno before 1.16.2 contains a server-side request forgery (SSRF) vulnerability in the APICall feature. The URL field in a Policy's ServiceCall configuration is not validated, so a user with namespace-level Policy creation permissions can direct Kyverno to make HTTP requests to arbitrary internal resources (e.g., cloud metadata endpoints such as 169.254.169.254 or other tenants' resources). Because Kyverno executes these requests using its cluster-wide high-privilege ServiceAccount (a Confused Deputy problem), the responses—potentially including other tenants' secrets and cloud IAM credentials—are returned in the PolicyReport and can be read by the attacker, breaking multi-tenant isolation.

Risk Assessment

An attacker can access sensitive internal data, including secrets and cloud credentials, potentially leading to multi-tenant isolation breaches and privilege escalation.

Recommendation

Upgrade Kyverno to version 1.16.2 or later. Restrict policy creation permissions and validate URLs in ServiceCall configurations.

Other vulnerabilities in Kyverno

See all
Original NVD description (English source)

Kyverno before 1.16.2 contains a server-side request forgery (SSRF) vulnerability in the APICall feature. The URL field in a Policy's ServiceCall configuration is not validated, so a user with namespace-level Policy creation permissions can direct Kyverno to make HTTP requests to arbitrary internal resources (e.g., cloud metadata endpoints such as 169.254.169.254 or other tenants' resources). Because Kyverno executes these requests using its cluster-wide high-privilege ServiceAccount (a Confused Deputy problem), the responses—potentially including other tenants' secrets and cloud IAM credentials—are returned in the PolicyReport and can be read by the attacker, breaking multi-tenant isolation.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS