Vulnerabilities (CVE)

Filtered by vendor Memcached Subscribe
Filtered by product Memcached
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2011-4971 1 Memcached 1 Memcached 2018-03-25 5.0 MEDIUM N/A
Multiple integer signedness errors in the (1) process_bin_sasl_auth, (2) process_bin_complete_sasl_auth, (3) process_bin_update, and (4) process_bin_append_prepend functions in Memcached 1.4.5 and earlier allow remote attackers to cause a denial of service (crash) via a large body length value in a packet.
CVE-2013-0179 1 Memcached 1 Memcached 2018-03-25 1.8 LOW N/A
The process_bin_delete function in memcached.c in memcached 1.4.4 and other versions before 1.4.17, when running in verbose mode, allows remote attackers to cause a denial of service (segmentation fault) via a request to delete a key, which does not account for the lack of a null terminator in the key and triggers a buffer over-read when printing to stderr.
CVE-2013-7239 1 Memcached 1 Memcached 2018-03-25 4.8 MEDIUM N/A
memcached before 1.4.17 allows remote attackers to bypass authentication by sending an invalid request with SASL credentials, then sending another request with incorrect SASL credentials.
CVE-2013-7290 1 Memcached 1 Memcached 2018-03-25 1.8 LOW N/A
The do_item_get function in items.c in memcached 1.4.4 and other versions before 1.4.17, when running in verbose mode, allows remote attackers to cause a denial of service (segmentation fault) via a request to delete a key, which does not account for the lack of a null terminator in the key and triggers a buffer over-read when printing to stderr, a different vulnerability than CVE-2013-0179.
CVE-2013-7291 1 Memcached 1 Memcached 2018-03-25 1.8 LOW N/A
memcached before 1.4.17, when running in verbose mode, allows remote attackers to cause a denial of service (crash) via a request that triggers an "unbounded key print" during logging, related to an issue that was "quickly grepped out of the source tree," a different vulnerability than CVE-2013-0179 and CVE-2013-7290.