From owner-svn-ports-all@freebsd.org Mon Jul 20 15:00:24 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 675769A6513; Mon, 20 Jul 2015 15:00:24 +0000 (UTC) (envelope-from feld@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 3F9EC1890; Mon, 20 Jul 2015 15:00:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KF0OKY008919; Mon, 20 Jul 2015 15:00:24 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KF0NJG008918; Mon, 20 Jul 2015 15:00:23 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507201500.t6KF0NJG008918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 20 Jul 2015 15:00:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392576 - 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, 20 Jul 2015 15:00:24 -0000 Author: feld Date: Mon Jul 20 15:00:23 2015 New Revision: 392576 URL: https://svnweb.freebsd.org/changeset/ports/392576 Log: Document PCRE buffer overflow PR: 201188 Security: CVE-2015-5073 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 20 14:52:06 2015 (r392575) +++ head/security/vuxml/vuln.xml Mon Jul 20 15:00:23 2015 (r392576) @@ -58,6 +58,42 @@ Notes: --> + + pcre -- Heap Overflow Vulnerability in find_fixedlength() + + + pcre + 8.37_1 + + + + +

Venustech ADLAB reports:

+
+

PCRE library is prone to a vulnerability which leads to Heap + Overflow. During subpattern calculation of a malformed regular + expression, an offset that is used as an array index is fully + controlled and can be large enough so that unexpected heap + memory regions are accessed.

+

One could at least exploit this issue to read objects nearby of + the affected application's memory.

+

Such information disclosure may also be used to bypass memory + protection method such as ASLR.

+
+ +
+ + CVE-2015-5073 + https://bugs.exim.org/show_bug.cgi?id=1651 + http://vcs.pcre.org/pcre?view=revision&revision=1571 + http://www.openwall.com/lists/oss-security/2015/06/26/1 + + + 2015-06-23 + 2015-06-29 + +
+ cacti -- Multiple XSS and SQL injection vulnerabilities