Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 335331 - <dev-db/mysql-5.1.49: Multiple DoS Vulnerabilities (CVE Requested)
Summary: <dev-db/mysql-5.1.49: Multiple DoS Vulnerabilities (CVE Requested)
Status: RESOLVED DUPLICATE of bug 321791
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Security
URL: http://dev.mysql.com/doc/refman/5.1/e...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-30 21:27 UTC by Tim Sammut (RETIRED)
Modified: 2010-08-30 21:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Sammut (RETIRED) gentoo-dev 2010-08-30 21:27:13 UTC
From the oss-security list, http://seclists.org/oss-sec/2010/q3/252:

1, Security Fix: After changing the values of the innodb_file_format or
                 innodb_file_per_table configuration parameters, DDL statements
                 could cause a server crash. (Bug#55039)
   References:   http://bugs.mysql.com/bug.php?id=55039
                 https://bugzilla.redhat.com/show_bug.cgi?id=628660
   Reason:       Assertion failure leading to server abort.

2, Security Fix: Joins involving a table with a unique SET column could cause
                 a server crash. (Bug#54575)
   References:   http://bugs.mysql.com/bug.php?id=54575
                 https://bugzilla.redhat.com/show_bug.cgi?id=628040
   Reason:       NULL pointer dereference leading to (temporary) server DoS.

3, Security Fix: Incorrect handling of NULL arguments could lead to a crash
                 for IN() or CASE operations when NULL arguments were either
                 passed explicitly as arguments (for IN()) or implicitly
                 generated by the WITH ROLLUP  modifier (for IN() and CASE).
                 (Bug#54477)
   References:   http://bugs.mysql.com/bug.php?id=54477
                 https://bugzilla.redhat.com/show_bug.cgi?id=628172
   Reason:       NULL pointer dereference leading to (temporary) server DoS.

4, Security Fix: A malformed argument to the BINLOG statement could result
                 in Valgrind warnings or a server crash. (Bug#54393)
   References:   http://bugs.mysql.com/bug.php?id=54393
                 https://bugzilla.redhat.com/show_bug.cgi?id=628062
   Reason:       Use of unassigned memory leading to (temporary) server DoS (crash).

5, Security Fix: Use of TEMPORARY  InnoDB tables with nullable columns could cause
                 a server crash. (Bug#54044)
   References:   http://bugs.mysql.com/bug.php?id=54044
                 https://bugzilla.redhat.com/show_bug.cgi?id=628192
   Reason:       Assertion failure leading to server abort.

6, Security Fix: The server could crash if there were alternate reads from
                 two indexes on a table using the HANDLER interface. (Bug#54007)
   References:   http://bugs.mysql.com/bug.php?id=54007
                 https://bugzilla.redhat.com/show_bug.cgi?id=628680
   Reason:       Assertion failure leading to server abort.

7, Security Fix: Using EXPLAIN with queries of the form SELECT ... UNION
                 ... ORDER BY (SELECT ... WHERE ...) could cause a server
                 crash. (Bug#52711)
   References:   http://bugs.mysql.com/bug.php?id=52711
                 https://bugzilla.redhat.com/show_bug.cgi?id=628328
   Reason:       NULL pointer dereference leading to (temporary) server DoS.

8, Security Fix: LOAD DATA INFILE did not check for SQL errors and sent an
                 OK packet even when errors were already reported. Also, an
                 assert related to client-server protocol checking in debug
                 servers sometimes was raised when it should not have been.
                 (Bug#52512)
   References:   http://bugs.mysql.com/bug.php?id=52512
                 https://bugzilla.redhat.com/show_bug.cgi?id=628698
   Reason:       Assertion failure leading to server abort.
Comment 1 Tim Sammut (RETIRED) gentoo-dev 2010-08-30 21:38:01 UTC

*** This bug has been marked as a duplicate of bug 321791 ***