CVE Catalog

CVE-2026-67173

MediumCVSS 5.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.34%

27th percentile - higher than 27% of all known CVEs

Summary

Pivotick did not validate the URI scheme of node imagePath values, allowing an attacker to set a malicious URI. When a victim renders the graph, the browser could initiate an unintended request or invoke scheme-specific handling.

Risk Assessment

An attacker could access local or internal resources of the victim, perform rendering-based tracking, or disclose network metadata.

Recommendation

Update Pivotick to a version containing the fix, which restricts image paths to relative URLs or http, https, data, and blob schemes.

Other vulnerabilities in Pivotick

See all
Original NVD description (English source)

Pivotick did not validate the URL scheme of node imagePath values derived from graph data before assigning them to SVG image resources. An attacker able to supply crafted graph data could set an image path to a malicious URI. When a victim rendered the affected graph, the browser could resolve the attacker-controlled URI and initiate an unintended request or invoke scheme-specific handling in the victim’s context. Depending on the URI, browser behaviour, and installed protocol handlers, exploitation could disclose limited client or network metadata, facilitate rendering-based tracking, or attempt to access local or internal resources. Exploitation requires a victim to load or render graph data containing the malicious imagePath. The patch normalizes ASCII whitespace and control characters in URI schemes and restricts image paths to relative URLs or the http, https, data, and blob schemes.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS