CVE-2026-25588
Description
RedisTimeSeries is a time-series module for Redis. In all versions before 1.12.14 of RedisTimeSeries, the module does not properly validate serialized values processed through the Redis RESTORE command. An authenticated attacker with permission to execute RESTORE on a server with the RedisTimeSeries module loaded can supply a crafted serialized payload that triggers invalid memory access and may lead to remote code execution. A workaround is to restrict access to the RESTORE command with ACL rules. This has been patched in version 1.12.14.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2026-25588.html
Vendor advisory: security-advisories@github.com — https://github.com/RedisTimeSeries/RedisTimeSeries/security/advisories/GHSA-7jwr-g5qv-w3gw
Vendor advisory: security-advisories@github.com — https://github.com/RedisTimeSeries/RedisTimeSeries/releases/tag/v1.12.14
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| sles | affected | |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| redistimeseries | redistimeseries | {"endExcluding":"1.12.14"} | 1.12.14 |
References
CWEs
CWE-122
Verify integrity in audit chain (admin only). AS-IS.