CVE-2025-55131
Published: January 17, 2026Last modified: February 18, 2026
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.
Severity score breakdown
| Parameter | Value |
|---|---|
| Base score | 7.1 |
| Attack Vector | NETWORK |
| Attack complexity | HIGH |
| Privileges required | LOW |
| User interaction | NONE |
| Scope | UNCHANGED |
| Confidentiality | HIGH |
| Integrity impact | HIGH |
| Availability impact | LOW |
| Vector | CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L |
Status
| Product | Release | Package | Status |
|---|---|---|---|
| Alpaquita Linux | 23 LTS | nodejs | Fixed (20.20.0-r0) |
| 25 LTS | nodejs | Fixed (22.22.0-r0) | |
| Stream | nodejs | Fixed (24.13.0-r0) | |
| Hardened Containers | 23 LTS | nodejs | Fixed (20.20.0-r0) |
| 25 LTS | nodejs | Fixed (22.22.0-r0) | |
| Stream | nodejs | Fixed (24.13.0-r0) |