All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Critical Redis Vulnerability (CVE-2025-49844) Allows Remote Code Execution with Maximum CVSS Score

By

mihau

7mo ago· 5 min readenNews

Summary

Wiz Research has discovered a critical remote code execution vulnerability (CVE-2025-49844, nicknamed #RediShell) in Redis, the widely used in-memory data structure store. The vulnerability has a maximum CVSS score of 10.0 and stems from a 13-year-old Use-After-Free memory corruption bug in the Redis source code. This flaw allows authenticated attackers to escape the Lua sandbox and execute arbitrary code on the host system. The vulnerability affects all Redis versions and is particularly concerning given Redis's deployment in 75% of cloud environments.

Key quotes

· 4 pulled
Wiz Research has uncovered a critical Remote Code Execution (RCE) vulnerability, CVE-2025-49844 which we've dubbed #RediShell, in the widely used Redis in-memory data structure store.
The vulnerability has been assigned a CVSS score of 10.0 - the highest possible severity.
The vulnerability exploits a Use-After-Free (UAF) memory corruption bug that has existed for approximately 13 years in the Redis source code.
This flaw allows a post auth attacker to send a specially crafted malicious Lua script (a feature supported by default in Redis) to escape from the Lua sandbox and achieve remote code execution.
Snippet from the RSS feed
Wiz Research discovers vulnerability stemming from 13-year-old bug present in all Redis versions, used in 75% of cloud environments.

You might also wanna read