Bug 628698 (CVE-2010-3683) - CVE-2010-3683 MySQL: mysqld DoS (assertion failure) while reading the file back into a table (MySQL bug #52512)
Summary: CVE-2010-3683 MySQL: mysqld DoS (assertion failure) while reading the file ba...
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2010-3683
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 636780 652553 652554
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-30 19:39 UTC by Jan Lieskovsky
Modified: 2021-02-24 22:32 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-04-05 15:45:53 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2011:0164 0 normal SHIPPED_LIVE Moderate: mysql security update 2011-01-18 18:42:37 UTC

Description Jan Lieskovsky 2010-08-30 19:39:42 UTC
MySQL improperly handled LOAD DATA INFILE requests (it did not
check for SQL errors and sent an OK packet even when errors were
already reported). A remote, authenticated MySQL user could use
this flaw to cause mysqld daemon abort (assertion failure).

References:
  [1] http://secunia.com/advisories/41048/
  [2] http://dev.mysql.com/doc/refman/5.1/en/news-5-1-49.html

Upstream bug report:
  [3] http://bugs.mysql.com/bug.php?id=52512

Upstream changeset:
  [4] http://lists.mysql.com/commits/105163

Comment 1 Jan Lieskovsky 2010-08-30 19:41:30 UTC
Public reproducer from [3]:

# cat t/tst.test
# The file might exist or not, it does not make any difference.
# --send is important

CREATE TABLE test.t_load (id INT NOT NULL);
--send LOAD DATA LOCAL INFILE 'tb.txt' INTO TABLE test.t_load

#<EOF>

Comment 4 Jan Lieskovsky 2010-08-31 10:47:23 UTC
This issue did NOT affect the versions of the mysql package, as shipped
with Red Hat Enterprise Linux 3, 4, and 5.

--

This issue affects the versions of the mysql package, as shipped with
Fedora release of 12 and 13.

Comment 6 Jan Lieskovsky 2010-08-31 12:55:19 UTC
CVE Request: http://www.openwall.com/lists/oss-security/2010/08/30/8

Comment 7 Jan Lieskovsky 2010-09-23 09:20:39 UTC
Created mysql tracking bugs for this issue

Affects: fedora-all [bug 636780]

Comment 8 Jan Lieskovsky 2010-09-29 08:47:00 UTC
The CVE identifier of CVE-2010-3683 has been assigned to this issue.

Comment 9 Jan Lieskovsky 2010-09-29 10:02:38 UTC
Statement:

Not vulnerable. This issue did not affect the versions of mysql package
as shipped with Red Hat Enterprise Linux 3, 4, or 5.

Comment 11 errata-xmlrpc 2011-01-18 18:43:47 UTC
This issue has been addressed in following products:

  Red Hat Enterprise Linux 6

Via RHSA-2011:0164 https://rhn.redhat.com/errata/RHSA-2011-0164.html


Note You need to log in before you can comment on or make changes to this bug.