CVE-2026-56684
Received
Received - Intake
Use-After-Free in Valkey TLS Connection Handling
Vulnerability report for CVE-2026-56684, 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 tlsProcessPendingData function iterates pending_list while an authenticated client can trigger CLIENT KILL, causing connTLSClose to delete the iterator's cached next node and producing a use-after-free that can crash the server or potentially allow remote code execution when TLS is enabled. 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 | 7.2.14 |
| valkey | valkey | 8.0.10 |
| valkey | valkey | 8.1.9 |
| valkey | valkey | 9.0.5 |
| valkey | valkey | 9.1.1 |
| valkey | valkey | to 9.1.0 (inc) |
| valkey | valkey | to 7.2.14 (exc) |
| valkey | valkey | to 8.0.10 (exc) |
| valkey | valkey | to 8.1.9 (exc) |
| valkey | valkey | to 9.0.5 (exc) |
| valkey | valkey | to 7.2.14 (inc) |
| valkey | valkey | to 8.0.10 (inc) |
| valkey | valkey | to 8.1.9 (inc) |
| valkey | valkey | to 9.0.5 (inc) |
| valkey | valkey | to 9.1.1 (inc) |
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. |