High Performance, Distributed Memory Object Cache
Backport upstream commit d13f282b4bce to fix CVE-2026-47783,
a timing side-channel vulnerability in SASL password database
authentication. The patch uses constant-time safe_memcmp() for
username and password comparisons, zero-fills the buffer before
each fgets call, and removes the early break to ensure the
entire password file is always scanned, eliminating measurable
timing differences between valid and invalid usernames.
CVE: CVE-2026-47783
Upstream patches:
-
|
||
|---|---|---|
| .fmf | ||
| .gitignore | ||
| ci.fmf | ||
| gating.yaml | ||
| memcached-1.6.23-CVE-2026-47783.patch | ||
| memcached-unit.patch | ||
| memcached.conf | ||
| memcached.spec | ||
| memcached.sysconfig | ||
| plans.fmf | ||
| sources | ||