Lucene search
+L

20 matches found

Circl
Circl
added 2026/09/09 7:31 p.m.10 views

CVE-2026-85730

creationtimestamp| type| source ---|---|--- 2026-09-09 19:31:51+00:00| seen| https://gist.github.com/alon710/d1e0c342d90c380e5c2e016452073fb0 2026-09-09 20:35:03+00:00| published-proof-of-concept| https://github.com/squirrelchat/smol-toml/security/advisories/GHSA-7w5x-hrqm-74c2...

8.2CVSS0.00383EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/09 6:07 p.m.5 views

GHSA-7W5X-HRQM-74C2 smol-toml: Denial of Service via malformed TOML documents

Summary parse can be forced into an infinite loop when a value inside an array or inline table is followed by a comment that has no trailing newline i.e. the comment "ends" the document. The library fails to exit an internal loop when attempting to find the end of the structure, resetting its...

8.2CVSS0.00383EPSS
SaveExploits0References6
Patchstack
Patchstack
added 2026/09/09 6:07 p.m.7 views

NPM: smol-toml: Denial of Service via malformed TOML documents

NPM: smol-toml: Denial of Service via malformed TOML documents vulnerability discovered by ? in WordPress Npm smol-toml versions = 1.7.0...

8.2CVSS0.00383EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/09/09 6:07 p.m.9 views

EUVD-2026-71261

smol-toml: Denial of Service via malformed TOML documents...

8.2CVSS5.3AI score0.00383EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/09 6:07 p.m.10 views

smol-toml: Denial of Service via malformed TOML documents

Summary parse can be forced into an infinite loop when a value inside an array or inline table is followed by a comment that has no trailing newline i.e. the comment "ends" the document. The library fails to exit an internal loop when attempting to find the end of the structure, resetting its...

8.2CVSS0.00383EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2026/09/04 4:44 p.m.5 views

Unchecked Input for Loop Condition

Overview smol-toml is an A small, fast, and correct TOML parser/serializer Affected versions of this package are vulnerable to Unchecked Input for Loop Condition due to the skipUntil comment-skipping logic in src/util.ts. An attacker can hang parse by supplying a TOML document with a value in an...

8.2CVSS0.00383EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/04 4:18 p.m.7 views

CVE-2026-85730

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...

8.2CVSS0.00383EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/09/04 4:17 p.m.9 views

CVE-2026-85730

A flaw was found in smol-toml, a TOML parser and serializer. A remote attacker could exploit an infinite loop in the parse function by providing a specially crafted TOML document. This occurs when a value within an array or inline table is followed by a comment without a trailing newline...

8.2CVSS5.4AI score0.00383EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/04 3:21 p.m.35 views

CVE-2026-85730 smol-toml: Denial of Service via malformed TOML documents

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...

8.2CVSS0.00383EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/09/04 3:21 p.m.11 views

CVE-2026-85730 smol-toml: Denial of Service via malformed TOML documents

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...

8.2CVSS5.3AI score0.00383EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/04 3:21 p.m.25 views

CVE-2026-85730

smol-toml , a lightweight TOML parser and serializer for JavaScript/TypeScript, is vulnerable to a Denial of Service via malformed TOML documents prior to version 1.7.1 . The root cause lies in src/util.ts, where skipUntil() calls indexOfNewline() and receives -1 at end-of-input, causing the curs...

8.2CVSS5.3AI score0.00383EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/04 3:21 p.m.12 views

CVE-2026-85730 smol-toml: Denial of Service via malformed TOML documents

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...

8.2CVSS5.6AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/09/04 12:00 a.m.11 views

PT-2026-85664

Name of the Vulnerable Software and Affected Versions smol-toml versions prior to 1.7.1 Description The parse function can enter an infinite loop when a value within an array or inline table is followed by a comment that lacks a trailing newline. This occurs in src/util.ts because the skipUntil...

8.2CVSS5.7AI score0.00383EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-85730

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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 tabl...

8.2CVSS6.4AI score0.00383EPSS
SaveExploits0References2
vulnersOsv
vulnersOsv
added 2026/03/25 9:03 p.m.5 views

@actinc/eslint-config (>=4.10.0, <=4.16.0), @alexgorbatchev/dotfiles (>=0.0.1, <=1.0.4) +300 more potentially affected by unknown CVE via smol-toml (>=1.1.2, <=1.6.0)

smol-toml NPM version =1.1.2, =4.10.0, =0.0.1, =2.8.0, =0.1.0-alpha.0, =0.1.3, =0.1.3, =0.1.3, =0.2.2, =0.32.3, =0.2.2, =1.0.0, =0.2.0, =0.0.4, =0.0.4, =0.0.4, =9.0.0-canary.1784 and more Source cves: unknown CVE Source advisory: OSV:GHSA-V3RJ-XJV7-4JMQ...

5.5AI score
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/03/25 9:03 p.m.25 views

@actinc/eslint-config (>=4.10.0, <=4.16.0), @alexgorbatchev/dotfiles (>=0.0.1, <=1.0.4) +300 more potentially affected by unknown CVE via smol-toml (>=1.1.2, <=1.6.0)

smol-toml NPM version =1.1.2, =4.10.0, =0.0.1, =2.8.0, =0.1.0-alpha.0, =0.1.3, =0.1.3, =0.1.3, =0.2.2, =0.32.3, =0.2.2, =1.0.0, =0.2.0, =0.0.4, =0.0.4, =0.0.4, =9.0.0-canary.1784 and more Source cves: unknown CVE Source advisory: SNYK:JS-SMOLTOML-15768230...

5.5AI score
SaveExploits0
Snyk
Snyk
added 2026/03/25 9:03 p.m.17 views

Uncontrolled Recursion

Overview smol-toml is an A small, fast, and correct TOML parser/serializer Affected versions of this package are vulnerable to Uncontrolled Recursion. An attacker can cause the application to crash by submitting TOML documents containing thousands of consecutive commented lines, which triggers...

6.9CVSS6AI score
SaveExploits0References2
OSV
OSV
added 2024/11/22 8:40 p.m.3 views

GHSA-PQHP-25J4-6HQ9 smol-toml has a Denial of Service via malicious TOML document using deeply nested inline tables

Summary An attacker can send a maliciously crafted TOML to cause the parser to crash because of a stack overflow caused by a deeply nested inline structure. A similar problem occurs when attempting to stringify deeply nested objects. The library does not limit the maximum exploration depth while...

5.3CVSS6.1AI score
SaveExploits0References3
vulnersOsv
vulnersOsv
added 2024/11/22 8:40 p.m.6 views

@alexlit/config-markdownlint (2.8.0), @cluenar/tools (>=1.0.0, <=2.0.1) +57 more potentially affected by unknown CVE via smol-toml (>=1.1.2, <=1.3.0)

smol-toml NPM version =1.1.2, =1.0.0, =3.0.0, =4.2.1-alpha.1, =0.0.0, =1.1.0, =0.2.7, =1.0.10, =7.6.4-next.39, =7.6.4-next.39, =7.6.4-next.39, =7.6.4-next.39, =7.6.4-next.39, =9.0.0-canary.257 and more Source cves: unknown CVE Source advisory: OSV:GHSA-PQHP-25J4-6HQ9...

5.4AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/11/22 12:00 a.m.6 views

PT-2024-40409 · Npm · Smol-Toml

Name of the Vulnerable Software and Affected Versions: smol-toml versions prior to 1.3.1 Description: The issue arises from the library's lack of limitation on the maximum exploration depth while parsing or producing TOML documents, allowing an attacker to cause a stack overflow by sending a...

5.3CVSS7.8AI score
SaveExploits0References4
Rows per page
Query Builder