summaryrefslogtreecommitdiff
blob: 3b60db2ecd8e54ab98e5db9e656a387ad56dedc7 (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
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201504-05">
  <title>MySQL and MariaDB: Multiple vulnerabilities</title>
  <synopsis>Multiple vulnerabilities have been found in MySQL and MariaDB, the
    worst of which can allow remote attackers to cause a Denial of Service
    condition.
  </synopsis>
  <product type="ebuild">mysql mariadb</product>
  <announced>2015-04-11</announced>
  <revised count="1">2015-04-11</revised>
  <bug>537216</bug>
  <bug>537262</bug>
  <access>remote</access>
  <affected>
    <package name="dev-db/mysql" auto="yes" arch="*">
      <unaffected range="ge">5.6.22</unaffected>
      <vulnerable range="lt">5.6.22</vulnerable>
    </package>
    <package name="dev-db/mariadb" auto="yes" arch="*">
      <unaffected range="ge">10.0.16</unaffected>
      <unaffected range="rge">5.5.49</unaffected>
      <vulnerable range="lt">10.0.16</vulnerable>
    </package>
  </affected>
  <background>
    <p>MySQL is a popular multi-threaded, multi-user SQL server. MariaDB is an
      enhanced, drop-in replacement for MySQL.
    </p>
  </background>
  <description>
    <p>Multiple vulnerabilities have been discovered in MySQL and MariaDB. 
      Please review the CVE identifiers referenced below for details.
    </p>
  </description>
  <impact type="normal">
    <p>A remote attacker could exploit vulnerabilities to possibly cause a
      Denial of Service condition.
    </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-5.6.22"
    </code>
    
    <p>All MariaDB users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=dev-db/mariadb-10.0.16"
    </code>
    
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-6568">CVE-2014-6568</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-0374">CVE-2015-0374</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-0381">CVE-2015-0381</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-0382">CVE-2015-0382</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-0385">CVE-2015-0385</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-0391">CVE-2015-0391</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-0409">CVE-2015-0409</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-0411">CVE-2015-0411</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-0432">CVE-2015-0432</uri>
  </references>
  <metadata tag="requester" timestamp="2015-02-16T14:04:19Z">
    BlueKnight
  </metadata>
  <metadata tag="submitter" timestamp="2015-04-11T20:11:58Z">
    BlueKnight
  </metadata>
</glsa>