GLSA Advocate
Joined: 12 May 2004 Posts: 2663
|
Posted: Thu Sep 04, 2008 11:26 pm Post subject: [ GLSA 200809-04 ] MySQL: Privilege bypass |
|
|
Gentoo Linux Security Advisory
Title: MySQL: Privilege bypass (GLSA 200809-04)
Severity: normal
Exploitable: remote
Date: September 04, 2008
Bug(s): #220399
ID: 200809-04
Synopsis
A vulnerability in MySQL might allow users to bypass privileges and gain access to other databases.
Background
MySQL is a popular multi-threaded, multi-user SQL server.
Affected Packages
Package: dev-db/mysql
Vulnerable: < 5.0.60-r1
Unaffected: >= 5.0.60-r1
Architectures: All supported architectures
Description
Sergei Golubchik reported that MySQL imposes no restrictions on the specification of "DATA DIRECTORY" or "INDEX DIRECTORY" in SQL "CREATE TABLE" statements.
Impact
An authenticated remote attacker could create MyISAM tables, specifying DATA or INDEX directories that contain future table files by other database users, or existing table files in the MySQL data directory, gaining access to those tables.
Workaround
There is no known workaround at this time.
Resolution
All MySQL users should upgrade to the latest version: Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=dev-db/mysql-5.0.60-r1" |
References
CVE-2008-2079 |
|