diff options
author | matthew <matthew@FreeBSD.org> | 2014-10-22 16:54:58 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2014-10-22 16:54:58 +0800 |
commit | dbf68805dbf2d2a4ba6cc76130ab148d9035834b (patch) | |
tree | a6d2ffe1669916cb8aa2afc2254b8955a069a5c6 /security | |
parent | b6b0bdbc52696c872f802a4e2b79f92daf92db4d (diff) | |
download | freebsd-ports-gnome-dbf68805dbf2d2a4ba6cc76130ab148d9035834b.tar.gz freebsd-ports-gnome-dbf68805dbf2d2a4ba6cc76130ab148d9035834b.tar.zst freebsd-ports-gnome-dbf68805dbf2d2a4ba6cc76130ab148d9035834b.zip |
Document cross site scripting vulnerabilities in phpMyAdmin
Security: 25b78f04-59c8-11e4-b711-6805ca0b3d42
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9101cdeda5f1..f1a391b4395d 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,41 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="25b78f04-59c8-11e4-b711-6805ca0b3d42"> + <topic>phpMyAdmin -- XSS vulnerabilities in SQL debug output and server monitor page.</topic> + <affects> + <package> + <name>phpMyAdmin</name> + <range><ge>4.2.0</ge><lt>4.2.10.1</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-2014-12.php"> + <p>With a crafted database or table name it is possible to + trigger an XSS in SQL debug output when enabled and in + server monitor page when viewing and analysing executed + queries.</p> + <p>This vulnerability can be triggered only by someone who + is logged in to phpMyAdmin, as the usual token protection + prevents non-logged-in users from accessing the required + pages. Moreover, debugging SQL is a developer option which + is disabled by default and expected to be disabled in + production environments.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.phpmyadmin.net/home_page/security/PMASA-2014-12.php</url> + <cvename>CVE-2014-8326</cvename> + </references> + <dates> + <discovery>2014-10-21</discovery> + <entry>2014-10-22</entry> + </dates> + </vuln> + <vuln vid="76c7a0f5-5928-11e4-adc7-001999f8d30b"> <topic>asterisk -- Asterisk Susceptibility to POODLE Vulnerability</topic> <affects> |