summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-200503-07.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /metadata/glsa/glsa-200503-07.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'metadata/glsa/glsa-200503-07.xml')
-rw-r--r--metadata/glsa/glsa-200503-07.xml80
1 files changed, 80 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200503-07.xml b/metadata/glsa/glsa-200503-07.xml
new file mode 100644
index 000000000000..203a940119e1
--- /dev/null
+++ b/metadata/glsa/glsa-200503-07.xml
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="200503-07">
+ <title>phpMyAdmin: Multiple vulnerabilities</title>
+ <synopsis>
+ phpMyAdmin contains multiple vulnerabilities that could lead to command
+ execution, XSS issues and bypass of security restrictions.
+ </synopsis>
+ <product type="ebuild">phpMyAdmin</product>
+ <announced>2005-03-03</announced>
+ <revised>2006-05-22: 02</revised>
+ <bug>83190</bug>
+ <bug>83792</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-db/phpmyadmin" auto="yes" arch="*">
+ <unaffected range="ge">2.6.1_p2-r1</unaffected>
+ <vulnerable range="lt">2.6.1_p2-r1</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>
+ phpMyAdmin contains several security issues:
+ </p>
+ <ul>
+ <li>Maksymilian Arciemowicz has discovered multiple variable injection
+ vulnerabilities that can be exploited through "$cfg" and "GLOBALS"
+ variables and localized strings</li>
+ <li>It is possible to force phpMyAdmin to disclose information in error
+ messages</li>
+ <li>Failure to correctly escape special characters</li>
+ </ul>
+ </description>
+ <impact type="normal">
+ <p>
+ By sending a specially-crafted request, an attacker can include and
+ execute arbitrary PHP code or cause path information disclosure.
+ Furthermore the XSS issue allows an attacker to inject malicious script
+ code, potentially compromising the victim's browser. Lastly the
+ improper escaping of special characters results in unintended privilege
+ settings for MySQL.
+ </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 "&gt;=dev-db/phpmyadmin-2.6.1_p2-r1"</code>
+ </resolution>
+ <references>
+ <uri link="https://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2005-1">PMASA-2005-1</uri>
+ <uri link="https://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2005-2">PMASA-2005-2</uri>
+ <uri link="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1113788&amp;group_id=23067&amp;atid=377408">phpMyAdmin bug 1113788</uri>
+ <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0543">CVE-2005-0543</uri>
+ <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0544">CVE-2005-0544</uri>
+ <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0653">CVE-2005-0653</uri>
+ </references>
+ <metadata tag="requester" timestamp="2005-03-02T21:38:30Z">
+ koon
+ </metadata>
+ <metadata tag="submitter" timestamp="2005-03-02T22:39:01Z">
+ jaervosz
+ </metadata>
+ <metadata tag="bugReady" timestamp="2005-03-03T15:44:32Z">
+ koon
+ </metadata>
+</glsa>