CVE-2025-47281

Kyverno is a policy engine designed for cloud native platform engineering teams. In versions 1.14.1 and below, a Denial of Service (DoS) vulnerability exists due to improper handling of JMESPath variable substitutions. Attackers with permissions to create or update Kyverno policies can craft expressions using the {{@}} variable combined with a pipe and an invalid JMESPath function (e.g., {{@ | non_existent_function }}). This leads to a nil value being substituted into the policy structure. Subsequent processing by internal functions, specifically getValueAsStringMap, which expect string values, results in a panic due to a type assertion failure (interface {} is nil, not string). This crashes Kyverno worker threads in the admission controller and causes continuous crashes of the reports controller pod. This is fixed in version 1.14.2.
Configurations

No configuration.

History

23 Jul 2025, 21:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-07-23 21:15

Updated : 2025-07-25 15:29


NVD link : CVE-2025-47281

Mitre link : CVE-2025-47281

CVE.ORG link : CVE-2025-47281


JSON object : View

Products Affected

No product.

CWE
CWE-20

Improper Input Validation

CWE-248

Uncaught Exception