CVE-2017-15897

LOWCVSS 3.1/10EPSS 2.30%

Last modified

CVE-2017-15897 is a low-severity vulnerability rated 3.1/10 on the CVSS scale. 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.. EPSS estimates a 2.30% chance of exploitation in the next 30 days.

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.

Metrics

CVSS 3.1
3.1/10

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N

EPSS Probability
2.30%

81.1th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
NodejsNode.Js>= 8.0.0, <= 8.8.1
NodejsNode.Js>= 8.9.0, < 8.9.3
NodejsNode.Js>= 9.0.0, < 9.2.1

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2017-15897?
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.
How severe is CVE-2017-15897?
CVE-2017-15897 has a CVSS score of 3.1/10 (LOW severity). The EPSS model estimates a 2.30% probability of exploitation in the next 30 days.
How do I fix CVE-2017-15897?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2017-15897?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST