From owner-svn-ports-head@freebsd.org Thu Oct 26 18:09:12 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 4996DE5010D; Thu, 26 Oct 2017 18:09:12 +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 18A27638F8; Thu, 26 Oct 2017 18:09:12 +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 v9QI9BPx085134; Thu, 26 Oct 2017 18:09:11 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9QI9A0G085131; Thu, 26 Oct 2017 18:09:10 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201710261809.v9QI9A0G085131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Thu, 26 Oct 2017 18:09:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452934 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 452934 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, 26 Oct 2017 18:09:12 -0000 Author: bhughes Date: Thu Oct 26 18:09:10 2017 New Revision: 452934 URL: https://svnweb.freebsd.org/changeset/ports/452934 Log: security/vuxml: add node.js remote DoS vulnerability announced 2017-10-24 Reviewed by: swills Approved by: swills (ports-secteam) Security: d7d1cc94-b971-11e7-af3a-f1035dd0da62 Differential Revision: https://reviews.freebsd.org/D12788 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Oct 26 18:07:58 2017 (r452933) +++ head/security/vuxml/vuln.xml Thu Oct 26 18:09:10 2017 (r452934) @@ -58,6 +58,40 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Node.js -- remote DOS security vulnerability + + + node + 8.8.0 + + + node6 + 6.10.26.11.5 + + + node4 + 4.8.24.8.5 + + + + +

Node.js reports:

+
+

Node.js was susceptible to a remote DoS attack due to a change that came in as part of zlib v1.2.9. In zlib v1.2.9 8 became an invalid value for the windowBits parameter and Node's zlib module will crash or throw an exception (depending on the version)

+
+ +
+ + https://nodejs.org/en/blog/vulnerability/oct-2017-dos/ + CVE-2017-14919 + + + 2017-10-17 + 2017-10-25 + +
+ GitLab -- multiple vulnerabilities