From owner-svn-ports-head@freebsd.org Sun Apr 15 20:04:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E827F88369; Sun, 15 Apr 2018 20:04:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71FE6836FC; Sun, 15 Apr 2018 20:04:10 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC28D137D9; Sun, 15 Apr 2018 20:04:09 +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 w3FK490T085344; Sun, 15 Apr 2018 20:04:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3FK49Cm085343; Sun, 15 Apr 2018 20:04:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201804152004.w3FK49Cm085343@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, 15 Apr 2018 20:04:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467434 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 467434 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.25 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, 15 Apr 2018 20:04:14 -0000 Author: sunpoet Date: Sun Apr 15 20:04:09 2018 New Revision: 467434 URL: https://svnweb.freebsd.org/changeset/ports/467434 Log: Document Perl vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Apr 15 20:04:03 2018 (r467433) +++ head/security/vuxml/vuln.xml Sun Apr 15 20:04:09 2018 (r467434) @@ -58,6 +58,46 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + perl -- multiple vulnerabilities + + + perl5 + 5.24.05.24.4 + 5.26.05.26.2 + + + + +

perldelta:

+
+

CVE-2018-6797: heap-buffer-overflow (WRITE of size 1) in S_regatom + (regcomp.c)

+

A crafted regular expression could cause a heap buffer write overflow, + with control over the bytes written. [perl #132227]

+

CVE-2018-6798: Heap-buffer-overflow in Perl__byte_dump_string (utf8.c)

+

Matching a crafted locale dependent regular expression could cause a + heap buffer read overflow and potentially information disclosure. [perl + #132063]

+

CVE-2018-6913: heap-buffer-overflow in S_pack_rec

+

pack() could cause a heap buffer write overflow with a large item + count. [perl #131844]

+
+ +
+ + https://metacpan.org/changes/release/SHAY/perl-5.26.2 + https://metacpan.org/changes/release/SHAY/perl-5.24.4 + CVE-2018-6797 + CVE-2018-6798 + CVE-2018-6913 + + + 2018-04-14 + 2018-04-15 + +
+ ipsec-tools -- remotely exploitable computational-complexity attack