From owner-svn-ports-all@freebsd.org Sun Apr 3 13:43:14 2016 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 E0DB7ADE6FA; Sun, 3 Apr 2016 13:43:14 +0000 (UTC) (envelope-from junovitch@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 9563912E0; Sun, 3 Apr 2016 13:43:14 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u33DhDK2038234; Sun, 3 Apr 2016 13:43:13 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u33DhDWS038233; Sun, 3 Apr 2016 13:43:13 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201604031343.u33DhDWS038233@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 3 Apr 2016 13:43:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412471 - 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.21 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: Sun, 03 Apr 2016 13:43:15 -0000 Author: junovitch Date: Sun Apr 3 13:43:13 2016 New Revision: 412471 URL: https://svnweb.freebsd.org/changeset/ports/412471 Log: Document PCRE heap overflow vulnerability PR: 208260 Reported by: Sevan Janiyan Security: CVE-2016-1283 Security: https://vuxml.FreeBSD.org/freebsd/497b82e0-f9a0-11e5-92ce-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Apr 3 13:25:48 2016 (r412470) +++ head/security/vuxml/vuln.xml Sun Apr 3 13:43:13 2016 (r412471) @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + pcre -- heap overflow vulnerability + + + pcre + 8.38_1 + + + + +

Mitre reports:

+
+

The pcre_compile2 function in pcre_compile.c in PCRE 8.38 + mishandles the /((?:F?+(?:^(?(R)a+\"){99}-))(?J)(?'R'(?'R'<((?'RR'(?'R'\){97)?J)?J)(?'R'(?'R'\){99|(:(?|(?'R')(\k'R')|((?'R')))H'R'R)(H'R))))))/ + pattern and related patterns with named subgroups, which allows + remote attackers to cause a denial of service (heap-based buffer + overflow) or possibly have unspecified other impact via a crafted + regular expression, as demonstrated by a JavaScript RegExp object + encountered by Konqueror.

+
+ +
+ + CVE-2016-1283 + ports/208260 + https://bugs.exim.org/show_bug.cgi?id=1767 + + + 2016-02-27 + 2016-04-03 + +
+ py-djblets -- Self-XSS vulnerability