diff options
author | delphij <delphij@FreeBSD.org> | 2015-04-26 14:34:50 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2015-04-26 14:34:50 +0800 |
commit | b0eeb3e69108e026aeb4c4dceb3e685a00a254dc (patch) | |
tree | e88057316a06a7157f8f1cdfdd021b1b7a553e61 /security | |
parent | 5dedd8340165075f8f740299b13d177d46e55996 (diff) | |
download | freebsd-ports-gnome-b0eeb3e69108e026aeb4c4dceb3e685a00a254dc.tar.gz freebsd-ports-gnome-b0eeb3e69108e026aeb4c4dceb3e685a00a254dc.tar.zst freebsd-ports-gnome-b0eeb3e69108e026aeb4c4dceb3e685a00a254dc.zip |
Document PHP multiple vulnerabilities.
Submitted by: Bernard Spil <spil.oss gmail com>
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index f9f7463289ff..8fde1f703aad 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,60 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1e232a0c-eb57-11e4-b595-4061861086c1"> + <topic>Several vulnerabilities found in PHP</topic> + <affects> + <package> + <name>php5</name> + <range><lt>5.4.40</lt></range> + </package> + <package> + <name>php55</name> + <range><lt>5.5.24</lt></range> + </package> + <package> + <name>php56</name> + <range><lt>5.6.8</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP project reports:</p> + <blockquote cite="http://php.net/archive/2015.php#id2015-04-16-2"> + <p>The PHP development team announces the immediate + availability of PHP 5.4.40. 14 security-related + bugs were fixed in this release, including + CVE-2014-9709, CVE-2015-2301, CVE-2015-2783, + CVE-2015-1352. All PHP 5.4 users are encouraged to + upgrade to this version.</p> + <p>The PHP development team announces the immediate + availability of PHP 5.5.24. Several bugs have been + fixed some of them beeing security related, like + CVE-2015-1351 and CVE-2015-1352. All PHP 5.5 users + are encouraged to upgrade to this version.</p> + <p>The PHP development team announces the immediate + availability of PHP 5.6.8. Several bugs have been + fixed some of them beeing security related, like + CVE-2015-1351 and CVE-2015-1352. All PHP 5.6 users + are encouraged to upgrade to this version.</p> + </blockquote> + </body> + </description> + <references> + <url>http://php.net/archive/2015.php#id2015-04-16-2</url> + <cvename>CVE-2014-9709</cvename> + <cvename>CVE-2015-2301</cvename> + <cvename>CVE-2015-2783</cvename> + <cvename>CVE-2015-1351</cvename> + <cvename>CVE-2015-1352</cvename> + <freebsdpr>ports/198739</freebsdpr> + </references> + <dates> + <discovery>2015-04-16</discovery> + <entry>2015-04-25</entry> + </dates> + </vuln> + <vuln vid="505904d3-ea95-11e4-beaf-bcaec565249c"> <topic>wordpress -- multiple vulnabilities</topic> <affects> |