cvedb.io
CVE-2026-44245
MEDIUM · CVSS 6.1
EPSS exploitation probability: 0%
Published 2026-05-12T23:16:18.060 · Last modified 2026-06-17T10:50:24.460

Summary

Kyverno is a policy engine designed for cloud native platform engineering teams. Prior to 2.5.2, Vue 3's v-html directive is the framework-documented mechanism for injecting raw HTML, and it intentionally disables the auto-escaping that {{ }} interpolation provides. The PropertyCard.vue component uses v-html for the else branch of the URL check, meaning any non-URL string value flows directly into the DOM as HTML. The isURL() guard only filters values that parse as http: or https: URLs, so any HTML payload not starting with those schemes bypasses it entirely. The data originates from Kubernetes PolicyReport .results[].properties fields, which are arbitrary string maps populated by policy engines and potentially by any principal with write access to PolicyReport objects in the cluster. This

Affected products

kyverno — policy-reporter-ui

Does this affect you?

Add your gear to cvedb and we'll alert you only when kyverno ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.