diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2016-03-13 14:43:31 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2016-03-13 14:43:31 +0000 |
commit | 5dbe2c5f6c3d7d84243f1d9b746af4908dc80dee (patch) | |
tree | 756c5ebd7ed69c1cd0a62a5fde9686b4fa59871e /security/vuxml | |
parent | d2dc7ce32b16478db058bfb2993f06e74e23b967 (diff) | |
download | ports-5dbe2c5f6c3d7d84243f1d9b746af4908dc80dee.tar.gz ports-5dbe2c5f6c3d7d84243f1d9b746af4908dc80dee.zip |
Notes
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 892f86e760fc..f58a34d368ac 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |