{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2025-32023",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2025-04-01T21:57:32.955Z",
        "datePublished": "2025-07-07T15:22:19.155Z",
        "dateUpdated": "2026-02-04T19:26:46.239Z"
    },
    "containers": {
        "cna": {
            "title": "Redis allows out of bounds writes in hyperloglog commands leading to RCE",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-680",
                            "lang": "en",
                            "description": "CWE-680: Integer Overflow to Buffer Overflow",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "HIGH",
                        "attackVector": "LOCAL",
                        "availabilityImpact": "HIGH",
                        "baseScore": 7,
                        "baseSeverity": "HIGH",
                        "confidentialityImpact": "HIGH",
                        "integrityImpact": "HIGH",
                        "privilegesRequired": "LOW",
                        "scope": "UNCHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/redis/redis/security/advisories/GHSA-rp2m-q4j6-gr43",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/redis/redis/security/advisories/GHSA-rp2m-q4j6-gr43"
                },
                {
                    "name": "https://github.com/redis/redis/commit/50188747cbfe43528d2719399a2a3c9599169445",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/redis/redis/commit/50188747cbfe43528d2719399a2a3c9599169445"
                },
                {
                    "name": "https://github.com/redis/redis/releases/tag/6.2.19",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/redis/redis/releases/tag/6.2.19"
                },
                {
                    "name": "https://github.com/redis/redis/releases/tag/7.2.10",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/redis/redis/releases/tag/7.2.10"
                },
                {
                    "name": "https://github.com/redis/redis/releases/tag/7.4.5",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/redis/redis/releases/tag/7.4.5"
                },
                {
                    "name": "https://github.com/redis/redis/releases/tag/8.0.3",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/redis/redis/releases/tag/8.0.3"
                }
            ],
            "affected": [
                {
                    "vendor": "redis",
                    "product": "redis",
                    "versions": [
                        {
                            "version": ">= 8.0.0, < 8.0.3",
                            "status": "affected"
                        },
                        {
                            "version": ">= 7.4-rc1, < 7.4.5",
                            "status": "affected"
                        },
                        {
                            "version": ">= 7.0.0, < 7.2.10",
                            "status": "affected"
                        },
                        {
                            "version": ">= 2.8.0, < 6.2.19",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2025-07-07T15:22:19.155Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Redis is an open source, in-memory database that persists on disk. From 2.8 to before 8.0.3, 7.4.5, 7.2.10, and 6.2.19, an authenticated user may use a specially crafted string to trigger a stack/heap out of bounds write on hyperloglog operations, potentially leading to remote code execution. The bug likely affects all Redis versions with hyperloglog operations implemented. This vulnerability is fixed in 8.0.3, 7.4.5, 7.2.10, and 6.2.19. An additional workaround to mitigate the problem without patching the redis-server executable is to prevent users from executing hyperloglog operations. This can be done using ACL to restrict HLL commands."
                }
            ],
            "source": {
                "advisory": "GHSA-rp2m-q4j6-gr43",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2025-07-07T15:43:02.576291Z",
                                "id": "CVE-2025-32023",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "total"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2025-07-07T15:43:15.696Z"
                }
            },
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2026-02-04T19:26:46.239Z"
                },
                "references": [
                    {
                        "url": "https://www.exploit-db.com/exploits/52477"
                    }
                ],
                "title": "CVE Program Container",
                "x_generator": {
                    "engine": "ADPogram 0.0.1"
                }
            }
        ]
    }
}