CVE-2026-63639 PUBLISHED

Valkey: UAF in stream deserialization may lead to remote code execution

Assigner: GitHub_M
Reserved: 17.07.2026 Published: 18.08.2026 Updated: 19.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 8.8

Product Status

Vendor valkey-io
Product valkey
Versions
  • Version < 7.2.14 is affected
  • Version >= 8.0.0, < 8.0.10 is affected
  • Version >= 8.1.0, < 8.1.9 is affected
  • Version >= 9.0.0, < 9.0.5 is affected
  • Version >= 9.1.0, < 9.1.1 is affected

References

Problem Types

  • CWE-416: Use After Free CWE