SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-66919

MEDIUM · CVSS 6.9 EPSS 0.26% Public Exploit

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

CyberRota Analysis

AI-Generated

A cross-site scripting vulnerability in Pivotick allows attackers to inject malicious HTML or JavaScript into node labels or descriptions, which are improperly rendered in the inspect and edit modals. This could lead to unauthorized access to sensitive information, data manipulation, or actions executed under the victim's session. Organizations using the affected Java application should prioritize remediation to protect against potential exploitation.

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-66919
Severity
MEDIUM
CVSS
6.9
EPSS
0.26%
Java

Original NVD 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.