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
Blackash-CVE-2025-32023 — CVE-2025-32023 | Kitploit
Tools/GitHubGitHub/44528zja/blackash-cve-2025-32023
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed TeamingRemote Access Tool
GitHub44528zja/blackash-cve-2025-32023

Blackash-CVE-2025-32023

CVE-2025-32023

View Repository
31 year 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-32023 - Redis Remote Code Execution (RCE) 🚨

🧠 Overview:

A critical RCE vulnerability affecting Redis (< 7.2.4), where attackers can load malicious modules using the MODULE LOAD command.

🕳️ Vulnerability Type:

Remote Code Execution (RCE)

💥 Impact:

An unauthenticated attacker can execute arbitrary code and gain full control of the Redis server.

🔓 Requirements for Exploitation:

  • Redis is exposed to the internet 🌍
  • No authentication is set (no requirepass or ACLs) ❌
  • Attacker has write access to Redis 📝

🛠️

Download Tool
Attack Steps:
  1. Upload malicious .so (shared object) file to the Redis server.
  2. Use the MODULE LOAD command to load the module.
  3. Achieve remote code execution 💣

🧪 Tested On:

Redis 7.2.3 and below

🚫 Not Affected:

Redis 7.2.4 and above

🛡️ Mitigation Steps:

  • ✅ Upgrade to Redis 7.2.4+
  • 🔐 Use ACLs or set a strong requirepass
  • 🧱 Block external access via firewall
  • 📛 Disable MODULE LOAD if not needed

⚠️ Security Tip:

Never 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.