Vulnerability in Sunnyadn Js-Toml
CVE-2026-63386
js-toml is a TOML parser for JavaScript. Prior to 1.1.3, load() does not bound nesting or dotted-key depth in the recursive parser at src/load/parser.ts or the interpreter at src/load/interpreter.ts, so deeply nested arrays, deeply nested inline tables, or long dotted keys can exhaust the V8 call stack and throw a raw RangeError instead of the documented SyntaxParseError. Applications that parse attacker-controlled TOML and handle only SyntaxParseError can rethrow the unexpected exception, which can terminate a worker or process and cause denial of service. The exception is synchronous and catchable by consumers that handle all exceptions, and the issue does not affect confidentiality or integrity. This issue is fixed in version 1.1.3.
Published .
CVSS v3 metric
CVSS v3 base score 5.3 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L.
EPSS exploit prediction
No EPSS score from FIRST.org yet. New CVEs usually get one within a few days; no score means no signal yet, not low risk. How EPSS works.
Affected products
- Sunnyadn Js-Toml — versions < 1.1.3
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-63386?
- CVE-2026-63386 is a medium-severity vulnerability in Sunnyadn Js-Toml, classified under Uncontrolled Recursion. CVSS score: 5.3/10. Published 2026-09-22.
- How severe is CVE-2026-63386?
- Medium severity. CVSS v3 base score is 5.3 out of 10.