diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-23 09:21:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-23 09:21:19 +0000 |
commit | 3774a178ca221676306d821301ec0b3f0dba29aa (patch) | |
tree | 96790138f4fc11711431665455df5e9d37cde54e /security/vuxml/vuln.xml | |
parent | - Unbreak on CURRENT (diff) |
- Document phpmyadmin -- cross-site scripting vulnerability
Diffstat (limited to '')
-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 db2f58c1196d..be477b101290 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="150e4548-8950-11dd-a6fe-0030843d3802"> + <topic>phpmyadmin -- Cross-Site Scripting Vulnerability</topic> + <affects> + <package> + <name>phpMyAdmin</name> + <range><lt>2.11.9.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>A secunia reports:</p> + <blockquote cite="http://secunia.com/Advisories/31974/"> + <p>An error exists in the "PMA_escapeJsString()" function in + libraries/js_escape.lib.php, which can be exploited to bypass certain + filters and execute arbitrary HTML and script code in a user's browser + session in context of an affected site when e.g. Microsoft Internet + Explorer is used. + </p> + </blockquote> + </body> + </description> + <references> + <url>http://secunia.com/Advisories/31974/</url> + </references> + <dates> + <discovery>2008-09-23</discovery> + <entry>2008-09-23</entry> + </dates> + </vuln> + <vuln vid="fc9e73b2-8685-11dd-bb64-0030843d3802"> <topic>gallery -- multiple vulnerabilities</topic> <affects> |