diff options
Diffstat (limited to 'glsa-200411-36.xml')
-rw-r--r-- | glsa-200411-36.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/glsa-200411-36.xml b/glsa-200411-36.xml new file mode 100644 index 000000000000..1839174af095 --- /dev/null +++ b/glsa-200411-36.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200411-36"> + <title>phpMyAdmin: Multiple XSS vulnerabilities</title> + <synopsis> + phpMyAdmin is vulnerable to cross-site scripting attacks. + </synopsis> + <product type="ebuild">phpmyadmin</product> + <announced>November 27, 2004</announced> + <revised>November 27, 2004: 01</revised> + <bug>71819</bug> + <access>remote</access> + <affected> + <package name="dev-db/phpmyadmin" auto="yes" arch="*"> + <unaffected range="ge">2.6.0_p3</unaffected> + <vulnerable range="lt">2.6.0_p3</vulnerable> + </package> + </affected> + <background> + <p> + phpMyAdmin is a tool written in PHP intended to handle the + administration of MySQL databases from a web-browser. + </p> + </background> + <description> + <p> + Cedric Cochin has discovered multiple cross-site scripting + vulnerabilities in phpMyAdmin. These vulnerabilities can be exploited + through the PmaAbsoluteUri parameter, the zero_rows parameter in + read_dump.php, the confirm form, or an error message generated by the + internal phpMyAdmin parser. + </p> + </description> + <impact type="low"> + <p> + By sending a specially-crafted request, an attacker can inject and + execute malicious script code, potentially compromising the victim's + browser. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All phpMyAdmin users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-db/phpmyadmin-2.6.0_p3"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1055">CAN-2004-1055</uri> + <uri link="http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2004-3">PMASA-2004-3</uri> + <uri link="http://www.netvigilance.com/html/advisory0005.htm">netVigilance Advisory</uri> + </references> + <metadata tag="requester" timestamp="Wed, 24 Nov 2004 09:03:21 +0000"> + jaervosz + </metadata> + <metadata tag="bugReady" timestamp="Fri, 26 Nov 2004 10:27:24 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Fri, 26 Nov 2004 19:21:36 +0000"> + lewk + </metadata> +</glsa> |