CVE-2026-23479

high
Published 2026-05-05 · Modified 2026-05-06
CVSS v3
8.8
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS v2
VIR risk
8.8

Description

Redis is an in-memory data structure store. In redis-server from 7.2.0 until 8.6.3, the unblock client flow does not handle an error return from `processCommandAndResetClient` when re-executing a blocked command. If a blocked client is evicted during this flow, an authenticated attacker can trigger a use-after-free that may lead to remote code execution. This has been patched in version 8.6.3.

Predictions

Exploit likelihood
92%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2026-23479

vendor Authored 2026-05-27

Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2026-23479.html

vendor Authored 2026-05-27

Vendor advisory: security-advisories@github.com — https://github.com/redis/redis/security/advisories/GHSA-93m2-935m-8rj3

vendor Authored 2026-05-27

Vendor advisory: security-advisories@github.com — https://github.com/redis/redis/releases/tag/8.6.3

OS impact

OSVersionStatusFixed in
suse slesaffected
debian debianbookwormaffected
debian debianbullseyeaffected
debian debianforkyaffected
debian debiansidaffected
debian debiantrixieaffected

Application impact

VendorProductVersionsFixed
redis redisredis{"startIncluding":"7.2.0","endExcluding":"8.6.3"}8.6.3

References

CWEs

CWE-416

Verify integrity in audit chain (admin only). AS-IS.