MySQL 'sql_parse.cc' Multiple Format String Vulnerabilities

Summary
The host is running MySQL and is prone to Multiple Format String vulnerabilities.
Impact
Successful exploitation could allow remote authenticated users to cause a Denial of Service and possibly have unspecified other attacks. Impact Level: Application
Solution
Upgrade to MySQL version 5.1.36 or later http://dev.mysql.com/downloads
Insight
The flaws are due to error in the 'dispatch_command' function in sql_parse.cc in libmysqld/ which can caused via format string specifiers in a database name in a 'COM_CREATE_DB' or 'COM_DROP_DB' request.
Affected
MySQL version 4.0.0 to 5.0.83 on all running platform.
References