CVE-2026-85730

HIGHPre-NVD 8.28.2
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 8.2 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.4%, top 68% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, secondary
Elevated
8.2EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 8.2Exploit: Elevated riskExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

CVSS v3
8.2
EG Score
8.2(medium)
EG Risk
53(Track)
EG Risk 53/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity82% × 45%
Exploitation40% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
32%
KEV
Not listed

Published

September 4, 2026

Last Modified

September 9, 2026

Advisory Details (3)

Auto-updated Sep 4, 2026
🔬 Proof of concept available. Patch available. Sources: github_commit, github_release, github.
github_release Patch Available

v1.7.1

Patch available: squirrelchat/smol-toml v1.7.1

https://github.com/squirrelchat/smol-toml/releases/tag/v1.7.1
github_commit Patch Available

commit 30f5c367d946 (squirrelchat/smol-toml)

Patch available: squirrelchat/smol-toml v1.7.1 (contains commit 30f5c367d946)

https://github.com/squirrelchat/smol-toml/commit/30f5c367d946b695f379b5d4f0946b2f0a0a8c2f
github Patch Available🟡 PoC Available

Denial of Service via malformed TOML documents · Advisory · squirrelchat/smol-toml · GitHub

https://github.com/squirrelchat/smol-toml/security/advisories/GHSA-7w5x-hrqm-74c2

Vendor Advisories for CVE-2026-85730(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(1 across 1 ecosystem)
npm(1)
PackageVulnerable rangeFixed inDependents
smol-toml1.7.1

Weakness Classification(2)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 12× in last 7d / 31× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-09-19 04:56 UTCEG score recompute
  2. 2026-09-18 19:28 UTCEPSS rescore
  3. 2026-09-18 04:08 UTCEG score recompute
  4. 2026-09-17 19:32 UTCEPSS rescore
  5. 2026-09-16 14:54 UTCEG score recompute
  6. 2026-09-16 14:09 UTCEPSS rescore
  7. 2026-09-16 05:15 UTCEPSS rescore
  8. 2026-09-15 14:05 UTCEG score recompute
  9. 2026-09-15 03:12 UTCEPSS rescore
  10. 2026-09-15 03:12 UTCEPSS rescore
  11. 2026-09-14 00:53 UTCEG score recompute
  12. 2026-09-13 00:04 UTCEG score recompute
  13. 2026-09-11 23:15 UTCEG score recompute
  14. 2026-09-11 14:53 UTCEPSS rescore
  15. 2026-09-11 14:53 UTCEPSS rescore
  16. 2026-09-11 10:44 UTCEG score recompute
  17. 2026-09-10 21:59 UTCEG score recompute
  18. 2026-09-09 17:34 UTCEG score recompute
  19. 2026-09-09 16:53 UTCEG score recompute
  20. 2026-09-08 23:04 UTCEG score recompute
  21. 2026-09-08 22:01 UTCEPSS rescore
  22. 2026-09-07 21:08 UTCEG score recompute
  23. 2026-09-06 20:18 UTCEG score recompute
  24. 2026-09-06 13:48 UTCEPSS rescore
  25. 2026-09-05 19:28 UTCEG score recompute
Show 6 more
  1. 2026-09-05 15:31 UTCEPSS rescore
  2. 2026-09-04 18:40 UTCEG score recompute
  3. 2026-09-04 17:52 UTCEG score recompute
  4. 2026-09-04 16:24 UTCEG score recompute
  5. 2026-09-04 15:29 UTCEG score recompute
  6. 2026-09-04 15:29 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-85730?
CVE-2026-85730 is a high vulnerability published on September 4, 2026. 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,…
When was CVE-2026-85730 disclosed?
CVE-2026-85730 was first published in the National Vulnerability Database on September 4, 2026, with the most recent update on September 9, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-85730 actively exploited?
CVE-2026-85730 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 67.8% of all scored CVEs.
What is the CVSS score of CVE-2026-85730?
CVE-2026-85730 has a CVSS v3 base score of 8.2 (NVD).
How do I remediate CVE-2026-85730?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-85730, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-85730

Explore →

Is Your Infrastructure Affected by CVE-2026-85730?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.