summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2011-09-14 23:26:28 +0000
committerXin LI <delphij@FreeBSD.org>2011-09-14 23:26:28 +0000
commitaf9ae8edb2cf8b9c0cc0770376c6f7d98a344b4c (patch)
tree94729c62b17c161be990b5895b209196d351fd05 /security
parentUpdate to 0.023 (diff)
Document phpMyAdmin multiple XSS vulnerability.
Update phpMyAdminn to 3.4.5 release. [1] PR: ports/160589 [1] Submitted by: maitainer [1]
Notes
Notes: svn path=/head/; revision=281786
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index b9e2ef6ade87..bf3b2750e126 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -34,6 +34,35 @@ Note: Please add new entries to the beginning of this file.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="e44fe906-df27-11e0-a333-001cc0a36e12">
+ <topic>phpmyadmin -- multiple XSS vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>phpMyAdmin</name>
+ <range><lt>3.4.5</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>phpMyAdmin development team reports:</p>
+ <blockquote cite="http://www.phpmyadmin.net/home_page/security/PMASA-2011-14.php">
+ <p>Firstly, if a row contains javascript code, after inline
+ editing this row and saving, the code is executed. Secondly,
+ missing sanitization on the db, table and column names leads
+ to XSS vulnerabilities.</p>
+ <p>Versions 3.4.0 to 3.4.4 were found vulnerable.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>http://www.phpmyadmin.net/home_page/security/PMASA-2011-14.php</url>
+ </references>
+ <dates>
+ <discovery>2011-09-11</discovery>
+ <entry>2011-09-14</entry>
+ </dates>
+ </vuln>
+
<vuln vid="d01d10c7-de2d-11e0-b215-00215c6a37bb">
<topic>django -- multiple vulnerabilities</topic>
<affects>