SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-66825

MEDIUM · CVSS 6.9 EPSS 0.28% Public Exploit

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

CyberRota Analysis

AI-Generated

The vulnerability affects the Pivotick application, specifically in its sidebar property-list component, where it improperly renders link-like properties without validating their URL schemes. This oversight allows attackers to inject malicious JavaScript via crafted URLs, potentially leading to unauthorized access to sensitive information or actions performed with the victim's privileges. Organizations utilizing Pivotick should prioritize remediation to mitigate the risk of exploitation through this cross-site scripting vulnerability.

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-66825
Severity
MEDIUM
CVSS
6.9
EPSS
0.28%
Java

Original NVD Description

Pivotick contains a cross-site scripting vulnerability in the sidebar property-list component. Values associated with link-like properties, such as url, uri, href, link, website, or homepage, were rendered as hyperlinks without validating their URL scheme. An attacker able to supply or influence node or edge property data could provide a malicious value using the javascript: scheme, including variants obfuscated with whitespace or control characters. If a user clicked the generated property link, attacker-controlled JavaScript could execute in the context of the Pivotick application. Successful exploitation could allow the attacker to access information available to the victim’s browser session or perform actions with the victim’s privileges. The vulnerability was addressed by normalizing property values and preventing URLs with non-allowlisted schemes from being rendered as clickable links.