diff options
author | adam <adam@pkgsrc.org> | 2021-02-24 11:04:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-02-24 11:04:35 +0000 |
commit | 70ef878529748f6b74d58b694fd2f592964e155e (patch) | |
tree | fc37c854e85a692be00169fd446930dc19b22317 /lang | |
parent | dace18b40dbb30fc44de84ef4472ea64d4b3d1a5 (diff) | |
download | pkgsrc-70ef878529748f6b74d58b694fd2f592964e155e.tar.gz |
nodejs10: updated to 10.24.0
Version 10.24.0 'Dubnium' (LTS)
This is a security release.
Notable changes
Vulnerabilities fixed:
CVE-2021-22883: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion
Affected Node.js versions are vulnerable to denial of service attacks when too many connection attempts with an 'unknownProtocol' are established. This leads to a leak of file descriptors. If a file descriptor limit is configured on the system, then the server is unable to accept new connections and prevent the process also from opening, e.g. a file. If no file descriptor limit is configured, then this lead to an excessive memory usage and cause the system to run out of memory.
CVE-2021-22884: DNS rebinding in --inspect
Affected Node.js versions are vulnerable to denial of service attacks when the whitelist includes “localhost6”. When “localhost6” is not present in /etc/hosts, it is just an ordinary domain that is resolved via DNS, i.e., over network. If the attacker controls the victim's DNS server or can spoof its responses, the DNS rebinding protection can be bypassed by using the “localhost6” domain. As long as the attacker uses the “localhost6” domain, they can still apply the attack described in CVE-2018-7160.
CVE-2021-23840: OpenSSL - Integer overflow in CipherUpdate
This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210216.txt
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nodejs10/Makefile | 4 | ||||
-rw-r--r-- | lang/nodejs10/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/nodejs10/Makefile b/lang/nodejs10/Makefile index 2570295643f..9ff496a427a 100644 --- a/lang/nodejs10/Makefile +++ b/lang/nodejs10/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2021/02/15 10:20:58 adam Exp $ +# $NetBSD: Makefile,v 1.21 2021/02/24 11:04:35 adam Exp $ -DISTNAME= node-v10.23.3 +DISTNAME= node-v10.24.0 USE_LANGUAGES= c gnu++14 diff --git a/lang/nodejs10/distinfo b/lang/nodejs10/distinfo index 1c8727d7771..88f52f4b302 100644 --- a/lang/nodejs10/distinfo +++ b/lang/nodejs10/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2021/02/15 10:20:58 adam Exp $ +$NetBSD: distinfo,v 1.13 2021/02/24 11:04:35 adam Exp $ -SHA1 (node-v10.23.3.tar.gz) = 07da823788f0a571b9fab4e134c66662410332e9 -RMD160 (node-v10.23.3.tar.gz) = a6a19766d3111d554d99319bcf237b99852d83e3 -SHA512 (node-v10.23.3.tar.gz) = 898af676357cc394c29271b2fd136613d4f8a4b238dfa07755f64689cdf8afe8ab5504b28eb8938ef149c17c066dd5033a80963993723116c910c63343b2d01e -Size (node-v10.23.3.tar.gz) = 46304281 bytes +SHA1 (node-v10.24.0.tar.gz) = 68c167f3c5bdb5cf571aae88f136ffa979fb22c1 +RMD160 (node-v10.24.0.tar.gz) = f8678c41dbdec06f8da40c6cc852b530db86032e +SHA512 (node-v10.24.0.tar.gz) = ff14c2071d20f9054f5db14505a0a9d1309d31c34f9b676dcb6430e553256fc557116e2aafe4b2c4662f84e049c70b24182329f021e1ba46a479aadbc4304a5c +Size (node-v10.24.0.tar.gz) = 46321470 bytes SHA1 (patch-common.gypi) = de37949f38d9bd39a18b59d59ec74e528bd323ac SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3 |