summaryrefslogtreecommitdiff
blob: f91e3031904e607d542508eba6966729ed2156fb (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">

<glsa id="200705-11">
  <title>MySQL: Two Denial of Service vulnerabilities</title>
  <synopsis>
    Two Denial of Service vulnerabilities have been discovered in MySQL.
  </synopsis>
  <product type="ebuild">MySQL</product>
  <announced>May 08, 2007</announced>
  <revised>May 08, 2007: 01</revised>
  <bug>170126</bug>
  <bug>171934</bug>
  <access>remote</access>
  <affected>
    <package name="dev-db/mysql" auto="yes" arch="*">
      <unaffected range="ge">5.0.38</unaffected>
      <unaffected range="lt">5.0</unaffected>
      <vulnerable range="lt">5.0.38</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    MySQL is a popular multi-threaded, multi-user SQL server.
    </p>
  </background>
  <description>
    <p>
    mu-b discovered a NULL pointer dereference in item_cmpfunc.cc when
    processing certain types of SQL requests. Sec Consult also discovered
    another NULL pointer dereference when sorting certain types of queries
    on the database metadata.
    </p>
  </description>
  <impact type="normal">
    <p>
    In both cases, a remote attacker could send a specially crafted SQL
    request to the server, possibly resulting in a server crash. Note that
    the attacker needs the ability to execute SELECT queries.
    </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 &quot;&gt;=dev-db/mysql-5.0.38&quot;</code>
  </resolution>
  <references>
    <uri link="http://bugs.mysql.com/bug.php?id=27513">Original Report</uri>
    <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1420">CVE-2007-1420</uri>
  </references>
  <metadata tag="requester" timestamp="Tue, 24 Apr 2007 19:47:08 +0000">
    aetius
  </metadata>
  <metadata tag="submitter" timestamp="Wed, 25 Apr 2007 21:17:16 +0000">
    p-y
  </metadata>
  <metadata tag="bugReady" timestamp="Wed, 25 Apr 2007 21:17:35 +0000">
    p-y
  </metadata>
</glsa>