Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

rocky логотип

RLSA-2026:23229

Опубликовано: 11 июн. 2026
Источник: rocky
Оценка: Important

Описание

Important: redis security update

Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.

Security Fix(es):

  • redis: RESTORE invalid memory access may allow remote code execution (CVE-2026-25243)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 9

НаименованиеАрхитектураРелизRPM
redisaarch641.el9_8redis-6.2.22-1.el9_8.aarch64.rpm
redis-develaarch641.el9_8redis-devel-6.2.22-1.el9_8.aarch64.rpm
redis-docnoarch1.el9_8redis-doc-6.2.22-1.el9_8.noarch.rpm
redisx86_641.el9_8redis-6.2.22-1.el9_8.x86_64.rpm
redis-develi6861.el9_8redis-devel-6.2.22-1.el9_8.i686.rpm
redis-develx86_641.el9_8redis-devel-6.2.22-1.el9_8.x86_64.rpm

Показывать по

Связанные CVE

Исправления

Связанные уязвимости

CVSS3: 8.8
ubuntu
3 месяца назад

Redis is an in-memory data structure store. In versions of redis-server up to 8.6.3, the RESTORE command does not properly validate serialized values. An authenticated attacker with permission to execute RESTORE can supply a crafted serialized payload that triggers invalid memory access and may lead to remote code execution. A workaround is to restrict access to the RESTORE command with ACL rules. This is patched in version 8.6.3.

CVSS3: 8.8
redhat
3 месяца назад

Redis is an in-memory data structure store. In versions of redis-server up to 8.6.3, the RESTORE command does not properly validate serialized values. An authenticated attacker with permission to execute RESTORE can supply a crafted serialized payload that triggers invalid memory access and may lead to remote code execution. A workaround is to restrict access to the RESTORE command with ACL rules. This is patched in version 8.6.3.

CVSS3: 8.8
nvd
3 месяца назад

Redis is an in-memory data structure store. In versions of redis-server up to 8.6.3, the RESTORE command does not properly validate serialized values. An authenticated attacker with permission to execute RESTORE can supply a crafted serialized payload that triggers invalid memory access and may lead to remote code execution. A workaround is to restrict access to the RESTORE command with ACL rules. This is patched in version 8.6.3.

msrc
около 2 месяцев назад

redis-server RESTORE invalid memory access may allow remote code execution

CVSS3: 8.8
debian
3 месяца назад

Redis is an in-memory data structure store. In versions of redis-serve ...