Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade github.com/kyverno/kyverno/pkg/engine/wildcards
to version 1.14.2 or higher.
Affected versions of this package are vulnerable to Uncaught Exception via improper handling of JMESPath variable substitutions in the getValueAsStringMap
function within pkg/engine/wildcards/wildcards.go. An attacker can cause the admission controller and reports controller to crash by crafting a policy that uses a variable substitution with an invalid JMESPath function (e.g., {{@ | non_existent_function
}}), resulting in a nil
value where a string is expected. This triggers a panic and leads to service unavailability.
Note:
This is only exploitable if the attacker has permissions to create or update Policy or ClusterPolicy resources.