Lucene search
+L

44 matches found

EUVD
EUVD
added 2026/09/09 6:07 p.m.11 views

EUVD-2026-71261

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

8.2CVSS5.8AI score0.00383EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/09/08 10:52 p.m.5 views

CVE-2026-77465

A flaw was found in toml-node. A remote, unauthenticated attacker can exploit an uncontrolled recursion vulnerability in the TOML parser by crafting a malicious TOML document with deeply nested arrays or inline tables. This can lead to the exhaustion of the Node.js call stack, causing a RangeErro...

7.5CVSS5.7AI score0.00358EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/09/08 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-77465

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - toml-node is a TOML parser for Node.js and the browser. Prior to 4.2.0, toml.parse uses a Peggy 5.1.0 generated recursive-descent parser in lib/parser.js whose...

7.5CVSS5.8AI score0.00358EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/09/05 12:30 a.m.14 views

SUSE CVE-2026-63376

toml-node is a TOML parser for Node.js and the browser. Prior to 4.1.2, toml.parse in lib/compiler.js can be tricked by a table path such as a.b.y.proto.proto, allowing traversal from a scalar value into Number.prototype and Object.prototype. The currentPath tracking value uses both arrays and...

8.2CVSS5.9AI score0.00383EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/09/04 4:44 p.m.6 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.2CVSS5.8AI score0.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.10 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.36 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.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.3AI score0.00383EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/04 3:21 p.m.27 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.14 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.8 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
NVD
NVD
added 2026/09/03 9:17 p.m.11 views

CVE-2026-63376

toml-node is a TOML parser for Node.js and the browser. Prior to 4.1.2, toml.parse in lib/compiler.js can be tricked by a table path such as a.b.y.proto.proto, allowing traversal from a scalar value into Number.prototype and Object.prototype. The currentPath tracking value uses both arrays and...

8.2CVSS0.00383EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/03 8:37 p.m.10 views

CVE-2026-77465 toml-node: Uncontrolled Recursion

toml-node is a TOML parser for Node.js and the browser. Prior to 4.2.0, toml.parse uses a Peggy 5.1.0 generated recursive-descent parser in lib/parser.js whose peg$parsevalue, peg$parsearray, and peg$parseinlinetableentry functions recurse through nested arrays and inline tables without a depth...

7.5CVSS5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/03 8:34 p.m.34 views

CVE-2026-63376 toml-node: Prototype Pollution Leads to `Object.prototype` Corruption via `__proto__` Key-Path Desynchronization

toml-node is a TOML parser for Node.js and the browser. Prior to 4.1.2, toml.parse in lib/compiler.js can be tricked by a table path such as a.b.y.proto.proto, allowing traversal from a scalar value into Number.prototype and Object.prototype. The currentPath tracking value uses both arrays and...

8.2CVSS0.00383EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/03 8:34 p.m.8 views

CVE-2026-63376 toml-node: Prototype Pollution Leads to `Object.prototype` Corruption via `__proto__` Key-Path Desynchronization

toml-node is a TOML parser for Node.js and the browser. Prior to 4.1.2, toml.parse in lib/compiler.js can be tricked by a table path such as a.b.y.proto.proto, allowing traversal from a scalar value into Number.prototype and Object.prototype. The currentPath tracking value uses both arrays and...

8.2CVSS6.1AI score
SaveExploits0References5
CVE
CVE
added 2026/09/03 8:34 p.m.25 views

CVE-2026-63376

toml-node , a TOML parser for Node.js and the browser, is affected by a prototype pollution vulnerability in toml.parse() (lib/compiler.js) prior to version 4.1.2. The root cause is a key-path desynchronization : currentPath tracking uses both arrays and strings, so valueAssignments records a com...

8.2CVSS6.2AI score0.00383EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/14 7:08 p.m.16 views

CVE-2026-50029

js-toml is a TOML parser for JavaScript, Prior to version 1.1.2, the interpreter checks whether a key already exists in a parser-built container with if objectkey instead of if key in object. When the prior value is a falsy primitive — false, 0, 0n, 0.0, -0, or "" — the duplicate-key branch is...

5.4AI score0.00232EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/08/14 7:08 p.m.47 views

CVE-2026-50029 js-toml has silent type confusion via falsy-primitive duplicate-key bypass

js-toml is a TOML parser for JavaScript, Prior to version 1.1.2, the interpreter checks whether a key already exists in a parser-built container with if objectkey instead of if key in object. When the prior value is a falsy primitive — false, 0, 0n, 0.0, -0, or "" — the duplicate-key branch is...

5.3CVSS0.00232EPSS
SaveExploits0References3
Rows per page
Query Builder