diff options
author | adam <adam@pkgsrc.org> | 2021-02-24 11:05:28 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-02-24 11:05:28 +0000 |
commit | 98126f7f595507c044d47aed68bbf6fa02f63cc9 (patch) | |
tree | 9794d9db8bd96e28749e87d8e309579fdc586871 /lang/nodejs12 | |
parent | 70ef878529748f6b74d58b694fd2f592964e155e (diff) | |
download | pkgsrc-98126f7f595507c044d47aed68bbf6fa02f63cc9.tar.gz |
nodejs12: updated to 12.21.0
Version 12.21.0 'Erbium' (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/nodejs12')
-rw-r--r-- | lang/nodejs12/Makefile | 4 | ||||
-rw-r--r-- | lang/nodejs12/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/nodejs12/Makefile b/lang/nodejs12/Makefile index 05db691752d..0ae3ff42759 100644 --- a/lang/nodejs12/Makefile +++ b/lang/nodejs12/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2021/02/15 10:21:43 adam Exp $ +# $NetBSD: Makefile,v 1.30 2021/02/24 11:05:28 adam Exp $ -DISTNAME= node-v12.20.2 +DISTNAME= node-v12.21.0 USE_LANGUAGES= c gnu++14 diff --git a/lang/nodejs12/distinfo b/lang/nodejs12/distinfo index f66460ccac4..333cb3a62ff 100644 --- a/lang/nodejs12/distinfo +++ b/lang/nodejs12/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.20 2021/02/15 10:21:43 adam Exp $ +$NetBSD: distinfo,v 1.21 2021/02/24 11:05:28 adam Exp $ -SHA1 (node-v12.20.2.tar.gz) = a464a783bce0822563079c4edd994f06b3be9a38 -RMD160 (node-v12.20.2.tar.gz) = 6cae00e0b6754cb438a831d6b2dd361906cba92a -SHA512 (node-v12.20.2.tar.gz) = 3633b5f0a0423c3e5c5cdfd7ea8308b6091aa000a079299a468c0c1ac60a4287efdd40908ca760909d278915c3ec90f22428fb9bb421523a0e07abb18afcba44 -Size (node-v12.20.2.tar.gz) = 53249033 bytes +SHA1 (node-v12.21.0.tar.gz) = c454d2c2a97ccce560d709e2f7fad2923adeb856 +RMD160 (node-v12.21.0.tar.gz) = c10ccc94e139eee770648cd537efd3c9558c7009 +SHA512 (node-v12.21.0.tar.gz) = 843fc8dc7711357f0410b13dbdcbc425541f88560954e11d604b659e488535d24676e3701a4853f2038fdb118a9f606571757d68acf1d4054ad330c3ec3ef0f1 +Size (node-v12.21.0.tar.gz) = 53255514 bytes SHA1 (patch-common.gypi) = a3fa3b5b974f910b3c8fea640ded4dca262e1ba8 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3 |