CVE-2026-85730CWE-606CWE-835

CVE-2026-85730

published September 4, 2026

CVSS
8.2
EPSS
0%
Percentile
30.2
In the wild
Unconfirmed
What it is

smol-toml is a small, fast, and correct TOML parser and serializer. Prior to 1.7.1, parse() can enter an infinite loop when a value inside an array or inline table is followed by a comment with no trailing newline. In src/util.ts, skipUntil() calls indexOfNewline(), receives -1 at the end of input, and resets the cursor to the beginning of the string instead of leaving the structure scan. The parser then hangs indefinitely and can consume a service's processing capacity when an application parses attacker-controlled TOML. This issue is fixed in version 1.7.1.

The record
Technical detail
CVSS
8.2 · NONE
CVSS v4.0
8.2 · CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
EPSS
0.00370 · 30.2th percentile
Weaknesses
CWE-606 · Unchecked Input for Loop Condition; CWE-835 · Loop with Unreachable Exit Condition ('Infinite Loop')
Published
2026-09-04T20:18Z
References (4)
EPSS history
Timeline
  • 06 SEP 03:33Z
    EPSS moved — → 0%
    epss
  • 04 SEP 15:21Z
    smol-toml: Denial of Service via malformed TOML documents
    cvelistv5