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.
CVSS 2.0
Severity: LOW
Problem Type: CWE-119,
Products Affected
| Vendor | Product | Version |
|---|---|---|
| memcached | memcached | 1.4.5 |
| memcached | memcached | 1.4.9 |
| memcached | memcached | 1.4.13 |
| memcached | memcached | 1.4.10 |
| memcached | memcached | 1.4.4 |
| memcached | memcached | 1.4.14 |
| memcached | memcached | 1.4.6 |
| memcached | memcached | 1.4.16 |
| memcached | memcached | 1.4.8 |
| memcached | memcached | 1.4.12 |
| memcached | memcached | 1.4.7 |
| memcached | memcached | 1.4.11 |
| memcached | memcached | 1.4.15 |
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.
CVSS 2.0
Severity: MEDIUM
Problem Type: CWE-287,
Products Affected
| Vendor | Product | Version |
|---|---|---|
| memcached | memcached | 1.4.0 |
| memcached | memcached | 1.4.5 |
| memcached | memcached | 1.4.9 |
| memcached | memcached | 1.4.13 |
| memcached | memcached | 1.4.1 |
| memcached | memcached | 1.4.10 |
| memcached | memcached | 1.4.4 |
| memcached | memcached | 1.4.14 |
| memcached | memcached | 1.4.6 |
| memcached | memcached | 1.4.3 |
| memcached | memcached | 1.4.2 |
| memcached | memcached | * |
| memcached | memcached | 1.4.8 |
| memcached | memcached | 1.4.12 |
| memcached | memcached | 1.4.7 |
| memcached | memcached | 1.4.11 |
| memcached | memcached | 1.4.15 |
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.
CVSS 2.0
Severity: LOW
Problem Type: CWE-119,
Products Affected
| Vendor | Product | Version |
|---|---|---|
| memcached | memcached | 1.4.5 |
| memcached | memcached | 1.4.9 |
| memcached | memcached | 1.4.13 |
| memcached | memcached | 1.4.10 |
| memcached | memcached | 1.4.4 |
| memcached | memcached | 1.4.14 |
| memcached | memcached | 1.4.6 |
| memcached | memcached | 1.4.16 |
| memcached | memcached | 1.4.8 |
| memcached | memcached | 1.4.12 |
| memcached | memcached | 1.4.7 |
| memcached | memcached | 1.4.11 |
| memcached | memcached | 1.4.15 |
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.
CVSS 2.0
Severity: LOW
Problem Type: CWE-119,
Products Affected
| Vendor | Product | Version |
|---|---|---|
| memcached | memcached | 1.4.0 |
| memcached | memcached | 1.4.5 |
| memcached | memcached | 1.4.9 |
| memcached | memcached | 1.4.13 |
| memcached | memcached | 1.4.1 |
| memcached | memcached | 1.4.10 |
| memcached | memcached | 1.4.4 |
| memcached | memcached | 1.4.14 |
| memcached | memcached | 1.4.6 |
| memcached | memcached | 1.4.3 |
| memcached | memcached | 1.4.2 |
| memcached | memcached | * |
| memcached | memcached | 1.4.8 |
| memcached | memcached | 1.4.12 |
| memcached | memcached | 1.4.7 |
| memcached | memcached | 1.4.11 |
| memcached | memcached | 1.4.15 |
An integer overflow in the process_bin_append_prepend function in Memcached, which is responsible for processing multiple commands of Memcached binary protocol, can be abused to cause heap overflow and lead to remote code execution.
CVSS 2.0
Severity: HIGH
Problem Type: CWE-190,
Products Affected
| Vendor | Product | Version |
|---|---|---|
| memcached | memcached | * |
Multiple integer overflows in process_bin_update function in Memcached, which is responsible for processing multiple commands of Memcached binary protocol, can be abused to cause heap overflow and lead to remote code execution.
CVSS 2.0
Severity: HIGH
Problem Type: CWE-190,
Products Affected
| Vendor | Product | Version |
|---|---|---|
| memcached | memcached | * |
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.
CVSS 2.0
Severity: MEDIUM
Problem Type: CWE-190,
Products Affected
| Vendor | Product | Version |
|---|---|---|
| memcached | memcached | * |
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.
CVSS 2.0
Severity: MEDIUM
Problem Type: NVD-CWE-noinfo,
Products Affected
| Vendor | Product | Version |
|---|---|---|
| memcached | memcached | * |
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.
CVSS 2.0
Severity: MEDIUM
Problem Type: CWE-400,
Products Affected
| Vendor | Product | Version |
|---|---|---|
| canonical | ubuntu_linux | 14.04 |
| redhat | openstack | 9 |
| debian | debian_linux | 8.0 |
| canonical | ubuntu_linux | 16.04 |
| redhat | openstack | 12 |
| debian | debian_linux | 9.0 |
| redhat | openstack | 11 |
| memcached | memcached | 1.5.5 |
| redhat | openstack | 10 |
| redhat | openstack | 8 |
| canonical | ubuntu_linux | 17.10 |
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.
CVSS 2.0
Severity: MEDIUM
Problem Type: CWE-190,CWE-667,
Products Affected
| Vendor | Product | Version |
|---|---|---|
| canonical | ubuntu_linux | 14.04 |
| debian | debian_linux | 8.0 |
| canonical | ubuntu_linux | 16.04 |
| debian | debian_linux | 9.0 |
| memcached | memcached | * |
| redhat | openstack | 10 |
| debian | debian_linux | 7.0 |
| canonical | ubuntu_linux | 17.10 |
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.
CVSS 2.0
Severity: MEDIUM
Problem Type: CWE-476,
Products Affected
| Vendor | Product | Version |
|---|---|---|
| canonical | ubuntu_linux | 18.04 |
| canonical | ubuntu_linux | 18.10 |
| canonical | ubuntu_linux | 19.04 |
| memcached | memcached | * |
memcached 1.5.16, when UNIX sockets are used, has a stack-based buffer over-read in conn_to_str in memcached.c.
CVSS 2.0
Severity: MEDIUM
Problem Type: CWE-125,
Products Affected
| Vendor | Product | Version |
|---|---|---|
| memcached | memcached | 1.5.16 |
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.
CVSS 3.x
| Source | Score | Severity | Vector | Exploitability | Impact |
|---|---|---|---|---|---|
| nvd@nist.gov | 7.5 | HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | 3.9 | 3.6 |
CVSS 2.0
Severity: MEDIUM
Problem Type: CWE-120,
Products Affected
| Vendor | Product | Version |
|---|---|---|
| memcached | memcached | * |
Memcached 1.6.0 before 1.6.3 allows remote attackers to cause a denial of service (daemon crash) via a crafted meta command.
CVSS 3.x
| Source | Score | Severity | Vector | Exploitability | Impact |
|---|---|---|---|---|---|
| nvd@nist.gov | 7.5 | HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | 3.9 | 3.6 |
Products Affected
| Vendor | Product | Version |
|---|---|---|
| memcached | memcached | * |
Buffer Overflow vulnerability in authfile.c memcached 1.6.9 allows attackers to cause a denial of service via crafted authenticattion file.
Products Affected
| Vendor | Product | Version |
|---|---|---|
| memcached | memcached | 1.6.9 |
memcached 1.6.7 allows a Denial of Service via multi-packet uploads in UDP.
CVSS 3.x
| Source | Score | Severity | Vector | Exploitability | Impact |
|---|---|---|---|---|---|
| nvd@nist.gov | 7.5 | HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | 3.9 | 3.6 |
Products Affected
| Vendor | Product | Version |
|---|---|---|
| memcached | memcached | 1.6.7 |
In Memcached before 1.6.22, a buffer overflow exists when processing multiget requests in proxy mode, if there are many spaces after the "get" substring.
CVSS 3.x
| Source | Score | Severity | Vector | Exploitability | Impact |
|---|---|---|---|---|---|
| nvd@nist.gov | 7.5 | HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | 3.9 | 3.6 |
Products Affected
| Vendor | Product | Version |
|---|---|---|
| memcached | memcached | * |
In Memcached before 1.6.22, an off-by-one error exists when processing proxy requests in proxy mode, if \n is used instead of \r\n.
CVSS 3.x
| Source | Score | Severity | Vector | Exploitability | Impact |
|---|---|---|---|---|---|
| nvd@nist.gov | 9.8 | CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H | 3.9 | 5.9 |
Products Affected
| Vendor | Product | Version |
|---|---|---|
| memcached | memcached | * |