Lucene search
+L

26 matches found

NVD
NVD
added 2026/08/14 7:17 p.m.15 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.3CVSS0.00232EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/14 7:08 p.m.12 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
CVE
CVE
added 2026/08/14 7:08 p.m.41 views

CVE-2026-50029

Affects js-toml prior to 1.1.2. The parser uses if (object[key]) to decide duplicates, causing falsy primitives (false, 0, 0n, 0.0, -0, "") to be overwritten by later keys; this yields structural type confusion in load() output (e.g., isAdmin becomes truthy object). MITRE/ATT&CK not specified in ...

5.3CVSS5.4AI score0.00232EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/14 7:08 p.m.38 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
OSV
OSV
added 2026/08/14 7:08 p.m.11 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.3CVSS5.5AI score
SaveExploits0References5
Circl
Circl
added 2026/06/27 12:35 a.m.19 views

CVE-2026-50029

creationtimestamp| type| source ---|---|--- 2026-06-27 00:35:39+00:00| published-proof-of-concept| https://github.com/sunnyadn/js-toml/security/advisories/GHSA-m34p-749j-x6m6...

5.3CVSS5.8AI score0.00232EPSS
SaveExploits0References1
vulnersOsv
vulnersOsv
added 2026/06/26 10:49 p.m.4 views

barrelly (>=1.0.0, <=1.2.0), rsbuild-plugin-wasmpack (>=0.0.4, <=2.0.0) potentially affected by CVE-2026-50029 via js-toml (>=1.0.0, <=1.1.0)

js-toml NPM version =1.0.0, =1.0.0, =0.0.4, =2.0.0 Source cves: CVE-2026-50029 Source advisory: OSV:GHSA-M34P-749J-X6M6...

5.3CVSS5.3AI score0.00232EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/06/26 10:49 p.m.4 views

barrelly (>=1.0.0, <=1.2.0), rsbuild-plugin-wasmpack (>=0.0.4, <=2.0.0) potentially affected by CVE-2026-50029 via js-toml (>=1.0.0, <=1.1.0)

js-toml NPM version =1.0.0, =1.0.0, =0.0.4, =2.0.0 Source cves: CVE-2026-50029 Source advisory: SNYK:JS-JSTOML-17728417...

5.3CVSS5.3AI score0.00232EPSS
SaveExploits0
OSV
OSV
added 2026/06/26 10:21 p.m.12 views

GHSA-WP3C-266W-4QFQ js-toml vulnerable to CPU exhaustion via O(n^2) BigInt construction on radix-prefixed integer literals

Summary js-toml versions up to and including 1.1.0 parse hexadecimal / octal / binary integer literals via a hand-written parseBigInt loop that multiplies a BigInt accumulator by the radix once per input digit. Each iteration performs a BigInt BigInt operation on an accumulator that grows linearl...

7.5CVSS6AI score0.00644EPSS
SaveExploits1References5
vulnersOsv
vulnersOsv
added 2026/06/26 10:21 p.m.5 views

barrelly (>=1.0.0, <=1.2.0), rsbuild-plugin-wasmpack (>=0.0.4, <=2.0.0) potentially affected by CVE-2026-49293 via js-toml (>=1.0.0, <=1.1.0)

js-toml NPM version =1.0.0, =1.0.0, =0.0.4, =2.0.0 Source cves: CVE-2026-49293 Source advisory: OSV:GHSA-WP3C-266W-4QFQ...

7.5CVSS5.3AI score0.00644EPSS
SaveExploits1
vulnersOsv
vulnersOsv
added 2026/06/26 10:21 p.m.3 views

barrelly (>=1.0.0, <=1.2.0), rsbuild-plugin-wasmpack (>=0.0.4, <=2.0.0) potentially affected by CVE-2026-49293 via js-toml (>=1.0.0, <=1.1.0)

js-toml NPM version =1.0.0, =1.0.0, =0.0.4, =2.0.0 Source cves: CVE-2026-49293 Source advisory: SNYK:JS-JSTOML-17728419...

7.5CVSS5.3AI score0.00644EPSS
SaveExploits1
NVD
NVD
added 2026/06/19 7:16 p.m.28 views

CVE-2026-49293

js-toml is a TOML parser for JavaScript, fully compliant with the TOML 1.0.0 Spec. Versions up to and including 1.1.0 parse hexadecimal / octal / binary integer literals via a hand-written parseBigInt loop that multiplies a BigInt accumulator by the radix once per input digit. Each iteration...

7.5CVSS0.00644EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/06/19 6:14 p.m.32 views

CVE-2026-49293 CPU exhaustion via O(n^2) BigInt construction on radix-prefixed integer literals

js-toml is a TOML parser for JavaScript, fully compliant with the TOML 1.0.0 Spec. Versions up to and including 1.1.0 parse hexadecimal / octal / binary integer literals via a hand-written parseBigInt loop that multiplies a BigInt accumulator by the radix once per input digit. Each iteration...

7.5CVSS0.00644EPSS
SaveExploits1References3
Veracode
Veracode
added 2025/10/13 3:55 a.m.11 views

Prototype Pollution

js-toml is vulnerable to Prototype Pollution. The vulnerability is due to improper handling of user-supplied TOML input during parsing, which allows an attacker to craft malicious TOML data that modifies properties of the global Object.prototype, potentially leading to arbitrary code execution or...

7.9CVSS8AI score0.00496EPSS
SaveExploits1References4Affected Software1
RedhatCVE
RedhatCVE
added 2025/08/07 12:31 a.m.24 views

CVE-2025-54803

js-toml is a TOML parser for JavaScript, fully compliant with the TOML 1.0.0 Spec. In versions below 1.0.2, a prototype pollution vulnerability in js-toml allows a remote attacker to add or modify properties of the global Object.prototype by parsing a maliciously crafted TOML input. This is fixed...

7.9CVSS6.2AI score0.00496EPSS
SaveExploits1References1
vulnersOsv
vulnersOsv
added 2025/08/05 1:42 a.m.2 views

barrelly (>=1.0.0, <=1.2.0) potentially affected by CVE-2025-54803 via js-toml (1.0.0)

js-toml NPM version 1.0.0 is affected by a known vulnerability. The following packages have a transitive dependency on js-toml and may be impacted: - barrelly =1.0.0, =1.2.0 Source cves: CVE-2025-54803 Source advisory: SNYK:JS-JSTOML-11483956...

7.9CVSS7.4AI score0.00496EPSS
SaveExploits1
NVD
NVD
added 2025/08/05 1:15 a.m.16 views

CVE-2025-54803

js-toml is a TOML parser for JavaScript, fully compliant with the TOML 1.0.0 Spec. In versions below 1.0.2, a prototype pollution vulnerability in js-toml allows a remote attacker to add or modify properties of the global Object.prototype by parsing a maliciously crafted TOML input. This is fixed...

7.9CVSS0.00496EPSS
SaveExploits1References3
CVE
CVE
added 2025/08/05 12:06 a.m.37 views

CVE-2025-54803

CVE-2025-54803 affects the JavaScript TOML parser js-toml . Vulnerable versions are those below 1.0.2 , where parsing a specially crafted TOML input can enable a prototype pollution attack that allows an attacker to add or modify properties on the global Object.prototype . The impact can range fr...

7.9CVSS6.5AI score0.00496EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2025/08/05 12:06 a.m.2 views

CVE-2025-54803 js-toml is vulnerable to Prototype Pollution

js-toml is a TOML parser for JavaScript, fully compliant with the TOML 1.0.0 Spec. In versions below 1.0.2, a prototype pollution vulnerability in js-toml allows a remote attacker to add or modify properties of the global Object.prototype by parsing a maliciously crafted TOML input. This is fixed...

7.9CVSS6.3AI score0.00496EPSS
SaveExploits1References3
OSV
OSV
added 2025/08/05 12:06 a.m.10 views

CVE-2025-54803 js-toml is vulnerable to Prototype Pollution

js-toml is a TOML parser for JavaScript, fully compliant with the TOML 1.0.0 Spec. In versions below 1.0.2, a prototype pollution vulnerability in js-toml allows a remote attacker to add or modify properties of the global Object.prototype by parsing a maliciously crafted TOML input. This is fixed...

7.9CVSS6.6AI score
SaveExploits0References5
Rows per page
Query Builder