diff options
author | matthew <matthew@FreeBSD.org> | 2012-08-17 15:27:04 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2012-08-17 15:27:04 +0800 |
commit | 77016595fc7006dd34fd17bed90b371c7b919fd2 (patch) | |
tree | e56bbc6e8d1181f2d9174a6a6663ec7ccac08dcc /security | |
parent | cf1ed3ebf8edbeb770291ae5fd82ec953f1c4c7c (diff) | |
download | freebsd-ports-gnome-77016595fc7006dd34fd17bed90b371c7b919fd2.tar.gz freebsd-ports-gnome-77016595fc7006dd34fd17bed90b371c7b919fd2.tar.zst freebsd-ports-gnome-77016595fc7006dd34fd17bed90b371c7b919fd2.zip |
Document the latest phpMyAdmin vulnerability PMSA-2012-4
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9615001a0052..d3f27dfbcab5 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -52,6 +52,43 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="db1d3340-e83b-11e1-999b-e0cb4e266481"> + <topic>phpMyAdmin -- Multiple XSS in Table operations, Database structure, Trigger and Visualize GIS data pages</topic> + <affects> + <package> + <name>phpMyAdmin</name> + <range><lt>3.5.2.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The phpMyAdmin development team reports:</p> + <blockquote cite="http://www.phpmyadmin.net/home_page/security/PMASA-2012-4.php"> + <p>Using a crafted table name, it was possible to produce a + XSS : 1) On the Database Structure page, creating a new + table with a crafted name 2) On the Database Structure page, + using the Empty and Drop links of the crafted table name 3) + On the Table Operations page of a crafted table, using the + 'Empty the table (TRUNCATE)' and 'Delete the table (DROP)' + links 4) On the Triggers page of a database containing + tables with a crafted name, when opening the 'Add Trigger' + popup 5) When creating a trigger for a table with a crafted + name, with an invalid definition. Having crafted data in a + database table, it was possible to produce a XSS : 6) When + visualizing GIS data, having a crafted label name.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2012-4345</cvename> + <url>http://www.phpmyadmin.net/home_page/security/PMASA-2012-4.php</url> + </references> + <dates> + <discovery>2012-08-12</discovery> + <entry>2012-08-17</entry> + </dates> + </vuln> + <vuln vid="48bcb4b2-e708-11e1-a59d-000d601460a4"> <topic>typo3 -- Multiple vulernabilities in TYPO3 Core</topic> <affects> |