From owner-svn-ports-head@FreeBSD.ORG Thu Jun 4 18:18:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9467CA98; Thu, 4 Jun 2015 18:18:33 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 692D81B93; Thu, 4 Jun 2015 18:18:33 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t54IIXC9031000; Thu, 4 Jun 2015 18:18:33 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t54IIXcm030996; Thu, 4 Jun 2015 18:18:33 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506041818.t54IIXcm030996@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Thu, 4 Jun 2015 18:18:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388540 - head/security/vuxml X-SVN-Group: ports-head 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.20 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, 04 Jun 2015 18:18:33 -0000 Author: delphij Date: Thu Jun 4 18:18:32 2015 New Revision: 388540 URL: https://svnweb.freebsd.org/changeset/ports/388540 Log: Document two recent pcre vulnerabilities that can be triggered by specifically crafted *patterns* and would lead to stack or heap overflow. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jun 4 17:58:14 2015 (r388539) +++ head/security/vuxml/vuln.xml Thu Jun 4 18:18:32 2015 (r388540) @@ -57,6 +57,55 @@ Notes: --> + + pcre -- multiple vulnerabilities + + + pcre + 0 + + + php5 + 0 + + + php55 + 0 + + + php56 + 0 + + + + +

Venustech ADLAB reports:

+
+

PCRE library is prone to a vulnerability which leads + to Heap Overflow. During the compilation of a malformed + regular expression, more data is written on the malloced + block than the expected size output by compile_regex.

+
+
+

PCRE library is prone to a vulnerability which leads to + Stack Overflow. Without enough bound checking inside + match(), the stack memory could be overflowed via a + crafted regular expression.

+
+ +
+ + CVE-2015-3210 + CVE-2015-3217 + https://bugs.exim.org/show_bug.cgi?id=1636 + https://bugs.exim.org/show_bug.cgi?id=1638 + + + 2015-05-29 + 2015-06-04 + +
+ hostapd and wpa_supplicant -- multiple vulnerabilities