summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-201504-05.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /metadata/glsa/glsa-201504-05.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'metadata/glsa/glsa-201504-05.xml')
-rw-r--r--metadata/glsa/glsa-201504-05.xml77
1 files changed, 77 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201504-05.xml b/metadata/glsa/glsa-201504-05.xml
new file mode 100644
index 000000000000..de1d07ec03df
--- /dev/null
+++ b/metadata/glsa/glsa-201504-05.xml
@@ -0,0 +1,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>2015-04-11: 1</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>