4.7 Ensure the 'daemon_memcached' Plugin is Disabled

Information

The InnoDB memcached Plugin allows users to access data stored in InnoDB with the memcached protocol.

By default, the plugin doesn't do authentication, which means that anyone with access to the TCP/IP port of the plugin can access and modify the data. However, not all data is exposed by default.

NOTE: Nessus has not performed this check. Please review the benchmark to ensure target compliance.

Solution

To remediate this setting, issue the following command in the MySQL command-line client:

uninstall plugin daemon_memcached;

This uninstalls the memcached plugin from the MySQL server.

See Also

https://workbench.cisecurity.org/benchmarks/20223