MySQL Authenticated Access Restrictions Bypass Vulnerability

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.1.41 For updates refer to http://dev.mysql.com/downloads
Insight
The flaw is due to an error while calling CREATE TABLE on a MyISAM table with modified DATA DIRECTORY or INDEX DIRECTORY.
Affected
MySQL 5.1.x before 5.1.41 on all running platform.
References