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.
INFO
Published Date :
2026-01-20T20:41:55.591Z
Last Modified :
2026-02-27T15:11:22.041Z
Source :
hackerone
AFFECTED PRODUCTS
The following products are affected by CVE-2025-55131 vulnerability.
| Vendors | Products |
|---|---|
| Nodejs |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2025-55131.