Node.js v6.7.0 (Current) 发布了,Node.js 是一套用来编写高性能网络服务器的 JavaScript 工具包,本次更新如下:
Semver Minor:
-
openssl:
-
Upgrade to 1.0.2i, fixes a number of defects impacting Node.js: CVE-2016-6304 ("OCSP Status Request extension unbounded memory growth", high severity), CVE-2016-2183, CVE-2016-2178 and CVE-2016-6306. (Shigeki Ohtsu) #8714
-
Upgrade to 1.0.2j, fixes a defect included in 1.0.2i resulting in a crash when using CRLs, CVE-2016-7052. (Shigeki Ohtsu) #8786
-
Remove support for loading dynamic third-party engine modules. An attacker may be able to hide malicious code to be inserted into Node.js at runtime by masquerading as one of the dynamic engine modules. Originally reported by Ahmed Zaki (Skype). (Ben Noordhuis) nodejs/node-private#73
-
-
http: CVE-2016-5325 - Properly validate for allowable characters in the
reason
argument inServerResponse#writeHead()
. Fixes a possible response splitting attack vector. This introduces a new case wherethrow
may occur when configuring HTTP responses, users should already be adopting try/catch here. Originally reported independently by Evan Lucas and Romain Gaucher. (Evan Lucas) nodejs/node-private#60
Semver Patch:
-
buffer: Zero-fill excess bytes in new
Buffer
objects created withBuffer.concat()
while providing atotalLength
parameter that exceeds the total length of the originalBuffer
objects being concatenated. (Сковорода Никита Андреевич) nodejs/node-private#64 -
src: Fix regression where passing an empty password and/or salt to crypto.pbkdf2() would cause a fatal error (Rich Trott) #8572
-
tls: CVE-2016-7099 - Fix invalid wildcard certificate validation check whereby a TLS server may be able to serve an invalid wildcard certificate for its hostname due to improper validation of
*.
in the wildcard string. Originally reported by Alexander Minozhenko and James Bunton (Atlassian). (Ben Noordhuis) nodejs/node-private#75 -
v8: Fix regression where a regex on a frozen object was broken (Myles Borins) #8673
Commits
-
[
8fb8c46303
] - buffer: zero-fill uninitialized bytes in .concat() (Сковорода Никита Андреевич) nodejs/node-private#64 -
[
e5998c44b4
] - crypto: don't build hardware engines (Ben Noordhuis) nodejs/node-private#73 -
[
ed4cd2eebe
] - deps: cherry-pick 34880eb3dc from V8 upstream (Myles Borins) #8673 -
[
f8ad0dc0e2
] - deps: add -no_rand_screen to openssl s_client (Shigeki Ohtsu) nodejs/io.js#1836 -
[
9181def9d4
] - deps: fix asm build error of openssl in x86_win32 (Shigeki Ohtsu) iojs/io.js#1389 -
[
2dee4af5c3
] - deps: fix openssl assembly error on ia32 win32 (Fedor Indutny) iojs/io.js#1389 -
[
4255dc82a9
] - deps: copy all openssl header files to include dir (Shigeki Ohtsu) #8786 -
[
c08d81df50
] - deps: upgrade openssl sources to 1.0.2j (Shigeki Ohtsu) #8786 -
[
2573efc9df
] - deps: update openssl asm and asm_obsolete files (Shigeki Ohtsu) #8714 -
[
67751f3d7e
] - deps: add -no_rand_screen to openssl s_client (Shigeki Ohtsu) nodejs/io.js#1836 -
[
4382de338b
] - deps: fix asm build error of openssl in x86_win32 (Shigeki Ohtsu) iojs/io.js#1389 -
[
cfa00611b0
] - deps: fix openssl assembly error on ia32 win32 (Fedor Indutny) iojs/io.js#1389 -
[
3e4ea603b3
] - deps: copy all openssl header files to include dir (Shigeki Ohtsu) #8714 -
[
8937fd0dbb
] - deps: upgrade openssl sources to 1.0.2i (Shigeki Ohtsu) #8714 -
[
c0f13e56a2
] - http: check reason chars in writeHead (Evan Lucas) nodejs/node-private#60 -
[
743f0c9164
] - lib: make tls.checkServerIdentity() more strict (Ben Noordhuis) nodejs/node-private#75 -
[
38bed98a92
] - openssl: fix keypress requirement in apps on win32 (Shigeki Ohtsu) iojs/io.js#1389 -
[
a25fc3f715
] - openssl: fix keypress requirement in apps on win32 (Shigeki Ohtsu) iojs/io.js#1389 -
[
5902ba3989
] - src: Malloc/Calloc size 0 returns non-null pointer (Rich Trott) #8572 -
[
a14d832884
] - test: remove openssl options of -no_ (Shigeki Ohtsu) #8714
下载地址: