Name
memcached
Version
1.6.15
Type
library
Description
A high-performance memory object caching system
Licenses
BSD-3-Clause
PURL
-
CPE
cpe:2.3:*:memcached:memcached:1.6.15:*:*:*:*:*:*:*
Other Versions#
Patches#
#
Title
Author
Resolve
1
proxy: fix off-by-one if \r is missing
dormando <dormando@rydia.net>
CVE-2023-46853
2
proxy: fix buffer overflow with multiget syntax
dormando <dormando@rydia.net>
CVE-2023-46852
3
Patch #3
Chong Lu <Chong.Lu@windriver.com>
Vulnerabilities#
Name
Analysis
Description
Exploitable
In memcached before 1.6.42, password data for SASL password database authentication has a timing side channel because memcmp is used by sasl_server_userdb_checkpass.
Exploitable
In memcached before 1.6.42, username data for SASL password database authentication has a timing side channel because a loop exits as soon as a valid username is found by sasl_server_userdb_checkpass.
Patched
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.
Patched
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.