SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-66920

HIGH · CVSS 8.2 EPSS 0.25% Public Exploit

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

CyberRota Analysis

AI-Generated

The vulnerability affects the Pivotick application, specifically its handling of caller-supplied graph and node data, which can lead to uncontrolled recursion during graph traversal and JSON processing. Exploitation may result in client-side denial of service, causing browser tabs to freeze or crash, although it does not compromise data confidentiality or integrity. Organizations using Pivotick should prioritize patching this vulnerability to mitigate potential disruptions in service.

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-66920
Severity
HIGH
CVSS
8.2
EPSS
0.25%
Java

Original NVD Description

Pivotick contains an uncontrolled-recursion vulnerability when processing caller-supplied graph and node data. The affected graph algorithms recursively traversed graph edges, while the JSON viewer recursively processed each level of a node’s data structure. A specially crafted graph containing an excessively long path, deeply nested properties, or circular object references could therefore exhaust the JavaScript call stack when Pivotick calculates a layout or displays a node in the inspection modal. Successful exploitation may cause an uncaught exception, freeze the affected page, or crash the browser tab, resulting in a client-side denial of service. No confidentiality or integrity impact has been identified. The patch replaces the recursive graph traversals with iterative stack-based implementations and limits the reachability calculation to 1,000,000 edge traversals. It also limits JSON rendering to 64 levels and detects circular references before descending further into an object.