CVEPublished 2026-09-04Modified 2026-09-090 articles on news4 live referencesNVD data

CVE-2026-85730

Vulnerability data via NVD (ingested)

CVSS v3.1
EPSS percentile
30
Exploit Prediction Scoring System · top 70% of all CVEs
Description

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.

Timeline
Published 2026-09-04
Modified 2026-09-09

External references

Search for exposed instances

Shodan + Censys queries derived from NVD's CPE data. The vuln tag catches assets Shodan has explicitly linked to this CVE; the product / banner fingerprints find exposed instances even when the vuln tag was never applied (which is common). Live host counts are a Premium feature.

More intel sources (5)

Known PoCs on GitHub

No public proof-of-concept repositories found for CVE-2026-85730 on GitHub.
We haven't classified any articles referencing CVE-2026-85730 yet. The external references above still apply.