aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-06-05 02:18:32 +0800
committerdelphij <delphij@FreeBSD.org>2015-06-05 02:18:32 +0800
commit7d171512fe7536b830216c9648ec3e7eae77f153 (patch)
treef32c1fcaf36e9090d748c27bdaf0dab17c6c38de /security
parent30239e3fbf9bcc5a829fab64775c2765a7378ec0 (diff)
downloadfreebsd-ports-gnome-7d171512fe7536b830216c9648ec3e7eae77f153.tar.gz
freebsd-ports-gnome-7d171512fe7536b830216c9648ec3e7eae77f153.tar.zst
freebsd-ports-gnome-7d171512fe7536b830216c9648ec3e7eae77f153.zip
Document two recent pcre vulnerabilities that can be triggered by
specifically crafted *patterns* and would lead to stack or heap overflow.
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index b474513536b4..b300c54f5631 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -57,6 +57,55 @@ Notes:
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="e69af246-0ae2-11e5-90e4-d050996490d0">
+ <topic>pcre -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>pcre</name>
+ <range><gt>0</gt></range>
+ </package>
+ <package>
+ <name>php5</name>
+ <range><gt>0</gt></range>
+ </package>
+ <package>
+ <name>php55</name>
+ <range><gt>0</gt></range>
+ </package>
+ <package>
+ <name>php56</name>
+ <range><gt>0</gt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Venustech ADLAB reports:</p>
+ <blockquote cite="https://bugs.exim.org/show_bug.cgi?id=1636">
+ <p>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.</p>
+ </blockquote>
+ <blockquote cite="https://bugs.exim.org/show_bug.cgi?id=1638">
+ <p>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.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2015-3210</cvename>
+ <cvename>CVE-2015-3217</cvename>
+ <url>https://bugs.exim.org/show_bug.cgi?id=1636</url>
+ <url>https://bugs.exim.org/show_bug.cgi?id=1638</url>
+ </references>
+ <dates>
+ <discovery>2015-05-29</discovery>
+ <entry>2015-06-04</entry>
+ </dates>
+ </vuln>
+
<vuln vid="bbc0db92-084c-11e5-bb90-002590263bf5">
<topic>hostapd and wpa_supplicant -- multiple vulnerabilities</topic>
<affects>