pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/nodejs nodejs: updated to 10.16.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c388c62bb23
branches:  trunk
changeset: 337980:4c388c62bb23
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 16 15:18:16 2019 +0000

description:
nodejs: updated to 10.16.3

Version 10.16.3 'Dubnium' (LTS):

Notable changes

This is a security release.

Node.js, as well as many other implementations of HTTP/2, have been found vulnerable to Denial of Service attacks. See 
https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-002.md for more information.

Vulnerabilities fixed:

CVE-2019-9511 ?Data Dribble?: The attacker requests a large amount of data from a specified resource over multiple streams. They manipulate window size and stream priority to force the server to 
queue the data in 1-byte chunks. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.

CVE-2019-9512 ?Ping Flood?: The attacker sends continual pings to an HTTP/2 peer, causing the peer to build an internal queue of responses. Depending on how efficiently this data is queued, this can 
consume excess CPU, memory, or both, potentially leading to a denial of service.

CVE-2019-9513 ?Resource Loop?: The attacker creates multiple request streams and continually shuffles the priority of the streams in a way that causes substantial churn to the priority tree. This can 
consume excess CPU, potentially leading to a denial of service.

CVE-2019-9514 ?Reset Flood?: The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the 
peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both, potentially leading to a denial of service.

CVE-2019-9515 ?Settings Flood?: The attacker sends a stream of SETTINGS frames to the peer. Since the RFC requires that the peer reply with one acknowledgement per SETTINGS frame, an empty SETTINGS 
frame is almost equivalent in behavior to a ping. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.

CVE-2019-9516 ?0-Length Headers Leak?: The attacker sends a stream of headers with a 0-length header name and 0-length header value, optionally Huffman encoded into 1-byte or greater headers. Some 
implementations allocate memory for these headers and keep the allocation alive until the session dies. This can consume excess memory, potentially leading to a denial of service.

CVE-2019-9517 ?Internal Data Buffering?: The attacker opens the HTTP/2 window so the peer can send without constraint; however, they leave the TCP window closed so the peer cannot actually write 
(many of) the bytes on the wire. The attacker then sends a stream of requests for a large response object. Depending on how the servers queue the responses, this can consume excess memory, CPU, or 
both, potentially leading to a denial of service.

CVE-2019-9518 ?Empty Frames Flood?: The attacker sends a stream of frames with an empty payload and without the end-of-stream flag. These frames can be DATA, HEADERS, CONTINUATION and/or 
PUSH_PROMISE. The peer spends time processing each frame disproportionate to attack bandwidth. This can consume excess CPU, potentially leading to a denial of service.

diffstat:

 lang/nodejs/Makefile |   4 ++--
 lang/nodejs/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r e6362e454f5c -r 4c388c62bb23 lang/nodejs/Makefile
--- a/lang/nodejs/Makefile      Fri Aug 16 15:12:19 2019 +0000
+++ b/lang/nodejs/Makefile      Fri Aug 16 15:18:16 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.162 2019/08/07 07:33:25 adam Exp $
+# $NetBSD: Makefile,v 1.163 2019/08/16 15:18:16 adam Exp $
 
-DISTNAME=      node-v10.16.2
+DISTNAME=      node-v10.16.3
 
 USE_LANGUAGES= c gnu++14
 
diff -r e6362e454f5c -r 4c388c62bb23 lang/nodejs/distinfo
--- a/lang/nodejs/distinfo      Fri Aug 16 15:12:19 2019 +0000
+++ b/lang/nodejs/distinfo      Fri Aug 16 15:18:16 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.152 2019/08/07 07:33:25 adam Exp $
+$NetBSD: distinfo,v 1.153 2019/08/16 15:18:16 adam Exp $
 
-SHA1 (node-v10.16.2.tar.gz) = eb07d563b067242e68cd282a60f2044e3b82d818
-RMD160 (node-v10.16.2.tar.gz) = d08d59df27684a742156545bd6b2dbb35942ef20
-SHA512 (node-v10.16.2.tar.gz) = a7674dcbefe03d2c25cb3410218b0c5eef6e32ef8f1081d70b6dd6eb3b042dd471a6b12ac7a375b207a8dcf008ca2b7594aa223f454b5a14614f2024788b3c2b
-Size (node-v10.16.2.tar.gz) = 45866780 bytes
+SHA1 (node-v10.16.3.tar.gz) = 21ef023ff05eb3c328d08e9e6196fbba301add28
+RMD160 (node-v10.16.3.tar.gz) = dfbd885f84180ae08ede0b5dfe6c64b644402aad
+SHA512 (node-v10.16.3.tar.gz) = c3a95d8810599db8e9a17932c55ff57223cf9e66028e776088420023ab7ba393e9b60518a189fcab46ca2597d213f8a6414abba282a73c9501c294dbc7b041e6
+Size (node-v10.16.3.tar.gz) = 45870800 bytes
 SHA1 (patch-common.gypi) = de37949f38d9bd39a18b59d59ec74e528bd323ac
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi) = 12c91ca27ced24cabd714902fad9c9eb0ba40f9b



Home | Main Index | Thread Index | Old Index