diff options
author | ale <ale@FreeBSD.org> | 2011-01-09 17:12:09 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-01-09 17:12:09 +0800 |
commit | 82fdb94459fd059a703dd0fb8ccb115e13aeb6f4 (patch) | |
tree | da5673762da0573042a487acf24b084c121d8390 | |
parent | 1c340e25d686784bf8a3579e62e1329ba848d8be (diff) | |
download | freebsd-ports-gnome-82fdb94459fd059a703dd0fb8ccb115e13aeb6f4.tar.gz freebsd-ports-gnome-82fdb94459fd059a703dd0fb8ccb115e13aeb6f4.tar.zst freebsd-ports-gnome-82fdb94459fd059a703dd0fb8ccb115e13aeb6f4.zip |
Add entry for CVE-2010-4645 (php).
PR: ports/153766
Submitted by: Tom Judge <tom@tomjudge.com>
-rw-r--r-- | security/vuxml/vuln.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 3b3f12bc9e69..d50eafee0311 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,47 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="2b6ed5c7-1a7f-11e0-b61d-000c29d1636d"> + <topic>php -- multiple vulnerabilities</topic> + <affects> + <package> + <name>php5</name> + <range><lt>5.3.5</lt></range> + </package> + <package> + <name>php52</name> + <range><lt>5.2.17</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>PHP developers reports:</p> + <blockquote cite="http://www.php.net/releases/5_3_5.php"> + <p>Security Enhancements and Fixes in PHP 5.3.5:</p> + <ul> + <li>Fixed bug #53632 (PHP hangs on numeric value + 2.2250738585072011e-308). (CVE-2010-4645)</li> + </ul> + </blockquote> + <blockquote cite="http://www.php.net/releases/5_2_17.php"> + <p>Security Enhancements and Fixes in PHP 5.2.17:</p> + <ul> + <li>Fixed bug #53632 (PHP hangs on numeric value + 2.2250738585072011e-308). (CVE-2010-4645)</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2010-4645</cvename> + </references> + <dates> + <discovery>2011-01-06</discovery> + <entry>2011-01-09</entry> + <modified>2011-01-09</modified> + </dates> + </vuln> + <vuln vid="e4fcf020-0447-11e0-becc-0022156e8794"> <topic>exim -- local privilege escalation</topic> <affects> |