From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/nodejs: security bump to version 12.20.1
Date: Tue, 12 Jan 2021 11:33:19 +0100 [thread overview]
Message-ID: <87h7nmmols.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20210107222412.10742-1-peter@korsgaard.com> (Peter Korsgaard's message of "Thu, 7 Jan 2021 23:24:12 +0100")
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
> Fixes the following security issues:
> - CVE-2020-8265: use-after-free in TLSWrap (High) Affected Node.js versions
> are vulnerable to a use-after-free bug in its TLS implementation. When
> writing to a TLS enabled socket, node::StreamBase::Write calls
> node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first
> argument. If the DoWrite method does not return an error, this object is
> passed back to the caller as part of a StreamWriteResult structure. This
> may be exploited to corrupt memory leading to a Denial of Service or
> potentially other exploits
> - CVE-2020-8287: HTTP Request Smuggling in nodejs Affected versions of
> Node.js allow two copies of a header field in a http request. For
> example, two Transfer-Encoding header fields. In this case Node.js
> identifies the first header field and ignores the second. This can lead
> to HTTP Request Smuggling
> - CVE-2020-1971: OpenSSL - EDIPARTYNAME NULL pointer de-reference (High)
> 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/20201208.txt
> Update the license hash for the addition of the (MIT licensed)
> cjs-module-lexer module:
> https://github.com/nodejs/node/commit/9eb1fa19248949dfc716807b1dc97dedf36da14e
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Committed to 2020.02.x and 2020.11.x, thanks.
--
Bye, Peter Korsgaard
prev parent reply other threads:[~2021-01-12 10:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-07 22:24 [Buildroot] [PATCH] package/nodejs: security bump to version 12.20.1 Peter Korsgaard
2021-01-09 22:54 ` Yann E. MORIN
2021-01-12 10:33 ` Peter Korsgaard [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h7nmmols.fsf@dell.be.48ers.dk \
--to=peter@korsgaard.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.