Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
FAQ
What is CVE-2025-55131?
CVE-2025-55131 is a vulnerability with a CVSS score of 7.1 (HIGH). 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, buff...
How severe is CVE-2025-55131?
CVE-2025-55131 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-55131?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.