Vulnary
← back to the feed
Critical· 9.2official fix available

CVE-2026-67174

Pivotick, a graph visualization library, has a critical DOM-based cross‑site scripting flaw that lets attackers inject malicious HTML or SVG into its user interface. The vulnerability arises when untrusted data is rendered as HTML or inserted as an icon without proper sanitization. A vendor patch replaces unsafe innerHTML usage with textContent and sanitizes SVG icons.

publishedJul 28, 2026
last modifiedJul 28, 2026
sourcesNVD
severity · cvss
9.2
critical · how bad it is
exploitation · epss
<1%
31th percentile · chance of exploitation in 30 days
(ai-assisted) A model wrote this summary from the official data, so double-check it against the source before you act on it. Read the official advisory →
auto-deletes from the system
counting…on Aug 27, 2026

An official fix is available, so this entry is kept for 30 days and then removed automatically.

01

Who is affected

Pivotick users who incorporate untrusted graph data or custom rendering callbacks are affected. The flaw exists in the library’s generic UI element resolution and icon‑rendering utilities.

02

Real-world impact

An attacker can run arbitrary JavaScript in a victim’s browser, steal sensitive information, modify graph data or application state, and perform actions with the victim’s privileges.

03

Why this severity

The CVSS score of 9.2 reflects that the flaw is remotely exploitable without authentication, allows arbitrary code execution in the victim’s browser, and has a high impact on confidentiality and integrity.

04

What to do about it

official fix available
recommended steps
  1. 01Apply the vendor patch that updates tryResolveHTMLElement to use textContent instead of innerHTML and sanitizes SVG icon markup.
  2. 02Restart the Pivotick application to ensure the patch is in effect.
interim mitigations
  • Avoid using untrusted data for graph properties or custom rendering callbacks until the patch is applied.

NVD description

05

Timeline

  1. Jul 28, 2026 · 2d ago
    Published
    Disclosed and added to the National Vulnerability Database.
  2. Jul 28, 2026 · 2d ago
    Official fix available
    A vendor patch or mitigation now exists — see the remediation steps above.
06

How it’s attacked

Attack vectorNetwork (remote)
Attack complexityLow
Attack requirementsNone
Privileges requiredNone
User interactionNone needed
Confidentiality impactHigh
Integrity impactLow
Availability impactNone
07

References & advisories

(ai-assisted) A model wrote this summary from the official data, so double-check it against the source before you act on it. Read the official advisory →