CVE-2026-66373
Received
Received - Intake
Redis Remote Code Execution via RESTORE Double Free
Vulnerability report for CVE-2026-66373, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-25
Last updated on: 2026-07-25
Assigner: MITRE
Description
Description
Redis before 8.8.0, in the unusual case where an authenticated attacker can execute RESTORE, allows remote code execution via a RESTORE payload where the same NACK (pending entry) is referenced by more than one consumer, because deleting both consumers via XGROUP DELCONSUMER leads to a double free. NOTE: this issue exists because of an incomplete fix for CVE-2026-25243.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| redis | redis | to 8.8.0 (exc) |
| redis | redis | 6.2.22 |
| redis | redis | 7.4.9 |
| redis | redis | 8.6.4 |
| redis | redis | 8.8.0 |
| redis | redis | 8.8.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-415 | The product calls free() twice on the same memory address. |