diff options
author | stas <stas@FreeBSD.org> | 2007-10-18 06:15:35 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-10-18 06:15:35 +0800 |
commit | b54ea7efac86acf1b3b96a56150335a0ec690e94 (patch) | |
tree | a5df85b9a3c3ddf2a3ad27c7622dbf3b10e26e1f /security/vuxml | |
parent | b7b226bc7f9b6a8af75fb238c7c031f8a1021b29 (diff) | |
download | freebsd-ports-gnome-b54ea7efac86acf1b3b96a56150335a0ec690e94.tar.gz freebsd-ports-gnome-b54ea7efac86acf1b3b96a56150335a0ec690e94.tar.zst freebsd-ports-gnome-b54ea7efac86acf1b3b96a56150335a0ec690e94.zip |
- Add entry about recent phpMyAdmin XSS server_status.php vulnerability
- Fix URL in my previous entry while I'm here.
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 99633a83f3c1..065828824f03 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="498a8731-7cfc-11dc-96e6-0012f06707f0"> + <topic>phpmyadmin -- cross-site scripting vulnerability</topic> + <affects> + <package> + <name>phpMyAdmin</name> + <range><lt>2.11.1.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The DigiTrust Group discovered serious XSS vulnerability in + the phpMyAdmin server_status.php script. According to their + report</p> + <blockquote cite="http://www.digitrustgroup.com/advisories/TDG-advisory071015a.html"> + <p>vulnerability can be exploited to execute arbitrary HTML and + script code in a user's browser session in context of an affected + site.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.digitrustgroup.com/advisories/TDG-advisory071015a.html</url> + <url>http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2007-6</url> + </references> + <dates> + <discovery>2007-10-17</discovery> + <entry>2006-10-17</entry> + </dates> + </vuln> <vuln vid="51b51d4a-7c0f-11dc-9e47-0011d861d5e2"> <topic>phpmyadmin -- cross-site scripting vulnerability</topic> <affects> @@ -45,7 +74,7 @@ Note: Please add new entries to the beginning of this file. <description> <body xmlns="http://www.w3.org/1999/xhtml"> <p>SecurityFocus reports:</p> - <blockquote cite="http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2006-5"> + <blockquote cite="http://www.securityfocus.com/bid/26020/discuss"> <p>phpMyAdmin is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.</p> <p>An attacker may leverage this issue to execute arbitrary script @@ -65,7 +94,7 @@ Note: Please add new entries to the beginning of this file. <dates> <discovery>2007-10-12</discovery> <entry>2006-10-16</entry> - <modified>2007-10-16</modified> + <modified>2007-10-17</modified> </dates> </vuln> <vuln vid="7453c85d-7830-11dc-b4c8-0016179b2dd5"> |