@std/toml is the Deno Standard Library. Prior to version 1.0.9, an attacker can pollute the prototype chain in Node.js runtime and Browser when parsing untrusted TOML data, thus achieving Prototype Pollution (PP) vulnerability. This is because the library is merging an untrusted object with an empty object, which by default the empty object has the prototype chain. This issue has been patched in version 1.0.9.
References
Configurations
No configuration.
History
14 Aug 2025, 20:15
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/denoland/std/security/advisories/GHSA-crjp-8r9q-2j9r - |
14 Aug 2025, 17:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-08-14 17:15
Updated : 2025-08-15 13:12
NVD link : CVE-2025-55195
Mitre link : CVE-2025-55195
CVE.ORG link : CVE-2025-55195
JSON object : View
Products Affected
No product.
CWE
CWE-1321
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')