Key Takeaways What you need to know
  1. The critical SSRF vulnerability in Kyverno (CVE-2026-4789) allows users with namespace-scoped permissions to make arbitrary HTTP requests, bypassing Kubernetes RBAC, which poses significant risks such as access to internal services, data theft, and cloud credential exfiltration.

  2. This vulnerability’s impact is heightened as it breaks the security model of namespace isolation in Kubernetes, enabling malicious actors with limited permissions to exploit connections from the Kyverno admission controller pod, raising concerns for organizations relying on Kyverno for Kubernetes policy management.

  3. With a fix pending release, organizations must audit their Kyverno deployments—specifically policies utilizing HTTP functions—and implement network policies to limit egress traffic, ensuring greater protection against potential attacks until the official patch is available.

A critical SSRF vulnerability in Kyverno versions 1.16.0 and later allows users with namespace-scoped permissions to make arbitrary internal HTTP requests from the admission controller pod, potentially leading to data theft and credential exfiltration, with a fix merged but not yet available in a patched release.