From owner-svn-ports-all@freebsd.org Wed Sep 16 20:47:52 2020 Return-Path: Delivered-To: svn-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 656DF3F0EA8; Wed, 16 Sep 2020 20:47:52 +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 4BsBxh23gkz4Fy7; Wed, 16 Sep 2020 20:47:52 +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 29E9D1ED4F; Wed, 16 Sep 2020 20:47:52 +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 08GKlqOn002230; Wed, 16 Sep 2020 20:47:52 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08GKlpU2002229; Wed, 16 Sep 2020 20:47:51 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202009162047.08GKlpU2002229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Wed, 16 Sep 2020 20:47:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548798 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 548798 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2020 20:47:52 -0000 Author: bhughes Date: Wed Sep 16 20:47:51 2020 New Revision: 548798 URL: https://svnweb.freebsd.org/changeset/ports/548798 Log: security/vuxml: document Node.js September 2020 Security Releases https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/ Sponsored by: Miles AS Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Sep 16 20:05:00 2020 (r548797) +++ head/security/vuxml/vuln.xml Wed Sep 16 20:47:51 2020 (r548798) @@ -58,6 +58,62 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Node.js -- September 2020 Security Releases + + + node + 14.11.0 + + + node12 + 12.18.4 + + + node10 + 10.22.1 + + + + +

Node.js reports:

+
+

Updates are now available for v10,x, v12.x and v14.x Node.js release lines for the following issues.

+

HTTP Request Smuggling due to CR-to-Hyphen conversion (High) (CVE-2020-8201)

+

Affected Node.js versions converted carriage returns in HTTP request headers to a hyphen before parsing. This can lead to HTTP Request Smuggling as it is a non-standard interpretation of the header.

+

Impacts:

+
    +
  • All versions of the 14.x and 12.x releases line
  • +
+

Denial of Service by resource exhaustion CWE-400 due to unfinished HTTP/1.1 requests (Critical) (CVE-2020-8251)

+

Node.js is vulnerable to HTTP denial of service (DOS) attacks based on delayed requests submission which can make the server unable to accept new connections. The fix a new http.Server option called requestTimeout with a default value of 0 which means it is disabled by default. This should be set when Node.js is used as an edge server, for more details refer to the documentation.

+

Impacts:

+
    +
  • All versions of the 14.x release line
  • +
+

fs.realpath.native on may cause buffer overflow (Medium) (CVE-2020-8252)

+

libuv's realpath implementation incorrectly determined the buffer size which can result in a buffer overflow if the resolved path is longer than 256 bytes.

+

Impacts:

+
    +
  • All versions of the 10.x release line
  • +
  • All versions of the 12.x release line
  • +
  • All versions of the 14.x release line before 14.9.0
  • +
+
+ +
+ + https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/ + CVE-2020-8201 + CVE-2020-8251 + CVE-2020-8252 + + + 2020-09-08 + 2020-09-16 + +
+ FreeBSD -- ftpd privilege escalation via ftpchroot feature