From owner-svn-ports-all@freebsd.org Mon Aug 10 10:34:55 2015 Return-Path: Delivered-To: svn-ports-all@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 C40AB998E9F; Mon, 10 Aug 2015 10:34:55 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.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 9BE98888; Mon, 10 Aug 2015 10:34:55 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7AAYttS074709; Mon, 10 Aug 2015 10:34:55 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7AAYttr074708; Mon, 10 Aug 2015 10:34:55 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201508101034.t7AAYttr074708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 10 Aug 2015 10:34:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393854 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 10:34:55 -0000 Author: junovitch Date: Mon Aug 10 10:34:54 2015 New Revision: 393854 URL: https://svnweb.freebsd.org/changeset/ports/393854 Log: Document PCRE heap overflow vulnerability in '(?|' situations PR: 202209 Security: ff0acfb4-3efa-11e5-93ad-002590263bf5 Approved by: feld (mentor) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Aug 10 10:29:49 2015 (r393853) +++ head/security/vuxml/vuln.xml Mon Aug 10 10:34:54 2015 (r393854) @@ -58,6 +58,40 @@ Notes: --> + + pcre -- heap overflow vulnerability in '(?|' situations + + + pcre + 8.37_2 + + + + +

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. Exploits with advanced Heap Fengshui + techniques may allow an attacker to execute arbitrary code in the + context of the user running the affected application.

+

Latest version of PCRE is prone to a Heap Overflow vulnerability + which could caused by the following regular expression.

+

/(?J:(?|(:(?|(?'R')(\k'R')|((?'R')))H'Rk'Rf)|s(?'R'))))/

+
+ +
+ + ports/202209 + https://bugs.exim.org/show_bug.cgi?id=1667 + + + 2015-08-05 + 2015-08-10 + +
+ mozilla -- multiple vulnerabilities