diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-12-08 22:15:34 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-12-08 22:15:34 +0800 |
commit | 09f03fef4ff481a2f0a59b09f84af40662586198 (patch) | |
tree | 01d91f3b101683cf3b0a07d61003522b0d9ecf3e /security/vuxml | |
parent | 9a0f23cea55fd5fd129aa24ef2f6f2e85b066457 (diff) | |
download | freebsd-ports-graphics-09f03fef4ff481a2f0a59b09f84af40662586198.tar.gz freebsd-ports-graphics-09f03fef4ff481a2f0a59b09f84af40662586198.tar.zst freebsd-ports-graphics-09f03fef4ff481a2f0a59b09f84af40662586198.zip |
- Document php5 -- potential magic_quotes_gpc vulnerability
Reviewed by: miwi
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 82c05d2282f..856ad90440c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,34 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1f9e2376-c52f-11dd-8cbc-00163e000016"> + <topic>php5 -- potential magic_quotes_gpc vulnerability</topic> + <affects> + <package> + <name>php5</name> + <range><lt>5.2.8</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>PHP Developers reports:</p> + <blockquote cite="http://www.php.net/archive/2008.php#id2008-12-07-1"> + <p>Due to a security bug found in the PHP 5.2.7 release, it has been + removed from distribution. The bug affects configurations where + magic_quotes_gpc is enabled, because it remains off even when set to + on.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.php.net/archive/2008.php#id2008-12-07-1</url> + </references> + <dates> + <discovery>2008-12-07</discovery> + <entry>2008-12-08</entry> + </dates> + </vuln> + <vuln vid="baece347-c489-11dd-a721-0030843d3802"> <topic>wireshark -- SMTP Processing Denial of Service Vulnerability</topic> <affects> |