From owner-svn-ports-head@freebsd.org Thu Jul 13 10:57:20 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52494D9EE3F; Thu, 13 Jul 2017 10:57:20 +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 mx1.freebsd.org (Postfix) with ESMTPS id 2812873460; Thu, 13 Jul 2017 10:57:20 +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 v6DAvJAf021316; Thu, 13 Jul 2017 10:57:19 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6DAvJWH021314; Thu, 13 Jul 2017 10:57:19 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201707131057.v6DAvJWH021314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Thu, 13 Jul 2017 10:57:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445644 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 445644 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.23 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, 13 Jul 2017 10:57:20 -0000 Author: bhughes Date: Thu Jul 13 10:57:18 2017 New Revision: 445644 URL: https://svnweb.freebsd.org/changeset/ports/445644 Log: ecurity/vuxml: add node.js vulnerabilities announced 2017-07-11 The vulnerability in the bundled c-ares dependency is not included, since the Node.js ports use dns/c-ares as a dependency instead. Approved by: mat (co-mentor) MFH: 2017Q3 Security: http://www.vuxml.org/freebsd/3eff66c5-66c9-11e7-aa1d-3d2e663cef42.html Differential Revision: https://reviews.freebsd.org/D11561 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jul 13 10:52:33 2017 (r445643) +++ head/security/vuxml/vuln.xml Thu Jul 13 10:57:18 2017 (r445644) @@ -58,6 +58,60 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + node.js -- multiple vulnerabilities + + + node + 8.1.4 + + + node4 + 4.8.4 + + + node6 + 6.11.1 + + + + +

Updates are now available for all active Node.js release lines as + well as the 7.x line. These include the fix for the high severity + vulnerability identified in the initial announcement, one additional + lower priority Node.js vulnerability in the 4.x release line, as well + as some lower priority fixes for Node.js dependencies across the + current release lines.

+
+

Constant Hashtable Seeds (CVE pending)

+

Node.js was susceptible to hash flooding remote DoS attacks as the + HashTable seed was constant across a given released version of + Node.js. This was a result of building with V8 snapshots enabled by + default which caused the initially randomized seed to be overwritten + on startup. Thanks to Jann Horn of Google Project Zero for reporting + this vulnerability.

+

This is a high severity vulnerability and applies to all active + release lines (4.x, 6.x, 8.x) as well as the 7.x line.

+

http.get with numeric authorization options creates uninitialized + buffers

+

Application code that allows the auth field of the options object + used with http.get() to be set to a number can result in an + uninitialized buffer being created/used as the authentication + string.

+

This is a low severity defect and only applies to the 4.x release + line.

+
+ +
+ + https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/ + + + 2017-06-27 + 2017-07-12 + +
+ nginx -- a specially crafted request might result in an integer overflow