diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-15 13:17:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-15 13:17:13 +0000 |
commit | 18b036d43894318d68d2be53f64ab2561b390422 (patch) | |
tree | b62cb33ec2e850a0357f3f509215c65f117354f2 /security | |
parent | f0e2a79bcb3d86db097bd4e9de36b1377102ee11 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index bee4e9a75515..e64df49c2c26 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,36 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1a0e4cc6-29bf-11de-bdeb-0030843d3802"> + <topic>phpmyadmin -- insufficient output sanitizing when generating configuration file</topic> + <affects> + <package> + <name>phpMyAdmin</name> + <range><lt>3.1.3.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>phpMyAdmin Team reports:</p> + <blockquote cite="INSERT URL HERE"> + <p>Setup script used to generate configuration can be fooled using a + crafted POST request to include arbitrary PHP code in generated + configuration file. Combined with ability to save files on server, + this can allow unauthenticated users to execute arbitrary PHP code. + This issue is on different parameters than PMASA-2009-3 and it was + missed out of our radar because it was not existing in 2.11.x branch. </p> + </blockquote> + </body> + </description> + <references> + <url>http://www.phpmyadmin.net/home_page/security/PMASA-2009-4.php</url> + </references> + <dates> + <discovery>2009-04-14</discovery> + <entry>2009-04-15</entry> + </dates> + </vuln> + <vuln vid="03d22656-2690-11de-8226-0030843d3802"> <topic>drupal6-cck -- cross-site scripting</topic> <affects> |