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-2026-41940-AuthBypass-Detector — Detection tool for cPanel/WHM CVE-2026-41940 (CRLF injection auth bypass). Verify vulnerability on servers you own or have permission to test. For authorized security assessments only. | Kitploit
Tools/GitHubGitHub/unteikyou/cve-2026-41940-authbypass-detector
ReconnaissanceVulnerability ScannersWeb SecurityPenetration TestingAuthentication
GitHubunteikyou/cve-2026-41940-authbypass-detector

CVE-2026-41940-AuthBypass-Detector

Detection tool for cPanel/WHM CVE-2026-41940 (CRLF injection auth bypass). Verify vulnerability on servers you own or have permission to test. For authorized security assessments only.

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
23 months agoNot yet reviewed

CVE-2026-41940 Detection & Verification

License: MIT

Overview

This tool detects cPanel/WHM instances vulnerable to CVE-2026-41940, a critical authentication bypass discovered by watchTowr Labs. The vulnerability allows an unauthenticated attacker to gain root access to WHM via a CRLF injection in the session file.

This script is a proof-of-concept detection tool. It does not:

  • Exploit or modify target systems.
  • Create backdoors or persistent access.
  • Store or exfiltrate credentials.

It only performs the first four stages of the vulnerability chain to verify whether a server is vulnerable, then reports the result.


Important: Legal & Ethical Use

Only run this tool against servers you own or have explicit written permission to test. Unauthorized scanning may violate laws like the Computer Fraud and Abuse Act (CFAA) and similar legislation worldwide.

By using this software, you agree that:

  • You are responsible for complying with all applicable laws and regulations.
  • The authors assume no liability for any misuse or damage caused by this tool.

Features

  • Single-target or mass detection via Shodan (requires API key).
  • Thread-safe SQLite queue to resume interrupted scans.
  • Stealth mode with random delays and user-agent rotation.
  • Optional API token creation (disabled by default, enable only for authorized assessments).
  • Outputs a list of vulnerable hosts to vulnerable_hosts.txt and details to verification_details.txt.

Installation

root@kitploit:~
git clone https://github.com/unteikyou/CVE-2026-41940-AuthBypass-Detector.git
cd CVE-2026-41940-AuthBypass-Detector
pip install -r requirements.txt
Download Tool