CVE-2023-41056

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-41056
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-41056.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-41056
Aliases
Downstream
Related
Published
2024-01-10T15:59:36.752Z
Modified
2025-11-15T06:49:35.655861Z
Severity
  • 8.1 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Redis vulnerable to integer overflow in certain payloads
Details

Redis is an in-memory database that persists on disk. Redis incorrectly handles resizing of memory buffers which can result in integer overflow that leads to heap overflow and potential remote code execution. This issue has been patched in version 7.0.15 and 7.2.4.

Database specific
{
    "cwe_ids": [
        "CWE-190",
        "CWE-762"
    ]
}
References

Affected packages

Git / github.com/redis/redis

Affected ranges

Type
GIT
Repo
https://github.com/redis/redis
Events
Database specific
{
    "versions": [
        {
            "introduced": "7.0.9"
        },
        {
            "fixed": "7.0.15"
        }
    ]
}
Type
GIT
Repo
https://github.com/redis/redis
Events
Database specific
{
    "versions": [
        {
            "introduced": "7.2.0"
        },
        {
            "fixed": "7.2.4"
        }
    ]
}

Affected versions

7.*

7.0.10
7.0.11
7.0.12
7.0.13
7.0.14
7.0.9
7.2.0
7.2.1
7.2.2
7.2.3