Release date:
2026-09-02 18:07:54 UTC
Description:
* SECURITY UPDATE: Memory exhaustion via unauthenticated client output buffer
- debian/patches/0016-CVE-2025-21605.patch: cap the output buffer of
unauthenticated clients in checkClientOutputBufferLimits() in
src/networking.c, so a client that never reads its NOAUTH replies
cannot grow the buffer without bound. Backport of upstream redis
commit 5e93f9cb9 (6.2.18) as shipped by Debian for bullseye in
5:6.0.16-1+deb11u9 (DLA-4162-1), adapted to 5.0 by spelling the
condition as server.requirepass && !c->authenticated, since 5.0
predates the ACL subsystem and has no authRequired() helper.
- CVE-2025-21605
* SECURITY UPDATE: Client starvation via repeated accept() errors
- debian/patches/0017-CVE-2025-48367.patch: add
anetAcceptFailureNeedsRetry() to src/anet.c and retry the accept
loop in acceptTcpHandler()/acceptUnixHandler() in src/networking.c
and clusterAcceptHandler() in src/cluster.c, so a connection that
fails at accept() time no longer aborts the whole batch and starves
other pending clients. Backport of upstream redis commit 0fe674359
(6.2.19) as shipped by Debian for bullseye in 5:6.0.16-1+deb11u9
(DLA-4240-1); the acceptTLSHandler() hunk is dropped because 5.0
has no TLS support.
- CVE-2025-48367
* SECURITY UPDATE: Double free via stream RDB payload with a shared NACK
- debian/patches/0018-CVE-2026-66373.patch: reject a stream payload
whose consumer PELs reference the same global-PEL NACK twice, in
rdbLoadObject() in src/rdb.c, so RESTORE can no longer build two
consumers sharing one streamNACK and have XGROUP DELCONSUMER free
it twice. Backport of upstream redis commit 41a958720 (6.2.23) as
shipped by Debian for bullseye and bookworm in 5:6.0.16-1+deb11u9
and 5:7.0.15-1~deb12u9 (DLA-4722-1), taken verbatim in the Debian
form that uses rdbExitReportCorruptRDB(). Note this CVE exists
because of an incomplete fix for CVE-2026-25243, which is a
separate change and is not addressed here.
- CVE-2026-66373
Updated packages:
-
redis_5.0.14-1+deb10u5+tuxcare.els4_all.deb
sha:137d988ee9836670dd31dabd0dc34495848fde62
-
redis-sentinel_5.0.14-1+deb10u5+tuxcare.els4_amd64.deb
sha:9e1b7bb79315a6ff76e51a2fd02f84d42ee6527b
-
redis-server_5.0.14-1+deb10u5+tuxcare.els4_amd64.deb
sha:a79932d9803ed9e5149d24390d61ea6ac563624d
-
redis-tools_5.0.14-1+deb10u5+tuxcare.els4_amd64.deb
sha:f354e76ff3df4ed308de68a19d690095eb799bcb
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.