Описание
Security update for valkey
This update for valkey fixes the following issues:
Update to version 8.0.7.
Security issues fixed:
- CVE-2025-67733: data tampering and denial of service via improper null character handling in Lua scripts (bsc#1258746).
- CVE-2026-21863: denial of service via invalid clusterbus packet (bsc#1258788).
Other updates and bugfixes:
- ltrim should not call signalModifiedKey when no elements are removed (#2787)
- chained replica crash when doing dual channel replication (#2983)
- used_memory_dataset underflow due to miscalculated used_memory_overhead (#3005)
- avoids crash during MODULE UNLOAD when ACL rules reference a module command and subcommand (#3160)
- server assert on ACL LOAD and resetchannels (#3182)
- bug causing no response flush sometimes when IO threads are busy (#3205)
Список пакетов
openSUSE Leap 15.6
Ссылки
- Link for SUSE-SU-2026:0685-1
- E-Mail link for SUSE-SU-2026:0685-1
- SUSE Security Ratings
- SUSE Bug 1258746
- SUSE Bug 1258788
- SUSE CVE CVE-2025-67733 page
- SUSE CVE CVE-2026-21863 page
Описание
Valkey is a distributed key-value database. Prior to versions 9.0.2, 8.1.6, 8.0.7, and 7.2.12, a malicious user can use scripting commands to inject arbitrary information into the response stream for the given client, potentially corrupting or returning tampered data to other users on the same connection. The error handling code for lua scripts does not properly handle null characters. Versions 9.0.2, 8.1.6, 8.0.7, and 7.2.12 fix the issue.
Затронутые продукты
Ссылки
- CVE-2025-67733
- SUSE Bug 1258746
Описание
Valkey is a distributed key-value database. Prior to versions 9.0.2, 8.1.6, 8.0.7, and 7.2.12, a malicious actor with access to the Valkey clusterbus port can send an invalid packet that may cause an out bound read, which might result in the system crashing. The Valkey clusterbus packet processing code does not validate that a clusterbus ping extension packet is located within buffer of the clusterbus packet before attempting to read it. Versions 9.0.2, 8.1.6, 8.0.7, and 7.2.12 fix the issue. As an additional mitigation, don't expose the cluster bus connection directly to end users, and protect the connection with its own network ACLs.
Затронутые продукты
Ссылки
- CVE-2026-21863
- SUSE Bug 1258788