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
redis-cve-2026-23479-scanner — CVE-2026-23479 Redis Use-After-Free vulnerability detection tool | Kitploit
Tools/GitHubGitHub/v1c0mmrt/redis-cve-2026-23479-scanner
Vulnerability ScannersVulnerability AnalysisConfiguration AuditingNetwork SecurityMisconfigurationDatabase Security
GitHubv1c0mmrt/redis-cve-2026-23479-scanner

redis-cve-2026-23479-scanner

CVE-2026-23479 Redis Use-After-Free vulnerability detection tool

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
2 months agoNot yet reviewed

CVE-2026-23479 Scanner

Redis Use-After-Free vulnerability (CVE-2026-23479) detection tool.

Automatically checks Redis instances for vulnerability, misconfigurations, and exposure risks.

Affected Versions

BranchAffectedFixed
7.2.x7.2.0 - 7.2.137.2.14
7.4.x7.4.0 - 7.4.87.4.9
8.2.x8.2.0 - 8.2.58.2.6
8.4.x8.4.0 - 8.4.28.4.3
8.6.x8.6.0 - 8.6.28.6.3

Install

root@kitploit:~
pip install redis

Usage

root@kitploit:~
# Scan single target
python redis_cve_scanner.py 192.168.1.100

# Scan with port
python redis_cve_scanner.py 192.168.1.100 -p 6380

# Scan with auth
python redis_cve_scanner.py 192.168.1.100 -a yourpassword

# JSON output
python redis_cve_scanner.py 192.168.1.100 -f json

# Multiple targets
python redis_cve_scanner.py host1 host2 host3:6380

# Targets from file
python redis_cve_scanner.py @targets.txt

# Save to file
python redis_cve_scanner.py 192.168.1.100 -o results.json -f json

Exit Codes

CodeMeaning
0No vulnerable instances found
2Vulnerable instances detected
1Error

Checks Performed

  1. Version Check - Compare against known affected ranges
  2. Auth Check - Detect unauthenticated access
  3. ACL Check - Evaluate user permissions
  4. Exposure Check - Analyze bind configuration
  5. Mitigation Check - Look for EVAL/CONFIG restrictions

License

MIT

Download Tool