CVE-2026-77465
Last modified
CVE-2026-77465 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. toml-node is a TOML parser for Node.js and the browser. Prior to 4.2.0, toml.parse() uses a Peggy 5.1.0 generated recursive-descent parser in lib/parser.js whose peg$parsevalue, peg$parsearray, and peg$parseinline_table_entry functions recurse through nested arrays and inline tables without a depth limit. EPSS estimates a 0.36% chance of exploitation in the next 30 days.
Description
toml-node is a TOML parser for Node.js and the browser. Prior to 4.2.0, toml.parse() uses a Peggy 5.1.0 generated recursive-descent parser in lib/parser.js whose peg$parsevalue, peg$parsearray, and peg$parseinline_table_entry functions recurse through nested arrays and inline tables without a depth limit. A remote unauthenticated application parsing an attacker-controlled TOML document containing a few thousand nested arrays or inline tables can exhaust the Node.js call stack, raise an unexpected RangeError rather than the parser's SyntaxError, and terminate an unprotected request worker or process. The corresponding grammar source is src/toml.pegjs, where the generated parser must be bounded. This issue is fixed in version 4.2.0.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| BinaryMuse | toml-node | < 4.2.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-77465?
How severe is CVE-2026-77465?
How do I fix CVE-2026-77465?
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-7743A vulnerability has been found in CodeAstro Online Classroom…6.3
- CVE-2026-77438Trilium is an open-source hierarchical note-taking applicati…7.5
- CVE-2026-7744A vulnerability was found in CodeAstro Online Classroom 1.0.…6.3
- CVE-2026-7745A vulnerability was determined in CodeAstro Online Classroom…6.3
- CVE-2026-77454Incorrect Authorization vulnerability in ash-project ash_sql…5.9
- CVE-2026-7746A vulnerability was identified in SourceCodester Web-based P…6.3
- CVE-2026-7747A security flaw has been discovered in Totolink N300RH 3.2.4…9.8
- CVE-2026-7748A weakness has been identified in Totolink N300RH 3.2.4-B202…8.8
- CVE-2026-77480Insufficient granularity of access control in SQL Server all…8.8
- CVE-2026-77481Heap-based buffer overflow in SQL Server allows an authorize…8.8
- CVE-2026-77482Heap-based buffer overflow in SQL Server allows an unauthori…8.8
- CVE-2026-77483Weak authentication in SQL Server allows an authorized attac…8.8
Are you affected by CVE-2026-77465?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
