#VU11319 Buffer over-read in memcached - CVE-2013-0179
Published: March 26, 2018 / Updated: March 29, 2018
memcached
Memcached
Description
The vulnerability allows a remote attacker to cause DoS condition on the target system.
The weakness exists due to boundary error in the process_bin_delete function when running in verbose mode. A remote attacker can cause the service to crash via a request to delete a key, which does not account for the lack of a null terminator in the key and triggers buffer over-read when printing to stderr.