CVE-2025-55195

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

No configuration.

History

15 Apr 2026, 00:35

Type Values Removed Values Added
Summary
  • (es) @std/toml es la librería estándar de Deno. Antes de la versión 1.0.9, un atacante podía contaminar la cadena de prototipos en el entorno de ejecución y el navegador de Node.js al analizar datos TOML no confiables, lo que provocaba una vulnerabilidad de contaminación de prototipos (PP). Esto se debe a que la librería fusiona un objeto no confiable con un objeto vacío, que por defecto contiene la cadena de prototipos. Este problema se ha corregido en la versión 1.0.9.

14 Aug 2025, 20:15

Type Values Removed Values Added
References () https://github.com/denoland/std/security/advisories/GHSA-crjp-8r9q-2j9r - () 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 : 2026-04-15 00:35


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')