summaryrefslogtreecommitdiff
blob: a0aaf8fd01f8f4cb096de5bac8fcd687778520cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200504-08">
  <title>phpMyAdmin: Cross-site scripting vulnerability</title>
  <synopsis>
    phpMyAdmin is vulnerable to a cross-site scripting attack.
  </synopsis>
  <product type="ebuild">phpMyAdmin</product>
  <announced>2005-04-11</announced>
  <revised count="02">2006-05-22</revised>
  <bug>87952</bug>
  <access>remote</access>
  <affected>
    <package name="dev-db/phpmyadmin" auto="yes" arch="*">
      <unaffected range="ge">2.6.2_rc1</unaffected>
      <vulnerable range="lt">2.6.2_rc1</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>
    Oriol Torrent Santiago has discovered that phpMyAdmin fails to validate
    input to the "convcharset" variable, rendering it vulnerable to
    cross-site scripting attacks.
    </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 "&gt;=dev-db/phpmyadmin-2.6.2_rc1"</code>
  </resolution>
  <references>
    <uri link="https://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2005-3">PMASA-2005-3</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0992">CVE-2005-0992</uri>
  </references>
  <metadata tag="requester" timestamp="2005-04-10T23:16:29Z">
    lewk
  </metadata>
  <metadata tag="submitter" timestamp="2005-04-11T00:34:48Z">
    lewk
  </metadata>
  <metadata tag="bugReady" timestamp="2005-04-11T00:35:39Z">
    lewk
  </metadata>
</glsa>