CVE-2018-7166

HIGH

Node.js 10 <10.9.0 - Buffer Overflow

Title source: llm
STIX 2.1

Description

In all versions of Node.js 10 prior to 10.9.0, an argument processing flaw can cause `Buffer.alloc()` to return uninitialized memory. This method is intended to be safe and only return initialized, or cleared, memory. The third argument specifying `encoding` can be passed as a number, this is misinterpreted by `Buffer's` internal "fill" method as the `start` to a fill operation. This flaw may be abused where `Buffer.alloc()` arguments are derived from user input to return uncleared memory blocks that may contain sensitive information.

References (2)

Core 2
Core References
Third Party Advisory vendor-advisory x_refsource_redhat
https://access.redhat.com/errata/RHSA-2018:2553

Scores

CVSS v3 7.5
EPSS 0.0086
EPSS Percentile 75.3%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Details

CWE
CWE-226 CWE-908
Status published
Products (1)
nodejs/node.js 10.0.0 - 10.9.0
Published Aug 21, 2018
Tracked Since Feb 18, 2026