SCA: security update for github.com/kyverno/policy-reporter-ui (GHSA-q98m-7w8c-w388)

medium Tenable Cloud Security Plugin ID 441389

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-44245)

Solution

Update the github.com/kyverno/policy-reporter-ui library and its related packages to version 2.5.2 or later.

See Also

https://github.com/advisories/GHSA-q98m-7w8c-w388

Plugin Details

Severity: Medium

ID: 441389

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 5/7/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 2.3

Percentile: 9.37

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.4

Temporal Score: 4.7

Vector: CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:N

CVSS Score Source: CVE-2026-44245

CVSS v3

Risk Factor: Medium

Base Score: 6.1

Temporal Score: 5.3

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 5/6/2026

Vulnerability Publication Date: 5/6/2026

Reference Information

CVE: CVE-2026-44245

cwe: CWE-79