summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Unovitch <junovitch@FreeBSD.org>2016-04-03 14:19:01 +0000
committerJason Unovitch <junovitch@FreeBSD.org>2016-04-03 14:19:01 +0000
commit927f94f3eb5a8deb919b677bc40216b8f6f98c43 (patch)
treece013f76b4a55ca167047ff0d7a8b9ba74fec614
parentd81521f9878b9ccd4732b2e103cb1c4de240ef42 (diff)
downloadfreebsd-ports-927f94f3eb5a8deb919b677bc40216b8f6f98c43.zip
Document multiple vulnerabilities from the 31 Mar 16 PHP releases
PR: 208465 Reported by Christian Schwarz <me@cschwarz.com> Security: https://vuxml.FreeBSD.org/freebsd/482d40cb-f9a3-11e5-92ce-002590263bf5.html
-rw-r--r--security/vuxml/vuln.xml72
1 files changed, 72 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 4fc14e43152e..70978518b8e3 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -58,6 +58,78 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="482d40cb-f9a3-11e5-92ce-002590263bf5">
+ <topic>php -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>php70</name>
+ <name>php70-fileinfo</name>
+ <name>php70-mbstring</name>
+ <name>php70-phar</name>
+ <name>php70-snmp</name>
+ <range><lt>7.0.5</lt></range>
+ </package>
+ <package>
+ <name>php56</name>
+ <name>php56-fileinfo</name>
+ <name>php56-mbstring</name>
+ <name>php56-phar</name>
+ <name>php56-snmp</name>
+ <range><lt>5.6.20</lt></range>
+ </package>
+ <package>
+ <name>php55</name>
+ <name>php55-fileinfo</name>
+ <name>php55-mbstring</name>
+ <name>php55-phar</name>
+ <name>php55-snmp</name>
+ <range><lt>5.5.34</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The PHP Group reports:</p>
+ <blockquote cite="http://php.net/ChangeLog-7.php#7.0.5">
+ <ul><li>Fileinfo:
+ <ul>
+ <li>Fixed bug #71527 (Buffer over-write in finfo_open with
+ malformed magic file).</li>
+ </ul></li>
+ <li>mbstring:
+ <ul>
+ <li>Fixed bug #71906 (AddressSanitizer: negative-size-param (-1)
+ in mbfl_strcut).</li>
+ </ul></li>
+ <li>Phar:
+ <ul>
+ <li>Fixed bug #71860 (Invalid memory write in phar on filename with
+ \0 in name).</li>
+ </ul></li>
+ <li>SNMP:
+ <ul>
+ <li>Fixed bug #71704 (php_snmp_error() Format String Vulnerability).
+ </li>
+ </ul></li>
+ <li>Standard:
+ <ul>
+ <li>Fixed bug #71798 (Integer Overflow in php_raw_url_encode).</li>
+ </ul></li>
+ </ul>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <freebsdpr>ports/208465</freebsdpr>
+ <url>http://php.net/ChangeLog-7.php#7.0.5</url>
+ <url>http://php.net/ChangeLog-5.php#5.6.20</url>
+ <url>http://php.net/ChangeLog-5.php#5.5.34</url>
+ </references>
+ <dates>
+ <discovery>2016-03-31</discovery>
+ <entry>2016-04-03</entry>
+ </dates>
+ </vuln>
+
<vuln vid="497b82e0-f9a0-11e5-92ce-002590263bf5">
<topic>pcre -- heap overflow vulnerability</topic>
<affects>