CVE-2026-85730
Last modified
CVE-2026-85730 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. 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.
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.
Metrics
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| squirrelchat | smol-toml | < 1.7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-85730?
How severe is CVE-2026-85730?
How do I fix CVE-2026-85730?
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-85702A security vulnerability has been detected in ramon-victor f…7.3
- CVE-2026-85703A flaw has been found in ramon-victor freegpt-webui up to 09…6.5
- CVE-2026-85704A security flaw has been discovered in ramon-victor freegpt-…3.7
- CVE-2026-8571Insufficient policy enforcement in GPU in Google Chrome on A…8.3
- CVE-2026-8572Insufficient policy enforcement in Network in Google Chrome …3.1
- CVE-2026-8573Integer overflow in Codecs in Google Chrome on Windows prior…8.3
- CVE-2026-8574Use after free in Core in Google Chrome on Windows prior to …8.3
- CVE-2026-8575Use after free in UI in Google Chrome prior to 148.0.7778.16…8.3
- CVE-2026-8576Inappropriate implementation in CORS in Google Chrome on Lin…4.3
- CVE-2026-85769A flaw was found in libtpms, a library that provides softwar…6.5
- CVE-2026-8577Integer overflow in Fonts in Google Chrome prior to 148.0.77…8.8
- CVE-2026-8578Out of bounds read in GPU in Google Chrome on Linux prior to…3.1
Are you affected by CVE-2026-85730?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
