The issue On 12 September 2016 (three days ago) a MySQL security vulnerability was announced.
The CVE id is CVE-2016-6662.
There are 3 claims:
- By setting malloc-lib in the configuration file access to an OS root shell can be gained.
- By using the general log a configuration file can be written in any place which is writable for the OS mysql user.
- By using SELECT...INTO DUMPFILE... it is possible to elevate privileges from a database user with the FILE privilege to any database account including root.
How it is supposed to be used
- Find an SQL Injection in a website or otherwise gain access to a MySQL account.
- Now create a …