MySQL: Multiple vulnerabilities

Security Team  Contact Address

Updated April 06, 2008

1.  Gentoo Linux Security Advisory

Version Information

Advisory Reference GLSA 200804-04 / mysql
Release Date April 06, 2008
Latest Revision April 06, 2008: 01
Impact normal
Exploitable remote
Package Vulnerable versions Unaffected versions Architecture(s)
dev-db/mysql < 5.0.54 >= 5.0.54 All supported architectures

Related bugreports: #201669

Synopsis

Multiple vulnerabilities in MySQL might lead to privilege escalation and Denial of Service.

2.  Impact Information

Background

MySQL is a popular multi-threaded, multi-user SQL server.

Description

Multiple vulnerabilities have been reported in MySQL:

Impact

An authenticated remote attacker could exploit the first vulnerability to overwrite MySQL system tables and escalate privileges, or use the second vulnerability to gain privileges via an "ALTER VIEW" statement. Remote federated MySQL servers could cause a Denial of Service in the local MySQL server by exploiting the third vulnerability.

3.  Resolution Information

Workaround

There is no known workaround at this time.

Resolution

All MySQL users should upgrade to the latest version:

Code Listing 3.1: Resolution

# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-db/mysql-5.0.54"

4.  References