SB20171211323 - Information disclosure in Node.js



SB20171211323 - Information disclosure in Node.js

Published: December 11, 2017 Updated: August 4, 2020

Security Bulletin ID SB20171211323
Severity
Low
Patch available
YES
Number of vulnerabilities 1
Exploitation vector Remote access
Highest impact Information disclosure

Breakdown by Severity

Low 100%
  • Low
  • Medium
  • High
  • Critical

Description

This security bulletin contains information about 1 security vulnerability.


1) Information disclosure (CVE-ID: CVE-2017-15897)

The vulnerability allows a remote authenticated user to gain access to sensitive information.

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.


Remediation

Install update from vendor's website.