Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-49844 — Exploit script for CVE-2025-49844, a use-after-free vulnerability in Redis Lua parser, enabling remote code execution on vulnerable Redis servers. | Kitploit
Tools/GitHubGitHub/elyasbassir/cve-2025-49844
Vulnerability AnalysisExploitationWeb Application ExploitationCommand and ControlRemote Access Trojan
GitHubelyasbassir/cve-2025-49844

CVE-2025-49844

Exploit script for CVE-2025-49844, a use-after-free vulnerability in Redis Lua parser, enabling remote code execution on vulnerable Redis servers.

View Repository
10 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-49844 – Use-After-Free Issue in Redis's Lua Parser

In short and simple terms, you run this script and instead of

root@kitploit:~
localhost

you provide the target IP and configure its port, it connects if it is vulnerable, and you can execute any command you want.

In Shodan, you can also find vulnerable targets with this payload

root@kitploit:~
product:"Redis key-value store"

Check the version, make sure it is below 8.2

Running the Exploit

root@kitploit:~
while redis-cli -h localhost -p 6379 --eval CVE-2025-49844.lua >/dev/null; do
    printf 'connect to server :) RCE'
done

What You Should Do

  1. If you can, update Redis to 8.2.2 or newer.

  2. If you cannot update, at least disable Lua execution for unknown or untrusted users.

Download Tool