CVE-2026-44245
Last modified
CVE-2026-44245 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. 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. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Kyverno | Policy-Reporter-Ui | < 2.5.2 |
References
- https://github.com/kyverno/kyverno/security/advisories/GHSA-q98m-7w8c-w388Exploit, Vendor Advisory
- https://github.com/kyverno/kyverno/security/advisories/GHSA-q98m-7w8c-w388Exploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-44245?
How severe is CVE-2026-44245?
How do I fix CVE-2026-44245?
Are you affected by CVE-2026-44245?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
