CVE-2026-66373

Redis · Redis

A double free vulnerability exists in Redis versions prior to 8.8.0, which could be leveraged to crash the service or potentially execute arbitrary code.

Executive summary

A double free vulnerability in Redis versions prior to 8.8.0 poses a high risk of service disruption and potential unauthorized code execution for authenticated users.

Vulnerability

The vulnerability is a double free (CWE-415) condition occurring within the Redis codebase. It requires the attacker to have low-level privileges (PR:L) and be able to interact with the service over the network (AV:N).

Business impact

A successful exploit could lead to memory corruption, resulting in a denial of service (DoS) or potential remote code execution. With a CVSS score of 7.5, this vulnerability is critical for environments where Redis handles sensitive data or serves as a core component of the application architecture.

Remediation

Immediate Action: Upgrade to Redis version 8.8.0 or later to apply the necessary memory management fixes.

Proactive Monitoring: Monitor Redis server logs for frequent crashes or unexpected termination patterns that may indicate memory corruption attempts.

Compensating Controls: Ensure that access to the Redis instance is strictly restricted to authorized users and services using robust authentication and network-level access controls.

Exploitation status

Public Exploit Available: Yes, a public proof-of-concept exists via the repository at github.com/berabuddies/redis-poc.

Analyst recommendation

Given the existence of a public proof-of-concept, the urgency for remediation is high. All affected Redis deployments should be scheduled for an update to version 8.8.0 to protect against memory corruption-based attacks.