CVE & CISA-KEV Catalog

CVE-2026-66922

MEDIUM
5.1
CVSS v4
NVD

Description

Pivotick used plain JavaScript objects as lookup tables indexed by caller-controlled graph node identifiers in its tree-layout and cycle-detection components. Node identifiers matching properties inherited from Object.prototype, such as constructor, toString, or __proto__, were not handled as ordinary identifiers. These values could be interpreted as existing inherited properties, resolve to values of an unexpected type, or—in the case of __proto__ assignments—modify the prototype of an internal lookup object. An attacker who can supply graph data containing crafted node identifiers could consequently cause nodes or edges to be silently omitted, produce incorrect hierarchy levels, bypass or corrupt cycle-detection results, or trigger an exception that interrupts graph processing and rendering. This affects the integrity of graph visualisations and analytics and may cause a client-side denial-of-service condition. The affected code also failed to safely handle edges whose source node was absent from the supplied node set. Furthermore, calculating the maximum tree depth by spreading all level values into Math.max() could exceed the JavaScript function-argument limit when processing a sufficiently large graph, resulting in an exception and denial of service. The patch replaces identifier-keyed plain objects with Map instances, ignores invalid edges during tree construction, and calculates the maximum depth iteratively.

How to fix

No published remediation has been found for this vulnerability's affected products yet.

Mitigation guidance may be in the linked vendor advisories in the References section below.

TridentStack Control tracks known vulnerabilities across your Windows, macOS, and Linux fleet and shows the fix as soon as one is published. See how it works

CVSS v4 Vector

Exploitability

Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone

Impact

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Exploit Intelligence

0.28%probability of exploitation in 30 days
20thpercentile

Low risk: more likely to be exploited than 20% of all known CVEs.

References

Other references1

Related Vulnerabilities

Other CWE-1321 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-0230Critical9.897%--
CVE-2019-11358Medium6.187%-Fix
CVE-2020-7774High7.369%-Fix
CVE-2022-24760Critical10.049%-Fix
CVE-2022-39396Critical9.839%-Fix
CVE-2022-2564Critical9.833%-Fix

Common questions

How do I fix CVE-2026-66922?

No published fix for CVE-2026-66922 has been found yet. Check the linked vendor advisories for guidance as it becomes available.

Is CVE-2026-66922 being actively exploited?

Not that we know of. CVE-2026-66922 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.28% is the estimated probability that it will be exploited in the next 30 days. That is higher than 20% of all scored CVEs.

How severe is CVE-2026-66922?

CVE-2026-66922 has a CVSS v4 base score of 5.1, rated medium. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

Embed a live status badge for CVE-2026-66922
CVE-2026-66922 severity badge

Markdown

[![CVE-2026-66922](https://tridentstack.com/cve/badge/CVE-2026-66922.svg)](https://tridentstack.com/cve/CVE-2026-66922)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-66922"><img src="https://tridentstack.com/cve/badge/CVE-2026-66922.svg" alt="CVE-2026-66922"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

See how it worksStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-07-30.