Cyber & AI intelligence
Wasteland.
Briefs indexed2359
Issues26
Published Mondays07:30 CT
⚡ Active KEV CVE-2026-84200 2026-09-01

CVE-2026-84200: Kyverno Policy Bypass via Conflicting PolicyExceptions

"A critical flaw in Kyverno before v1.13.0 lets an attacker sidestep enforce-mode admission policies by naming a resource so it matches a second, less restrictive PolicyException."

A critical flaw in Kyverno before v1.13.0 lets an attacker sidestep enforce-mode admission policies by naming a resource so it matches a second, less restrictive PolicyException.

What Is It

CVE-2026-84200 is an access control flaw (CWE-284) in Kyverno's policy exception handling. When a policy running in enforce mode is paired with two PolicyExceptions, the less restrictive exception takes precedence. An attacker can exploit this by crafting a resource name that matches the second exception's name pattern, for example, a pattern like *ingress*, causing the enforcing policy to be bypassed entirely.

The issue was disclosed via VulnCheck and is tracked in the Kyverno project's GitHub security advisory GHSA-gg4x-fgg2-h9w9.

Why It Matters

Kyverno is a Kubernetes admission controller; a bypass here means guardrails that cluster operators believe are enforced are not. The advisory specifically cites circumventing a policy that blocks hostPath volumes; a control that exists to stop workloads from mounting the host filesystem.

The flaw carries a CVSS 3.1 base score of 9.0 (CRITICAL, CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H) and a CVSS 4.0 score of 9.4 (CRITICAL). The 3.1 vector describes an adjacent-network attack with low complexity, no user interaction, and only low privileges required, with high confidentiality, integrity, and availability impact. Its S:C (scope changed) metric is what reflects that a successful bypass reaches beyond Kyverno itself into the cluster it is supposed to protect; CVSS 3.1 has no separate vulnerable-system versus subsequent-system impact metrics, since that split is a CVSS 4.0 construct.

What's Vulnerable

Patch Status

Fixed in Kyverno v1.13.0. Upgrading to v1.13.0 or later is the remediation. As an interim measure, operators should review clusters for policies paired with multiple PolicyExceptions, since that is the configuration the bypass requires.

This CVE is not listed in the CISA KEV catalog, so there is no KEV-confirmed active exploitation and no KEV-mandated due date. Exploit maturity in the CVSS 4.0 vector is Not Defined. The NVD record was published 2026-09-01 and remains in "Received" status, so details may change.

Sources