CVE-2026-63639
Received
Received - Intake
Use-After-Free in Valkey During Stream Consumer-Group Deserialization
Vulnerability report for CVE-2026-63639, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-18
Last updated on: 2026-08-18
Assigner: GitHub, Inc.
Description
Description
Valkey is a distributed key-value database. Prior to 7.2.14, 8.0.10, 8.1.9, 9.0.5, and 9.1.1, Valkey's RESTORE command accepts a malformed RDB stream payload that assigns one Pending Entry List NACK to multiple consumers during stream consumer-group deserialization, causing a use-after-free when one consumer is deleted while another still references the shared NACK and potentially allowing remote code execution. This issue is fixed in versions 7.2.14, 8.0.10, 8.1.9, 9.0.5, and 9.1.1.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| valkey | valkey | to 9.1.0 (inc) |
| valkey | valkey | to 9.0.4 (inc) |
| valkey | valkey | to 8.1.8 (inc) |
| valkey | valkey | to 8.0.9 (inc) |
| valkey | valkey | to 7.2.13 (inc) |
| valkey | valkey | 7.2.14 |
| valkey | valkey | 8.0.10 |
| valkey | valkey | 8.1.9 |
| valkey | valkey | 9.0.5 |
| valkey | valkey | 9.1.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |