Vulnerabilities (CVE)

Filtered by vendor Memcached Subscribe
Filtered by product Memcached
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2022-48571 1 Memcached 1 Memcached 2023-08-26 N/A 7.5 HIGH
memcached 1.6.7 allows a Denial of Service via multi-packet uploads in UDP.
CVE-2020-22570 1 Memcached 1 Memcached 2023-08-25 N/A 7.5 HIGH
Memcached 1.6.0 before 1.6.3 allows remote attackers to cause a denial of service (daemon crash) via a crafted meta command.
CVE-2018-1000115 4 Canonical, Debian, Memcached and 1 more 4 Ubuntu Linux, Debian Linux, Memcached and 1 more 2021-08-04 5.0 MEDIUM 7.5 HIGH
Memcached version 1.5.5 contains an Insufficient Control of Network Message Volume (Network Amplification, CWE-406) vulnerability in the UDP support of the memcached server that can result in denial of service via network flood (traffic amplification of 1:50,000 has been reported by reliable sources). This attack appear to be exploitable via network connectivity to port 11211 UDP. This vulnerability appears to have been fixed in 1.5.6 due to the disabling of the UDP protocol by default.
CVE-2018-1000127 4 Canonical, Debian, Memcached and 1 more 4 Ubuntu Linux, Debian Linux, Memcached and 1 more 2020-08-24 5.0 MEDIUM 7.5 HIGH
memcached version prior to 1.4.37 contains an Integer Overflow vulnerability in items.c:item_free() that can result in data corruption and deadlocks due to items existing in hash table being reused from free list. This attack appear to be exploitable via network connectivity to the memcached service. This vulnerability appears to have been fixed in 1.4.37 and later.
CVE-2019-15026 1 Memcached 1 Memcached 2020-05-26 5.0 MEDIUM 7.5 HIGH
memcached 1.5.16, when UNIX sockets are used, has a stack-based buffer over-read in conn_to_str in memcached.c.
CVE-2019-11596 2 Canonical, Memcached 2 Ubuntu Linux, Memcached 2020-05-26 5.0 MEDIUM 7.5 HIGH
In memcached before 1.5.14, a NULL pointer dereference was found in the "lru mode" and "lru temp_ttl" commands. This causes a denial of service when parsing crafted lru command messages in process_lru_command in memcached.c.
CVE-2020-10931 1 Memcached 1 Memcached 2020-03-27 5.0 MEDIUM 7.5 HIGH
Memcached 1.6.x before 1.6.2 allows remote attackers to cause a denial of service (daemon crash) via a crafted binary protocol header to try_read_command_binary in memcached.c.
CVE-2017-9951 1 Memcached 1 Memcached 2019-10-03 5.0 MEDIUM 7.5 HIGH
The try_read_command function in memcached.c in memcached before 1.4.39 allows remote attackers to cause a denial of service (segmentation fault) via a request to add/set a key, which makes a comparison between signed and unsigned int and triggers a heap-based buffer over-read. NOTE: this vulnerability exists because of an incomplete fix for CVE-2016-8705.
CVE-2016-8706 1 Memcached 1 Memcached 2017-07-28 6.8 MEDIUM 8.1 HIGH
An integer overflow in process_bin_sasl_auth function in Memcached, which is responsible for authentication commands of Memcached binary protocol, can be abused to cause heap overflow and lead to remote code execution.