diff options
author | flo <flo@FreeBSD.org> | 2014-08-19 05:11:32 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2014-08-19 05:11:32 +0800 |
commit | e56ec0ca3bee4bcb816c0579cd981775c2531250 (patch) | |
tree | 41dea85ce3ef64ea8bd4da3421e9746e6b40fcba /security | |
parent | 4e058f46d6cb69cdd51bfeb4e108fb09fc67eeb1 (diff) | |
download | freebsd-ports-gnome-e56ec0ca3bee4bcb816c0579cd981775c2531250.tar.gz freebsd-ports-gnome-e56ec0ca3bee4bcb816c0579cd981775c2531250.tar.zst freebsd-ports-gnome-e56ec0ca3bee4bcb816c0579cd981775c2531250.zip |
Record PHP 5.3 vulnerabilities
Diffstat (limited to 'security')
-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 6a8dd7f979ea..1d7f36465341 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,47 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="d2a892b9-2605-11e4-9da0-00a0986f28c4"> + <topic>PHP multiple vulnerabilities</topic> + <affects> + <package> + <name>php53</name> + <range><lt>5.3.29</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP Team reports:</p> + <blockquote cite="http://php.net/ChangeLog-5.php#5.3.29"> + <p>insecure temporary file use in the configure script</p> + <p>unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion + </p> + <p>Heap buffer over-read in DateInterval</p> + <p>fileinfo: cdf_read_short_sector insufficient boundary check</p> + <p>fileinfo: CDF infinite loop in nelements DoS</p> + <p>fileinfo: fileinfo: numerous file_printf calls resulting in + performance degradation)</p> + <p>Fix potential segfault in dns_check_record()</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2013-6712</cvename> + <cvename>CVE-2014-0207</cvename> + <cvename>CVE-2014-0237</cvename> + <cvename>CVE-2014-0238</cvename> + <cvename>CVE-2014-3515</cvename> + <cvename>CVE-2014-3981</cvename> + <cvename>CVE-2014-4049</cvename> + <url>http://php.net/ChangeLog-5.php#5.3.29</url> + <url>https://www.sektioneins.de/en/blog/14-07-04-phpinfo-infoleak.html</url> + </references> + <dates> + <discovery>2014-08-14</discovery> + <entry>2014-08-18</entry> + </dates> + </vuln> + <vuln vid="fbb01289-2645-11e4-bc44-6805ca0b3d42"> <topic>phpMyAdmin -- XSS vulnerabilities</topic> <affects> |