summaryrefslogtreecommitdiff
blob: 9fb2061779db1d9deeff23afe23ee14fa9ff9434 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200503-19">
  <title>MySQL: Multiple vulnerabilities</title>
  <synopsis>
    MySQL contains several vulnerabilities potentially leading to the
    overwriting of local files or to the execution of arbitrary code.
  </synopsis>
  <product type="ebuild">mysql</product>
  <announced>2005-03-16</announced>
  <revised count="02">2005-03-16</revised>
  <bug>84819</bug>
  <access>remote and local</access>
  <affected>
    <package name="dev-db/mysql" auto="yes" arch="*">
      <unaffected range="ge">4.0.24</unaffected>
      <vulnerable range="lt">4.0.24</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    MySQL is a fast, multi-threaded, multi-user SQL database server.
    </p>
  </background>
  <description>
    <p>
    MySQL fails to properly validate input for authenticated users with
    INSERT and DELETE privileges (CAN-2005-0709 and CAN-2005-0710).
    Furthermore MySQL uses predictable filenames when creating temporary
    files with CREATE TEMPORARY TABLE (CAN-2005-0711).
    </p>
  </description>
  <impact type="normal">
    <p>
    An attacker with INSERT and DELETE privileges could exploit this to
    manipulate the mysql table or accessing libc calls, potentially leading
    to the execution of arbitrary code with the permissions of the user
    running MySQL. An attacker with CREATE TEMPORARY TABLE privileges could
    exploit this to overwrite arbitrary files via a symlink attack.
    </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.24"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0709">CAN-2005-0709</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0710">CAN-2005-0710</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0711">CAN-2005-0711</uri>
  </references>
  <metadata tag="requester" timestamp="2005-03-14T05:33:03Z">
    jaervosz
  </metadata>
  <metadata tag="submitter" timestamp="2005-03-15T06:04:30Z">
    jaervosz
  </metadata>
  <metadata tag="bugReady" timestamp="2005-03-15T15:41:11Z">
    koon
  </metadata>
</glsa>