svn commit: r411529 - head/security/vuxml
Mark Felder
feld at FreeBSD.org
Mon Mar 21 02:32:28 UTC 2016
Author: feld
Date: Mon Mar 21 02:32:27 2016
New Revision: 411529
URL: https://svnweb.freebsd.org/changeset/ports/411529
Log:
Document pcre vulnerability
PR: 208167
Security: CVE-2016-3191
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sun Mar 20 23:50:17 2016 (r411528)
+++ head/security/vuxml/vuln.xml Mon Mar 21 02:32:27 2016 (r411529)
@@ -58,6 +58,38 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="7033b42d-ef09-11e5-b766-14dae9d210b8">
+ <topic>pcre -- stack buffer overflow</topic>
+ <affects>
+ <package>
+ <name>pcre</name>
+ <range><lt>8.38</lt></range>
+ </package>
+ <package>
+ <name>pcre2</name>
+ <range><lt>10.21_1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Philip Hazel reports:</p>
+ <blockquote cite="https://bugs.exim.org/show_bug.cgi?id=1791">
+ <p>PCRE does not validate that handling the (*ACCEPT) verb
+ will occur within the bounds of the cworkspace stack buffer, leading to
+ a stack buffer overflow.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://bugs.exim.org/show_bug.cgi?id=1791</url>
+ <cvename>CVE-2016-3191</cvename>
+ </references>
+ <dates>
+ <discovery>2016-02-09</discovery>
+ <entry>2016-03-21</entry>
+ </dates>
+ </vuln>
+
<vuln vid="c428de09-ed69-11e5-92ce-002590263bf5">
<topic>kamailio -- SEAS Module Heap overflow</topic>
<affects>
More information about the svn-ports-all
mailing list