CVE-2026-63639
8.8valkey-io · valkey
A use-after-free vulnerability in the Valkey key-value database allows an authenticated attacker to potentially execute arbitrary code or cause a system crash.
Executive summary
Multiple versions of the Valkey distributed key-value database contain a use-after-free vulnerability that could lead to unauthorized system impact.
Vulnerability
This is a use-after-free vulnerability (CWE-416) that can be triggered by an authenticated attacker with network access. The flaw resides in memory management, which, if exploited, can lead to total system impact.
Business impact
With a CVSS score of 8.8, this vulnerability poses a severe risk to any infrastructure relying on Valkey for data storage. Successful exploitation could result in full system compromise, allowing an attacker to manipulate stored data or disrupt services, leading to potential data breaches or prolonged downtime for dependent applications.
Remediation
Immediate Action: Update to the latest patched versions of Valkey (specifically 7.2.14, 8.0.10, 8.1.9, 9.0.5, or 9.1.1 or higher) as identified in the vendor security advisory.
Proactive Monitoring: Monitor for unexpected process crashes or memory-related errors in the Valkey service logs, which may indicate exploitation attempts.
Compensating Controls: Ensure that Valkey instances are not exposed to the public internet and restrict access to authorized application servers only using firewall rules.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Use-after-free vulnerabilities are serious memory safety issues that can be weaponized for remote code execution. Given the critical nature of database software, administrators should apply the provided patches immediately to prevent potential exploitation of the Valkey environment.