summaryrefslogtreecommitdiff
blob: 1327f834544165b1b2100ed20125b3e8d43c3f8c (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
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200605-13">
  <title>MySQL: Information leakage</title>
  <synopsis>
    A MySQL server may leak information to unauthorized users.
  </synopsis>
  <product type="ebuild">MySQL</product>
  <announced>2006-05-11</announced>
  <revised count="04">2006-05-15</revised>
  <bug>132146</bug>
  <access>remote</access>
  <affected>
    <package name="dev-db/mysql" auto="yes" arch="*">
      <unaffected range="ge">4.1.19</unaffected>
      <unaffected range="rge">4.0.27</unaffected>
      <vulnerable range="lt">4.1.19</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    MySQL is a popular multi-threaded, multi-user SQL database server.
    </p>
  </background>
  <description>
    <p>
    The processing of the COM_TABLE_DUMP command by a MySQL server fails to
    properly validate packets that arrive from the client via a network
    socket.
    </p>
  </description>
  <impact type="low">
    <p>
    By crafting specific malicious packets an attacker could gather
    confidential information from the memory of a MySQL server process, for
    example results of queries by other users or applications. By using PHP
    code injection or similar techniques it would be possible to exploit
    this flaw through web applications that use MySQL as a database
    backend.
    </p>
    <p>
    Note that on 5.x versions it is possible to overwrite the stack and
    execute arbitrary code with this technique. Users of MySQL 5.x are
    urged to upgrade to the latest available version.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All MySQL users should upgrade to the latest version.
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=dev-db/mysql-4.0.27"</code>
  </resolution>
  <references>
    <uri link="http://www.derkeiler.com/Mailing-Lists/securityfocus/bugtraq/2006-05/msg00041.html">Original advisory</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1516">CVE-2006-1516</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1517">CVE-2006-1517</uri>
  </references>
  <metadata tag="requester" timestamp="2006-05-06T16:33:38Z">
    koon
  </metadata>
  <metadata tag="submitter" timestamp="2006-05-08T07:03:06Z">
    frilled
  </metadata>
  <metadata tag="bugReady" timestamp="2006-05-08T13:21:08Z">
    koon
  </metadata>
</glsa>