CVE-2026-66919
Received Received - Intake

XSS in Pivotick Node Modals via Graph Data

Vulnerability report for CVE-2026-66919, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-28

Last updated on: 2026-07-28

Assigner: 5a6e4751-2f3f-4070-9419-94fb35b644e8

Description

Pivotick contains a cross-site scripting vulnerability in the inspect and edit node modals. Node labels and descriptions originating from graph data were interpolated directly into HTML used to construct the modal headers. An attacker able to supply or modify graph data could insert a malicious HTML or JavaScript payload into a node’s label or description. The payload would be parsed and executed in the application’s origin when a user opened the affected node’s inspect or edit modal. Successful exploitation could allow the attacker to access information available to the victim, modify application data, or perform actions using the victim’s active session. The vulnerability has been addressed by creating the modal elements without embedding graph data in HTML and assigning node labels and descriptions through textContent.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-28
Last Modified
2026-07-28
Generated
2026-07-28
AI Q&A
2026-07-28
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
pivotick pivotick *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Pivotick has a cross-site scripting (XSS) vulnerability in the inspect and edit node modals. Node labels and descriptions from graph data were directly inserted into HTML without sanitization, allowing attackers to inject malicious scripts. When a user opens the modal, the script executes in the application's context.

Detection Guidance

To detect this vulnerability, inspect Pivotick application code for instances where node labels or descriptions are interpolated into HTML using innerHTML. Check for modal components like InspectNodeModal.ts or EditNodeModal.ts that may use raw graph data in HTML templates.

Impact Analysis

An attacker could steal sensitive information, modify application data, or perform actions using your active session. This happens when you open a node's inspect or edit modal containing malicious payloads in its label or description.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, which may violate GDPR's data protection requirements and HIPAA's safeguards for protected health information. The cross-site scripting flaw allows attackers to steal or manipulate data, potentially exposing personal or confidential information.

Mitigation Strategies

Update Pivotick to the latest version where the vulnerability is fixed. Ensure node labels and descriptions are rendered as plain text using textContent instead of innerHTML in modal components. Review and sanitize any graph data inputs to prevent malicious payloads.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-66919. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart