Node.js had a bug in versions 8.X and 9.X which caused buffers to not be initialized when the encoding for the fill value did not match the encoding specified. For example, 'Buffer.alloc(0x100, "This is not correctly encoded", "hex");' The buffer implementation was updated such that the buffer will be initialized to all zeros in these cases.
References
| Link | Resource |
|---|---|
| https://nodejs.org/en/blog/vulnerability/december-2017-security-releases/ | Issue Tracking Vendor Advisory |
Configurations
Configuration 1 (hide)
|
Information
Published : 2017-12-11 21:29
Updated : 2017-12-29 15:12
NVD link : CVE-2017-15897
Mitre link : CVE-2017-15897
JSON object : View
Products Affected
nodejs
- node.js
CWE
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
