Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-44245— Kyverno: [policy-reporter-ui] XSS via Stored Property Values in PropertyCard Component

Quick assessment

Affected
kyverno kyverno
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

Kyverno是Kyverno开源的一个为 Kubernetes 设计的策略引擎。 Kyverno 2.5.2之前版本存在跨站脚本漏洞,该漏洞源于PropertyCard.vue组件使用v-html指令注入原始HTML且isURL过滤不完整,可能导致跨站脚本攻击。

CVSS 6.1 · Medium EPSS 0.18% · P8

Possible ATT&CK Techniques 1 AI

T1190 · Exploit Public-Facing Application

Affected Version Matrix 1

VendorProduct Version RangeStatus
kyverno kyverno < 2.5.2 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-44245

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Kyverno: [policy-reporter-ui] XSS via Stored Property Values in PropertyCard Component
Source: CVE Program / CVE List V5
Vulnerability 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.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Source: CVE Program / CVE List V5
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
Source: CVE Program / CVE List V5
Vulnerability Title
Kyverno 跨站脚本漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Kyverno是Kyverno开源的一个为 Kubernetes 设计的策略引擎。 Kyverno 2.5.2之前版本存在跨站脚本漏洞,该漏洞源于PropertyCard.vue组件使用v-html指令注入原始HTML且isURL过滤不完整,可能导致跨站脚本攻击。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
kyverno kyverno < 2.5.2 -

II. Public POCs for CVE-2026-44245

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-44245

登录查看更多情报信息。

Vendor Advisories for CVE-2026-44245 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-44245

No comments yet


Leave a comment