Description of the patch:
This update for redis7 fixes the following issues
- CVE-2026-23631: Lua use-after-free via the master-replica synchronization mechanism may lead to remote code execution
(bsc#1264165).
- CVE-2026-25243: invalid memory access in RESTORE command via a specially crafted serialized payload may lead to remote
code execution (bsc#1264166).
Other updates:
- an user can manipulate data read by a connection by injecting sequences into a Redis error reply (bsc#1258706).