Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2025-55131 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

A flaw in Node.js's buffer allocation logic can expose uninitialized memory when allocations are interrupted, when using the `vm` module with the timeout option. Under specific timing conditions, buffers allocated with `Buffer.alloc` and other `TypedArray` instances like `Uint8Array` may contain leftover data from previous operations, allowing in-process secrets like tokens or passwords to leak or causing data corruption. While exploitation typically requires precise timing or in-process code execution, it can become remotely exploitable when untrusted input influences workload and timeouts, leading to potential confidentiality and integrity impact.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-120Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')CISA-ADP
CWE-497Exposure of Sensitive System Information to an Unauthorized Control Sphereredhat-SADP

Affected Products

ProductVersions
Node.js
~20
~22
~24
~25

CPE

  • cpe:2.3:a:nodejs:nodejs:*:*:*:*:*:*:*:*
  • cpe:2.3:a:nodejs:node.js:*:*:*:*:*:*:*:*
  • cpe:2.3:a:nodejs:node.js:*:*:*:*:*:-:*:*

Remediation

  • Upgrade: 20.20.0moderate effort
  • Upgrade: 22.22.0moderate effort
  • Upgrade: 24.13.0moderate effort
  • Upgrade: 25.3.0moderate effort

Change History

6 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2025-55131
NVD Published Date:
Jan 20, 2026
NVD Last Modified:
Jul 15, 2026
Source:
[email protected]
CVE-2025-55131 Details - Not Deferred