aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-12-18 06:40:17 +0800
committerdelphij <delphij@FreeBSD.org>2009-12-18 06:40:17 +0800
commitb384113712f14bdd5b66870cc33f34b4af2153a0 (patch)
tree66ceaef44791a3135032f3147eb27599815af36b /security
parentf000f8938f32d7da99407173857d4f3a0ecb2edb (diff)
downloadfreebsd-ports-gnome-b384113712f14bdd5b66870cc33f34b4af2153a0.tar.gz
freebsd-ports-gnome-b384113712f14bdd5b66870cc33f34b4af2153a0.tar.zst
freebsd-ports-gnome-b384113712f14bdd5b66870cc33f34b4af2153a0.zip
Document php multiple vulnerabilities.
Sponsored by: iXsystems, Inc.
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index c7578213f0e3..928356b6beaf 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -35,6 +35,57 @@ Note: Please add new entries to the beginning of this file.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="39a25a63-eb5c-11de-b650-00215c6a37bb">
+ <topic>php -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>php5</name>
+ <range><lt>5.2.12</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_2_12.php">
+ <p>This release focuses on improving the stability of the
+ PHP 5.2.x branch with over 60 bug fixes, some of which
+ are security related. All users of PHP 5.2 are encouraged
+ to upgrade to this release.</p>
+ <p>Security Enhancements and Fixes in PHP 5.2.12:</p>
+ <ul>
+ <li>Fixed a safe_mode bypass in tempnam() identified by
+ Grzegorz Stachowiak. (CVE-2009-3557, Rasmus)</li>
+ <li>Fixed a open_basedir bypass in posix_mkfifo()
+ identified by Grzegorz Stachowiak. (CVE-2009-3558, Rasmus)</li>
+ <li>Added "max_file_uploads" INI directive, which can
+ be set to limit the number of file uploads per-request
+ to 20 by default, to prevent possible DOS via temporary
+ file exhaustion, identified by Bogdan Calin.
+ (CVE-2009-4017, Ilia)</li>
+ <li>Added protection for $_SESSION from interrupt
+ corruption and improved "session.save_path" check,
+ identified by Stefan Esser. (CVE-2009-4143, Stas)</li>
+ <li>Fixed bug #49785 (insufficient input string
+ validation of htmlspecialchars()). (CVE-2009-4142,
+ Moriyoshi, hello at iwamot dot com)</li>
+ </ul>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2009-3557</cvename>
+ <cvename>CVE-2009-3558</cvename>
+ <cvename>CVE-2009-4017</cvename>
+ <cvename>CVE-2009-4142</cvename>
+ <cvename>CVE-2009-4143</cvename>
+ <url>http://www.php.net/releases/5_2_12.php</url>
+ </references>
+ <dates>
+ <discovery>2009-12-17</discovery>
+ <entry>2009-12-17</entry>
+ </dates>
+ </vuln>
+
<vuln vid="e7bc5600-eaa0-11de-bd9c-00215c6a37bb">
<topic>postgresql -- multiple vulnerabilities</topic>
<affects>