
CVE-2025-32023
A critical RCE vulnerability affecting Redis (< 7.2.4), where attackers can load malicious modules using the MODULE LOAD command.
Remote Code Execution (RCE)
An unauthenticated attacker can execute arbitrary code and gain full control of the Redis server.
requirepass or ACLs) ❌.so (shared object) file to the Redis server.MODULE LOAD command to load the module.Redis 7.2.3 and below
Redis 7.2.4 and above
requirepassMODULE LOAD if not neededNever expose Redis directly to the internet without proper authentication, ACLs, and network restrictions. Redis is meant to be internal.
🧩 CVSS Score: 9.8 (Critical)
🧬 Discovered By: Security researchers in early 2025.