Prototype Pollution Vulnerability in Deno Standard Library by Deno
CVE-2025-55195
7.3HIGH
What is CVE-2025-55195?
The Deno Standard Library's @std/toml module, before version 1.0.9, is susceptible to a prototype pollution vulnerability. This occurs when untrusted TOML data is parsed, causing the merging of an untrusted object with an empty object that retains the prototype chain. This flaw can enable attackers to manipulate the prototype chain in both Node.js and Browser environments, potentially leading to severe security issues. The issue has been addressed in the patched release version 1.0.9.
Affected Version(s)
std < 1.0.9
