MySQL Authenticated Access Restrictions Bypass Vulnerability (Linux)

Summary
The host is running MySQL and is prone to Access Restrictions Bypass Vulnerability
Impact
Successful exploitation could allow users to bypass intended access restrictions by calling CREATE TABLE with DATA DIRECTORY or INDEX DIRECTORY argument referring to a subdirectory. Impact Level: Application
Solution
Upgrade to MySQL version 5.0.88 or 5.1.41 or 6.0.9-alpha For updates refer to http://dev.mysql.com/downloads
Insight
The flaw is due to an error in 'sql/sql_table.cc', when the data home directory contains a symlink to a different filesystem.
Affected
MySQL 5.0.x before 5.0.88, 5.1.x before 5.1.41, 6.0 before 6.0.9-alpha
References