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

exploitDog

rocky логотип

RLSA-2026:26008

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

Описание

Important: redis:6 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 8

НаименованиеАрхитектураРелизRPM
redisaarch641.module+el8.10.0+40211+0d1d5c90redis-6.2.22-1.module+el8.10.0+40211+0d1d5c90.aarch64.rpm
redis-develaarch641.module+el8.10.0+40211+0d1d5c90redis-devel-6.2.22-1.module+el8.10.0+40211+0d1d5c90.aarch64.rpm
redis-docnoarch1.module+el8.10.0+40211+0d1d5c90redis-doc-6.2.22-1.module+el8.10.0+40211+0d1d5c90.noarch.rpm
redisx86_641.module+el8.10.0+40211+0d1d5c90redis-6.2.22-1.module+el8.10.0+40211+0d1d5c90.x86_64.rpm
redis-develx86_641.module+el8.10.0+40211+0d1d5c90redis-devel-6.2.22-1.module+el8.10.0+40211+0d1d5c90.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 ...