← Back to browse · API

CVE-2025-49844

Severity
CRITICAL
CVSS
10.0
EPSS
0.86767
Risk score
70.37
CISA KEV
No
PoC
Yes
Published
2025-10-03
Modified
2026-03-20
First seen
2026-08-07
Aliases
EUVD-2025-33178
Products
Redis:Redis < 8.2.2
Sources
github 21f63bd2485f7f4869e02ca1|CVE-2025-49844
github 060a3b4d11c2651d5283dfe6|CVE-2025-49844
euvd EUVD-2025-33178

Description

Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted Lua script to manipulate the garbage collector, trigger a use-after-free and potentially lead to remote code execution. The problem exists in all versions of Redis with Lua scripting. This issue is fixed in version 8.2.2. To workaround this issue without patching the redis-server executable is to prevent users from executing Lua scripts. This can be done using ACL to restrict EVAL and EVALSHA commands.

References