CVE-2024-51480

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-51480
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-51480.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-51480
Aliases
  • GHSA-73x6-fqww-x8rg
Published
2025-01-08T15:20:28.407Z
Modified
2025-12-01T17:46:27.212932Z
Severity
  • 7.0 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
RedisTimeSeries Integer Overflow Remote Code Execution Vulnerability
Details

RedisTimeSeries 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.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-122",
        "CWE-190"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/51xxx/CVE-2024-51480.json"
}
References

Affected packages

Git / github.com/redistimeseries/redistimeseries

Affected ranges

Type
GIT
Repo
https://github.com/redistimeseries/redistimeseries
Events
Database specific
{
    "versions": [
        {
            "introduced": "1.8.0"
        },
        {
            "fixed": "1.8.15"
        }
    ]
}
Type
GIT
Repo
https://github.com/redistimeseries/redistimeseries
Events
Database specific
{
    "versions": [
        {
            "introduced": "1.10.0"
        },
        {
            "fixed": "1.10.15"
        }
    ]
}
Type
GIT
Repo
https://github.com/redistimeseries/redistimeseries
Events
Database specific
{
    "versions": [
        {
            "introduced": "1.12.0"
        },
        {
            "fixed": "1.12.3"
        }
    ]
}

Database specific

unresolved_ranges

[
    {
        "events": [
            {
                "introduced": "1.0.0"
            },
            {
                "fixed": "1.6.20"
            }
        ]
    }
]