CVE-2024-51480
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedRedisTimeSeries is a time-series database (TSDB) module for Redis, by Redis. Executing one of these commands TS.QUERYINDEX, TS.MGET, TS.MRAGE, TS.MREVRANGE by an authenticated user, using specially crafted command arguments may cause an integer overflow, a subsequent heap overflow, and potentially lead to remote code execution. This vulnerability is fixed in 1.6.20, 1.8.15, 1.10.15, and 1.12.3.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceRedisTimeSeries module for Redis contains an integer overflow vulnerability in the command handlers for TS.QUERYINDEX, TS.MGET, TS.MRAGE, and TS.MREVRANGE. When an authenticated user provides specially crafted command arguments, the integer overflow leads to a heap overflow that can potentially be exploited for remote code execution.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- High
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm RedisTimeSeries module is loadedRun the Redis command MODULE LIST and check if the output contains a module with name containing 'timeseries' or 'redistimeseries'Affected if The module is not loaded means the vulnerability does not apply
-
Identify the installed RedisTimeSeries versionRun the Redis command MODULE LIST and look for the 'ver' (version) field associated with the RedisTimeSeries moduleAffected if The version is unknown or falls below 1.6.20, 1.8.15, 1.10.15, or 1.12.3 (check the relevant branch for your version)
-
Compare your version against affected rangesIf your version is 1.6.x, you are affected if below 1.6.20. If 1.8.x, affected if below 1.8.15. If 1.10.x, affected if below 1.10.15. If 1.12.x, affected if below 1.12.3Affected if Your installed version is below any of these threshold versions in its respective release branch
-
Verify the vulnerable commands are accessibleRun TS.QUERYINDEX (or TS.MGET, TS.MRANGE, TS.MREVRANGE) to confirm these commands are available in your Redis instance. Use INFO command to check if requirepass or ACLs are configuredAffected if The commands execute without error AND the instance allows authenticated user access (the vulnerability requires an authenticated user to send specially crafted arguments)
You are affected if the RedisTimeSeries module is loaded, your version is below the fixed releases (1.6.20, 1.8.15, 1.10.15, or 1.12.3), and authenticated users can execute the TS.QUERYINDEX, TS.MGET, TS.MRANGE, or TS.MREVRANGE commands.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade RedisTimeSeries to versions 1.6.20, 1.8.15, 1.10.15, or 1.12.3 or later. If immediate upgrade is not possible, restrict authenticated access to the Redis instance and monitor for suspicious command patterns.
1.12.3 (latest stable) or version appropriate to your current branch: 1.6.20, 1.8.15, 1.10.15
- 1. Identify current RedisTimeSeries version by running `MODULE LIST` or checking module info with `MODULE INFO mod_name timestate` in Redis CLI
- 2. If running version 1.6.x or earlier, upgrade to 1.6.20
- 3. If running version 1.7.x or 1.8.x, upgrade to 1.8.15
- 4. If running version 1.9.x or 1.10.x, upgrade to 1.10.15
- 5. If running version 1.11.x or 1.12.x, upgrade to 1.12.3
- 6. Reload the RedisTimeSeries module in Redis using `MODULE LOAD` command with the new .so file
- 7. Restart Redis service if module was loaded via config file, then verify fix with `MODULE INFO mod_name timestate`
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-51480 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-51480 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data