From owner-svn-ports-head@freebsd.org Thu Jan 14 20:37:36 2021 Return-Path: Delivered-To: svn-ports-head@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 38F724ED063; Thu, 14 Jan 2021 20:37:36 +0000 (UTC) (envelope-from bhughes@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DGx2S17TBz4v59; Thu, 14 Jan 2021 20:37:36 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 19BFC1073B; Thu, 14 Jan 2021 20:37:36 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10EKbZtd060318; Thu, 14 Jan 2021 20:37:35 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10EKbZhL060316; Thu, 14 Jan 2021 20:37:35 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202101142037.10EKbZhL060316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Thu, 14 Jan 2021 20:37:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561590 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 561590 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2021 20:37:36 -0000 Author: bhughes Date: Thu Jan 14 20:37:35 2021 New Revision: 561590 URL: https://svnweb.freebsd.org/changeset/ports/561590 Log: security/vuxml: document Node.js January 2021 Security Releases https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/ Sponsored by: Miles AS Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jan 14 20:25:50 2021 (r561589) +++ head/security/vuxml/vuln.xml Thu Jan 14 20:37:35 2021 (r561590) @@ -58,6 +58,52 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Node.js -- January 2021 Security Releases + + + node10 + 10.23.1 + + + node12 + 12.20.1 + + + node14 + 14.15.4 + + + node + 15.5.1 + + + + +

Node.js reports:

+
+

use-after-free in TLSWrap (High) (CVE-2020-8265)

+

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.

+

HTTP Request Smuggling in nodejs (Low) (CVE-2020-8287)

+

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.

+

OpenSSL - EDIPARTYNAME NULL pointer de-reference (CVE-2020-1971)

+

iThis 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.

+
+ +
+ + https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/ + https://www.openssl.org/news/secadv/20201208.txt + CVE-2020-8265 + CVE-2020-8287 + CVE-2020-1971 + + + 2021-01-04 + 2021-01-14 + +
+ Gitlab -- vulnerability