Date: Sun, 13 Mar 2016 14:43:31 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410974 - head/security/vuxml Message-ID: <201603131443.u2DEhVvM037830@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: junovitch Date: Sun Mar 13 14:43:31 2016 New Revision: 410974 URL: https://svnweb.freebsd.org/changeset/ports/410974 Log: Document issues in recent PHP security release Security: https://vuxml.FreeBSD.org/freebsd/e991ef79-e920-11e5-92ce-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/5af511e5-e928-11e5-92ce-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Mar 13 14:42:59 2016 (r410973) +++ head/security/vuxml/vuln.xml Sun Mar 13 14:43:31 2016 (r410974) @@ -58,6 +58,84 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="5af511e5-e928-11e5-92ce-002590263bf5"> + <topic>php7 -- multiple vulnerabilities</topic> + <affects> + <package> + <name>php70</name> + <name>php70-soap</name> + <range><lt>7.0.4</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.4"> + <ul><li>Core: + <ul> + <li>Fixed bug #71637 (Multiple Heap Overflow due to integer + overflows in xml/filter_url/addcslashes).</li> + </ul></li> + <li>SOAP: + <ul> + <li>Fixed bug #71610 (Type Confusion Vulnerability - SOAP / + make_http_soap_request()).</li> + </ul></li> + </ul> + </blockquote> + </body> + </description> + <references> + <url>http://php.net/ChangeLog-7.php#7.0.4</url> + </references> + <dates> + <discovery>2016-03-03</discovery> + <entry>2016-03-13</entry> + </dates> + </vuln> + + <vuln vid="e991ef79-e920-11e5-92ce-002590263bf5"> + <topic>php5 -- multiple vulnerabilities</topic> + <affects> + <package> + <name>php55-phar</name> + <name>php55-wddx</name> + <range><lt>5.5.33</lt></range> + </package> + <package> + <name>php56-phar</name> + <name>php56-wddx</name> + <range><lt>5.6.19</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-5.php#5.6.19"> + <ul><li>Phar: + <ul> + <li>Fixed bug #71498 (Out-of-Bound Read in phar_parse_zipfile()). + </li> + </ul></li> + <li>WDDX: + <ul> + <li>Fixed bug #71587 (Use-After-Free / Double-Free in WDDX + Deserialize).</li> + </ul></li> + </ul> + </blockquote> + </body> + </description> + <references> + <url>http://php.net/ChangeLog-5.php#5.6.19</url> + <url>http://php.net/ChangeLog-5.php#5.5.33</url> + </references> + <dates> + <discovery>2016-03-03</discovery> + <entry>2016-03-13</entry> + </dates> + </vuln> + <vuln vid="e4644df8-e7da-11e5-829d-c80aa9043978"> <topic>openssh -- command injection when X11Forwarding is enabled</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603131443.u2DEhVvM037830>