SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-67173

MEDIUM · CVSS 5.1 EPSS 0.34% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-28 · Last synced 2026-08-27

CyberRota Analysis

AI-Generated

The vulnerability allows an attacker to manipulate the imagePath values in graph data, potentially redirecting users to malicious URIs when the affected graph is rendered. This could lead to unauthorized access to client or network metadata, tracking of users, or attempts to access local resources. Organizations utilizing Pivotick should prioritize addressing this issue to mitigate the risk of exploitation through crafted graph data.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-67173
Severity
MEDIUM
CVSS
5.1
EPSS
0.34%

Original NVD Description

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.