From owner-dev-commits-ports-all@freebsd.org Wed Apr 7 18:59:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1ED305C0E96; Wed, 7 Apr 2021 18:59:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FFtwd0QZkz4ZYr; Wed, 7 Apr 2021 18:59:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EAC7024699; Wed, 7 Apr 2021 18:59:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 137IxCL6088024; Wed, 7 Apr 2021 18:59:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 137IxC30088023; Wed, 7 Apr 2021 18:59:12 GMT (envelope-from git) Date: Wed, 7 Apr 2021 18:59:12 GMT Message-Id: <202104071859.137IxC30088023@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Bradley T. Hughes" Subject: git: 9d9b2b967408 - main - security/vuxml: document Node.js April 2021 Security Releases MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bhughes X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9d9b2b96740807ae005915f3a3d212557b52f1ed Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2021 18:59:13 -0000 The branch main has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d9b2b96740807ae005915f3a3d212557b52f1ed commit 9d9b2b96740807ae005915f3a3d212557b52f1ed Author: Bradley T. Hughes AuthorDate: 2021-04-07 05:35:50 +0000 Commit: Bradley T. Hughes CommitDate: 2021-04-07 18:58:57 +0000 security/vuxml: document Node.js April 2021 Security Releases https://nodejs.org/en/blog/vulnerability/april-2021-security-releases/ --- security/vuxml/vuln.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 4258c7cae6a7..0d7043ae2928 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -76,6 +76,53 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Node.js -- April 2021 Security Releases + + + node10 + 10.24.1 + + + node12 + 12.22.1 + + + node14 + 14.16.1 + + + node + 15.14.0 + + + + +

Node.js reports:

+
+

OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High) (CVE-2021-3450)

+

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/20210325.txt

+

OpenSSL - NULL pointer deref in signature_algorithms processing (High) (CVE-2021-3449)

+

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/20210325.txt

+

npm upgrade - Update y18n to fix Prototype-Pollution (High) (CVE-2020-7774)

+

This is a vulnerability in the y18n npm module which may be exploited by prototype pollution. You can read more about it in https://github.com/advisories/GHSA-c4w7-xm78-47vh

+
+ +
+ + https://nodejs.org/en/blog/vulnerability/april-2021-security-releases/ + https://www.openssl.org/news/secadv/20210325.txt + https://github.com/advisories/GHSA-c4w7-xm78-47vh + CVE-2021-3450 + CVE-2021-3449 + CVE-2020-7774 + + + 2021-04-06 + 2021-04-07 + +
+ FreeBSD -- jail escape possible by mounting over jail root