CVE-2026-63376
Last modified
CVE-2026-63376 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. toml-node is a TOML parser for Node.js and the browser. Prior to 4.1.2, toml.parse() in lib/compiler.js can be tricked by a table path such as a.b.y.__proto__.__proto__, allowing traversal from a scalar value into Number.prototype and Object.prototype. EPSS estimates a 0.38% chance of exploitation in the next 30 days.
Description
toml-node is a TOML parser for Node.js and the browser. Prior to 4.1.2, toml.parse() in lib/compiler.js can be tricked by a table path such as a.b.y.__proto__.__proto__, allowing traversal from a scalar value into Number.prototype and Object.prototype. The currentPath tracking value uses both arrays and strings, so valueAssignments records a comma-joined path such as a,b.y while deepRef checks the dot-joined path a.b.y, allowing the duplicate-key guard to miss and attacker-controlled keys to be written to Object.prototype. A table-array prefix-clearing path in addTableArray can also erase guard state before the same __proto__ traversal. Injected properties become visible throughout the Node.js process and can cause denial of service, logic or authorization bypass, or code execution when an application contains a suitable gadget. This issue is fixed in version 4.1.2.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| BinaryMuse | toml-node | < 4.1.2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-63376?
How severe is CVE-2026-63376?
How do I fix CVE-2026-63376?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-63359The Appriss Insights (Equifax) Victim Information Notificati…9.8
- CVE-2026-6336GitLab has remediated an issue in GitLab CE/EE affecting all…5.3
- CVE-2026-63360LimeSurvey Community Edition 7.0.5+260623 contains an authen…7.4
- CVE-2026-63361LimeSurvey Community Edition 7.0.5 contains an authenticated…8.5
- CVE-2026-63362An unsigned integer underflow in the PubSub signature verifi…5.9
- CVE-2026-6337Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-63379Libevent is an event notification library. Prior to 2.1.13 a…6.3
- CVE-2026-6338A HTTP request smuggling and desynchronization vulnerability…4.9
- CVE-2026-63380Libevent is an event notification library. Prior to 2.2.2-al…5.7
- CVE-2026-63381Libevent is an event notification library. Prior to 2.1.13 a…5.8
- CVE-2026-63382Libevent is an event notification library. Prior to 2.1.13 a…9.2
- CVE-2026-63383Libevent is an event notification library. Prior to 2.1.13 a…8.7
Are you affected by CVE-2026-63376?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
