CVE Catalog

CVE-2026-100703

HighCVSS 7.7
Published: Translated: NVD NIST

Summary

Kyverno 1.16.0 through 1.19.0 registers the globalcontext.Lib CEL library in its policy environment without confining it to the policy's namespace, unlike the sibling libraries (resource.Lib, http.Lib, configMap loader) which are handed the policy namespace. A tenant who can create a namespaced policy (e.g. NamespacedValidatingPolicy, and likewise the namespaced mutating, deleting, generating, and image-validating policy kinds) in their own namespace can call globalContext.get("<entry>", "") and receive the full cached contents of a cluster-scoped GlobalContextEntry, including data cached from namespaces the tenant has no RBAC permission to read. No admission validation rejects such calls. Fixed in 1.19.1.

Risk Assessment

A low-privilege user can access data from other namespaces, leading to isolation breach and leakage of sensitive information. Organizations with multiple tenants in a Kubernetes cluster are exposed to unauthorized data access.

Recommendation

Update Kyverno to version 1.19.1 or later. Restrict permissions to create namespaced policies and review existing GlobalContextEntries for sensitive data.

Other vulnerabilities in Kyverno

See all
Original NVD description (English source)

Kyverno 1.16.0 through 1.19.0 registers the globalcontext.Lib CEL library in its policy environment without confining it to the policy's namespace, unlike the sibling libraries (resource.Lib, http.Lib, configMap loader) which are handed the policy namespace. A tenant who can create a namespaced policy (e.g. NamespacedValidatingPolicy, and likewise the namespaced mutating, deleting, generating, and image-validating policy kinds) in their own namespace can call globalContext.get("<entry>", "") and receive the full cached contents of a cluster-scoped GlobalContextEntry, including data cached from namespaces the tenant has no RBAC permission to read. No admission validation rejects such calls. Fixed in 1.19.1.

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