Vulnerability Description
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.
CVSS Score
LOW
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Nodejs | Node.Js | >= 8.0.0, <= 8.8.1 |
Related Weaknesses (CWE)
References
- https://nodejs.org/en/blog/vulnerability/december-2017-security-releases/Issue TrackingVendor Advisory
- https://nodejs.org/en/blog/vulnerability/december-2017-security-releases/Issue TrackingVendor Advisory
FAQ
What is CVE-2017-15897?
CVE-2017-15897 is a vulnerability with a CVSS score of 3.1 (LOW). 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 ...
How severe is CVE-2017-15897?
CVE-2017-15897 has been rated LOW with a CVSS base score of 3.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2017-15897?
Check the references section above for vendor advisories and patch information. Affected products include: Nodejs Node.Js.