High Performance, Distributed Memory Object Cache
Backport upstream fix for CVE-2026-47783, a timing side-channel
vulnerability in memcached's SASL password database authentication.
The patch modifies sasl_defs.c to zero the buffer before each fgets
call, use constant-time safe_memcmp() for username and password
comparisons, and remove the early loop break so the entire password
file is always scanned.
CVE: CVE-2026-47783
Upstream patches:
-
|
||
|---|---|---|
| .fmf | ||
| tests | ||
| .gitignore | ||
| ci.fmf | ||
| gating.yaml | ||
| memcached-1.6.9-CVE-2026-47783.patch | ||
| memcached-sigignore.patch | ||
| memcached-unit.patch | ||
| memcached.conf | ||
| memcached.spec | ||
| memcached.sysconfig | ||
| plans.fmf | ||
| sources | ||