#VU14493 Information disclosure in Node.js - CVE-2018-7166
Published: August 21, 2018 / Updated: August 22, 2018
Node.js
Node.js Foundation
Description
The vulnerability allows a local attacker to obtain potentially sensitive information.
The vulnerability exists due to the Buffer.alloc() function of the affected software returns uninitialized memory. A local attacker can submit malicious arguments to the Buffer.alloc() function and cause a targeted system to return uncleared memory blocks that hold sensitive information.