diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-10-13 01:22:18 +0800 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-10-13 01:22:18 +0800 |
commit | 9c22d89ad8f8a653cc8bcfbdc854a69a1c73d929 (patch) | |
tree | 56833559d6ae2b34cb1780521ce81404b8bbd278 /security | |
parent | 484e14b4223561d391f98a0a953dd2b2000ebf8c (diff) | |
download | freebsd-ports-gnome-9c22d89ad8f8a653cc8bcfbdc854a69a1c73d929.tar.gz freebsd-ports-gnome-9c22d89ad8f8a653cc8bcfbdc854a69a1c73d929.tar.zst freebsd-ports-gnome-9c22d89ad8f8a653cc8bcfbdc854a69a1c73d929.zip |
- Document php5 multiple security vulnerabilities.
PR: ports/139196
Submitted by: Mark Foster <mark@foster.cc>
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 968c5f3d3e82..b34f200df470 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -35,6 +35,39 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="437a68cf-b752-11de-b6eb-00e0815b8da8"> + <topic>php5 -- Multiple security issues</topic> + <affects> + <package> + <name>php5</name> + <range><lt>5.2.11</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Vendor reports</p> + <blockquote cite="http://www.php.net/releases/5_2_11.php"> + <p>Security Enhancements and Fixes in PHP 5.2.11: + Fixed certificate validation inside + php_openssl_apply_verification_policy. + Fixed sanity check for the color index in imagecolortransparent. + Added missing sanity checks around exif processing. + Fixed bug 44683 popen crashes when an invalid mode is passed.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.php.net/releases/5_2_11.php</url> + <cvename>CVE-2009-3291</cvename> + <cvename>CVE-2009-3292</cvename> + <cvename>CVE-2009-3293</cvename> + </references> + <dates> + <discovery>2009-09-17</discovery> + <entry>2009-10-12</entry> + </dates> + </vuln> + <vuln vid="ebeed063-b328-11de-b6a5-0030843d3802"> <topic>virtualbox -- privilege escalation</topic> <affects> |