You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/metadata/glsa/glsa-200708-10.xml

68 lines
2.2 KiB

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200708-10">
<title>MySQL: Denial of Service and information leakage</title>
<synopsis>
A Denial of Service vulnerability and a table structure information leakage
vulnerability were found in MySQL.
</synopsis>
<product type="ebuild">mysql</product>
<announced>2007-08-16</announced>
<revised count="01">2007-08-16</revised>
<bug>185333</bug>
<access>remote</access>
<affected>
<package name="dev-db/mysql" auto="yes" arch="*">
<unaffected range="ge">5.0.44</unaffected>
<vulnerable range="lt">5.0.44</vulnerable>
</package>
</affected>
<background>
<p>
MySQL is a popular multi-threaded, multi-user SQL server.
</p>
</background>
<description>
<p>
Dormando reported a vulnerability within the handling of password
packets in the connection protocol (CVE-2007-3780). Andrei Elkin also
found that the "CREATE TABLE LIKE" command didn't require SELECT
privileges on the source table (CVE-2007-3781).
</p>
</description>
<impact type="normal">
<p>
A remote unauthenticated attacker could use the first vulnerability to
make the server crash. The second vulnerability can be used by
authenticated users to obtain information on tables they are not
normally able to access.
</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.0.44"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3780">CVE-2007-3780</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3781">CVE-2007-3781</uri>
</references>
<metadata tag="requester" timestamp="2007-07-29T22:18:26Z">
falco
</metadata>
<metadata tag="submitter" timestamp="2007-08-12T20:12:02Z">
falco
</metadata>
<metadata tag="bugReady" timestamp="2007-08-12T20:13:00Z">
falco
</metadata>
</glsa>