NODEJS has released updates, all contain fixes for CVE-2016-5180 "ares_create_query single byte out of buffer write":
In addition, our new Node.js v6 LTS "Boron" release line is available beginning with Node.js v6.9.0 (LTS "Boron"). Along with the transition to Long Term Support, this release also contains the following security fixes, specific to v6.x:
- NODE.JS V0.10.48 (MAINTENANCE)
- NODE.JS V0.12.17 (MAINTENANCE)
- NODE.JS V4.6.1 (LTS "ARGON")
In addition, our new Node.js v6 LTS "Boron" release line is available beginning with Node.js v6.9.0 (LTS "Boron"). Along with the transition to Long Term Support, this release also contains the following security fixes, specific to v6.x:
Disable auto-loading of openssl.cnf: Don't automatically attempt to load an OpenSSL configuration file, from the OPENSSL_CONF environment variable or from the default location for the current platform. Always triggering a configuration file load attempt may allow an attacker to load compromised OpenSSL configuration into a Node.js process if they are able to place a file in a default location.
Patched V8 arbitrary memory read (CVE-2016-5172): The V8 parser mishandled scopes, potentially allowing an attacker to obtain sensitive information from arbitrary memory locations via crafted JavaScript code. This vulnerability would require an attacker to be able to execute arbitrary JavaScript code in a Node.js process.
Create a unique v8_inspector WebSocket address: Generate a UUID for each execution of the inspector. This provides additional security to prevent unauthorized clients from connecting to the Node.js process via the v8_inspector port when running with --inspect. Since the debugging protocol allows extensive access to the internals of a running process, and the execution of arbitrary code, it is important to limit connections to authorized tools only. Note that the v8_inspector protocol in Node.js is still considered an experimental feature. Vulnerability originally reported by Jann Horn.
All of these vulnerabilities are considered low severity for Node.js users, however, users of Node.js v6.x should upgrade at their earliest convenience.
Original post is included below
Node.js v6 LTS security inclusionsNext week, on Tuesday the 18th (late evening UTC), the Node.js Foundation will be launching its second new LTS release line, a continuation of the v6.x series of releases. This line will be code-named "Boron" and the first version will be v6.9.0.
In addition to a change to introduce the process.release. lt's property, set to 'Boron', we will also be including 3 low severity security patches that only apply to the v6.x release series.
The security vulnerabilities being addressed are all low severity and arise from Node.js dependencies:
- V8
- OpenSSL when Node.js is built in FIPS-compliant mode (not official builds)
- v8_inspector, a new experimental debugging protocol
- Node.js v6 is affected
- Node.js v4 (LTS "Argon") is not affected
- Node.js v0.12 (Maintenance) is not affected
- Node.js v0.10 (Maintenance) is not affected
- CVE-2016-5180 "ares_create_query single byte out of buffer write"
The patch has already been included in Node.js v6 and we will ensure that patched versions of the remaining affected versions are made available by Tuesday the 18th.
- Node.js v6 is not affected
- Node.js v4 (LTS "Argon") is affected
- Node.js v0.12 (Maintenance) is affected
- Node.js v0.10 (Maintenance) is affected
SOURCE OF THIS INFORMATION: https://nodejs.org
No comments:
Post a Comment