CVE-2026-44245
Description
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 vulnerability is fixed in 2.5.2.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/kyverno/policy-reporter-uiGo | < 2.5.2 | 2.5.2 |
Affected products
9- osv-coords8 versionspkg:apk/chainguard/kyverno-1.15pkg:apk/chainguard/kyverno-1.16pkg:apk/chainguard/kyverno-1.17pkg:apk/wolfi/kyverno-1.15pkg:apk/wolfi/kyverno-1.16pkg:apk/wolfi/kyverno-1.17pkg:bitnami/kyvernopkg:golang/github.com/kyverno/policy-reporter-ui
< 0+ 7 more
- (no CPE)range: < 0
- (no CPE)range: < 0
- (no CPE)range: < 0
- (no CPE)range: < 0
- (no CPE)range: < 0
- (no CPE)range: < 0
- (no CPE)range: < 2.5.2
- (no CPE)range: < 2.5.2
Patches
Vulnerability mechanics
References
3- github.com/kyverno/kyverno/security/advisories/GHSA-q98m-7w8c-w388nvdExploitVendor AdvisoryWEB
- github.com/advisories/GHSA-q98m-7w8c-w388ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-44245ghsaADVISORY
News mentions
0No linked articles in our index yet.