Logo
componentredis
Name
redis
Version
7.2.15
Type
library
Description
-
Licenses
BSD-3-Clause (core); MIT and BSD family licenses (Bundled components)
PURL
-
CPE
cpe:2.3:a:redis:redis:7.2.15:-:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
8.10.0

Patches#


#
Title
Author
Resolve
1
Patch #1
Daniel Price <daniel.price@gmail.com>
2
Patch #2
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3
redis.conf: adjust defaults for buildroot
Gustavo Zacarias <gustavo@zacarias.com.ar>

Vulnerabilities#


Name
Analysis
Description
Exploitable
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.
Exploitable
Redis is an in-memory data structure store. In all versions of redis-server with Lua scripting, an authenticated attacker can exploit the master-replica synchronization mechanism to trigger a use-after-free on replicas where replica-read-only is disabled or can be disabled, which may lead to remote code execution. A workaround is to prevent users from executing Lua scripts or avoid using replicas where replica-read-only is disabled. This is patched in version 8.6.3.
Exploitable
Redis is an in-memory data structure store. In redis-server from 7.2.0 until 8.6.3, the unblock client flow does not handle an error return from `processCommandAndResetClient` when re-executing a blocked command. If a blocked client is evicted during this flow, an authenticated attacker can trigger a use-after-free that may lead to remote code execution. This has been patched in version 8.6.3.
Exploitable
setDeferredReply in networking.c in Valkey through 8.1.1 has an integer underflow for prev->size - prev->used.
Exploitable
Redis through 8.0.3 allows memory consumption via a multi-bulk command composed of many bulks, sent by an authenticated user. This occurs because the server allocates memory for the command arguments of every bulk, even when the command is skipped because of insufficient permissions. NOTE: this is disputed by the Supplier because abuse of the commands network protocol is not a violation of the Redis Security Model.