πŸ” CVE Alert

CVE-2026-66920

UNKNOWN 0.0

Pivotick - Stack Exhaustion Denial of Service via Deep or Cyclic Graph Data

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-674 CWE-400
Vendor pivotick
Product pivotick
Published Jul 28, 2026
Stay Ahead of the Next One

Get instant alerts for pivotick pivotick

Be the first to know when new unknown vulnerabilities affecting pivotick pivotick are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

Pivotick / Pivotick
0 ≀ 1.4.0

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/Pivotick/Pivotick/commit/66373141eb7892fc29a3b42cfb2c160af16765fe

Credits

Jeroen Pinoy Sami Mokaddem