
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-25588 is a heap-based buffer overflow vulnerability in the RedisTimeSeries module for Redis, affecting all versions before 1.12.14. The flaw exists in the module's handling of serialized values processed through the Redis RESTORE command, where insufficient input validation can trigger invalid memory access and potentially lead to remote code execution. It was published on May 5, 2026, and patched in version 1.12.14 released the same day. The vulnerability carries a CVSS v3.1 base score of 8.8 (High) and a CVSS v4.0 base score of 7.7 (High) (GitHub Advisory, Red Hat). It was discovered by a group of researchers known as "Skateboarding Dog" during the Wiz Zeroday Cloud event (GitHub Advisory).
The root cause is classified as CWE-122 (Heap-based Buffer Overflow) and CWE-20 (Improper Input Validation). The RedisTimeSeries module fails to properly validate serialized data when processing the Redis RESTORE command, allowing a crafted serialized payload to trigger unsafe memory accesses in the heap (GitHub Advisory). Exploitation requires the attacker to be authenticated to the Redis instance, have the RedisTimeSeries module loaded on the server, and possess permission to execute the RESTORE command. The attack vector is network-based with low privileges required and no user interaction needed (GitHub Advisory, Red Hat).
Successful exploitation allows an authenticated attacker to execute arbitrary code in the context of the Redis server process, potentially resulting in full system compromise, data exfiltration, unauthorized data modification, or service disruption. The vulnerability has high impact on confidentiality, integrity, and availability of the affected Redis instance (GitHub Advisory). Given that Redis servers often store sensitive application data and may be accessible from multiple internal services, a successful compromise could facilitate lateral movement within an environment (Redis Blog).
MODULE LIST after authentication.requirepass not set).RESTORE command by checking ACL rules (ACL WHOAMI, ACL LIST).RESTORE command (e.g., RESTORE <key> 0 <crafted_serialized_payload>) to the target server.RESTORE command payloads observed in network traffic captures.RESTORE command executions from unexpected or low-privilege users; crash logs or core dumps generated by the Redis process indicating memory access violations.Upgrade RedisTimeSeries to version 1.12.14 or later, which contains the security fix for this vulnerability (GitHub Release). Note that starting with Redis 8, the time series data structure is integral to Redis and does not require a separate module installation. As a temporary workaround, restrict access to the RESTORE command using Redis ACL rules to limit which authenticated users can execute it (e.g., ACL SETUSER <username> -RESTORE) (GitHub Advisory). Additionally, enforce network-level controls to restrict Redis access to trusted hosts only, and ensure Redis is not exposed to the public internet.
Redis published an official security advisory blog post covering CVE-2026-25588 alongside four other CVEs disclosed in the same batch (Redis Blog). The Canadian Centre for Cyber Security (CCCS) issued an alert (AV26-423) covering the Redis security advisories (CCCS Advisory). Security news outlets including GBHackers, CyberSecurityNews, and CyberPress covered the Redis vulnerability batch, highlighting the RCE risk to exposed Redis servers (GBHackers, CyberSecurityNews). The Hong Kong CERT also issued a security bulletin covering multiple Redis vulnerabilities in the same disclosure (HKCERT).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."