diff options
author | simon <simon@FreeBSD.org> | 2006-06-06 04:18:51 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2006-06-06 04:18:51 +0800 |
commit | ffd691a8796955077bbb968f590bfee4d38b57a0 (patch) | |
tree | 61ca916c20af3d54e5096dcee84992093f28eebc /security | |
parent | 89d4cebe2ca0a9937797ac96211fd4d5464eefc6 (diff) | |
download | freebsd-ports-gnome-ffd691a8796955077bbb968f590bfee4d38b57a0.tar.gz freebsd-ports-gnome-ffd691a8796955077bbb968f590bfee4d38b57a0.tar.zst freebsd-ports-gnome-ffd691a8796955077bbb968f590bfee4d38b57a0.zip |
Document squirrelmail -- plugin.php local file inclusion vulnerability.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 77845baa3459..6788710972f7 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,37 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="00784d6e-f4ce-11da-87a1-000c6ec775d9"> + <topic>squirrelmail -- plugin.php local file inclusion + vulnerability</topic> + <affects> + <package> + <name>squirrelmail</name> + <range><lt>1.4.7</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The SquirrelMail Project Team reports:</p> + <blockquote cite="http://www.squirrelmail.org/security/issue/2006-06-01"> + <p>A security issue has been uncovered in + functions/plugin.php that could allow a remote user to + access local files on the server without requiring + login. This issue manifests itself if register_globals is + enabled, and magic_quotes_gpc is disabled.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.squirrelmail.org/security/issue/2006-06-01</url> + <url>http://secunia.com/advisories/20406/</url> + </references> + <dates> + <discovery>2006-06-01</discovery> + <entry>2006-06-05</entry> + </dates> + </vuln> + <vuln vid="af8dba15-f4cc-11da-87a1-000c6ec775d9"> <topic>dokuwiki -- spellchecker remote PHP code execution</topic> <affects> |