CVE Vulnerabilities

CVE-2026-23479

Use After Free

Published: May 05, 2026 | Modified: Jun 30, 2026
CVSS 3.x
8.8
HIGH
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS 2.x
RedHat/V2
RedHat/V3
7.5 IMPORTANT
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Ubuntu
MEDIUM
root.io logo minimus.io logo echo.ai logo

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.

Weakness

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory “belongs” to the code that operates on the new pointer.

Affected Software

NameVendorStart VersionEnd Version
RedisRedis7.2.0 (including)8.6.3 (excluding)
Red Hat Enterprise Linux 10RedHatvalkey-0:8.0.9-1.el10_2*
Red Hat Enterprise Linux 10.0 Extended Update SupportRedHatvalkey-0:8.0.9-1.el10_0*
Red Hat Enterprise Linux 9RedHatredis:7-9080020260521083756.9*
Red Hat Enterprise Linux 9RedHatvalkey-0:8.0.9-1.el9_8*
Red Hat Enterprise Linux 9.6 Extended Update SupportRedHatredis:7-9060020260602115714.9*
RedisUbuntuesm-apps/xenial*
RedisUbuntuquesting*

Potential Mitigations

References