Skip to content

For help, click the link below to get free database assistance or contact our experts for personalized support.

Valkey 7.2.8 release notes

Upgrade urgency levels

  • LOW: No need to upgrade unless there are new features you want to use.
  • MODERATE: Program an upgrade of the server, but it’s not urgent.
  • HIGH: There is a critical bug that may affect a subset of users. Upgrade!
  • CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
  • SECURITY: There are security fixes in the release.

Valkey 7.2.8 - Released Mon 07 Jan 2025

Upgrade urgency SECURITY.

This release includes security fixes we recommend you apply as soon as possible.

Bug fixes

  • Fix a bug where extra memory would be used when storing strings in the inline protocol. (#1213)
  • Send the correct error message when FUNCTION KILL is used to kill an ongoing script. (#1171)
  • Make sure the last accessed time is correctly updated when using the TOUCH command with the CLIENT NO-TOUCH option. (#1499)

Security fixes

  • (CVE-2024-46981) Lua script commands may lead to remote code execution. (#1513)
  • (CVE-2024-51741) Denial-of-service due to malformed ACL selectors. (#1514)