diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-10-13 22:12:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-10-13 22:12:16 +0000 |
commit | c5af0ede701f135b0c1ad08b50b6f79deee84a2d (patch) | |
tree | 2c4dacb91411430180d4f6025ce2ec0885aa1875 /security | |
parent | 5e1919271ee846121bde7faf1a01d2e14c2754b9 (diff) | |
download | ports-c5af0ede701f135b0c1ad08b50b6f79deee84a2d.tar.gz ports-c5af0ede701f135b0c1ad08b50b6f79deee84a2d.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index b34f200df470..49e0447b3b6a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -35,6 +35,40 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="4769914e-b844-11de-b159-0030843d3802"> + <topic>phpmyadmin -- XSS and SQL injection vulnerabilities</topic> + <affects> + <package> + <name>phpMyAdmin</name> + <range><lt>3.2.2.1</lt></range> + </package> + <package> + <name>phpMyAdmin211</name> + <range><lt>2.11.9.6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>phpMyAdmin Team reports:</p> + <blockquote cite="http://www.phpmyadmin.net/home_page/security/PMASA-2009-6.php"> + <p>Cross-site scripting (XSS) vulnerability allows remote attackers to + inject arbitrary web script or HTML via a crafted MySQL table name.</p> + <p>SQL injection vulnerability allows remote attackers to inject SQL via + various interface parameters of the PDF schema generator feature.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2009-3696</cvename> + <cvename>CVE-2009-3697</cvename> + <url>http://www.phpmyadmin.net/home_page/security/PMASA-2009-6.php</url> + </references> + <dates> + <discovery>2009-10-13</discovery> + <entry>2009-10-13</entry> + </dates> + </vuln> + <vuln vid="437a68cf-b752-11de-b6eb-00e0815b8da8"> <topic>php5 -- Multiple security issues</topic> <affects> |