From owner-svn-ports-head@freebsd.org Sun Sep 24 19:08: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 99F40E2DFF7; Sun, 24 Sep 2017 19:08:20 +0000 (UTC) (envelope-from sunpoet@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 60FB183DCE; Sun, 24 Sep 2017 19:08:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OJ8Jms093670; Sun, 24 Sep 2017 19:08:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OJ8Jul093668; Sun, 24 Sep 2017 19:08:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709241908.v8OJ8Jul093668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Sep 2017 19:08:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450539 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450539 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: Sun, 24 Sep 2017 19:08:20 -0000 Author: sunpoet Date: Sun Sep 24 19:08:19 2017 New Revision: 450539 URL: https://svnweb.freebsd.org/changeset/ports/450539 Log: Document Perl vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Sep 24 19:08:12 2017 (r450538) +++ head/security/vuxml/vuln.xml Sun Sep 24 19:08:19 2017 (r450539) @@ -58,6 +58,46 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + perl -- multiple vulnerabilities + + + perl5 + 5.24.05.24.3 + 5.26.05.26.1 + + + + +

SO-AND-SO reports:

+
+

CVE-2017-12814: $ENV{$key} stack buffer overflow on Windows

+

A possible stack buffer overflow in the %ENV code on Windows has been + fixed by removing the buffer completely since it was superfluous anyway.

+

CVE-2017-12837: Heap buffer overflow in regular expression compiler

+

Compiling certain regular expression patterns with the case-insensitive + modifier could cause a heap buffer overflow and crash perl. This has now + been fixed.

+

CVE-2017-12883: Buffer over-read in regular expression parser

+

For certain types of syntax error in a regular expression pattern, the + error message could either contain the contents of a random, possibly + large, chunk of memory, or could crash perl. This has now been fixed.

+
+ +
+ + https://metacpan.org/changes/release/SHAY/perl-5.24.3 + https://metacpan.org/changes/release/SHAY/perl-5.26.1 + CVE-2017-12814 + CVE-2017-12837 + CVE-2017-12883 + + + 2017-09-19 + 2017-09-24 + +
+ chromium -- multiple vulnerabilities