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-scanner — Passive, read-only vulnerability scanner for detecting CVE-2026-41940 in cPanel & WHM. Performs version-based fingerprinting, generates compliance-ready JSON reports, and provides remediation guidance without exploitation. | Kitploit
Tools/GitHubGitHub/linko-iheb/cve-2026-41940-scanner
Cloud Infrastructure SecurityDefensive ToolsVulnerability ScannersVulnerability AnalysisConfiguration AuditingDevSecOps
GitHublinko-iheb/cve-2026-41940-scanner

cve-2026-41940-scanner

Passive, read-only vulnerability scanner for detecting CVE-2026-41940 in cPanel & WHM. Performs version-based fingerprinting, generates compliance-ready JSON reports, and provides remediation guidance without exploitation.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

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

🔒 LinkSecure - cPanel Security Scanner

Version Python License CVE

Enterprise-grade vulnerability detection for cPanel & WHM infrastructure

Features • Installation • Usage • Legal • Examples


📋 Table of Contents

  • About
  • Vulnerability Overview
  • Features
  • Installation
  • Usage
  • Examples
  • Understanding Results
  • Remediation
  • Legal Disclaimer
  • Responsible Disclosure
  • Author

🎯 About

LinkSecure is an ethical, read-only vulnerability scanner designed for system administrators and security teams to detect CVE-2026-41940 in cPanel & WHM environments.

Unlike exploit tools, LinkSecure performs passive fingerprinting only — no malicious payloads, no authentication bypass, no system modification. It simply tells you if your infrastructure is vulnerable so you can patch before attackers exploit.

Why LinkSecure?

FeatureLinkSecureTraditional Exploit Tools
Detection MethodPassive fingerprintingActive exploitation
Risk LevelZero - Read onlyHigh - System modification
Legal Compliance✅ Fully compliant⚠️ Authorization required
Audit Ready✅ JSON reports❌ No audit trail
SysAdmin Focused✅ Yes❌ No

🔐 Vulnerability Overview

CVE-2026-41940 - CRLF Injection to Authentication Bypass

Severity: 🔴 CRITICAL (CVSS 10.0)
Impact: Unauthenticated remote root access
Affected Versions: cPanel & WHM < 11.110.0.97, < 11.118.0.63, < 11.126.0.54, < 11.132.0.29, < 11.134.0.20, < 11.136.0.5

Technical Summary

The vulnerability exists in cPanel's session handling mechanism:

  • saveSession() calls filter_sessiondata() after writing the session file
  • Attackers inject CRLF characters via the Authorization header
  • This poisons the session file with forged authentication fields
  • Result: Complete root authentication bypass

What LinkSecure Does

✅ Checks cPanel version from server banners
✅ Identifies if version falls within vulnerable range
✅ Generates compliance-ready reports
✅ Provides remediation guidance

What LinkSecure Does NOT Do

❌ Exploit or verify the vulnerability
❌ Inject malicious CRLF payloads
❌ Bypass authentication
❌ Access or modify system data
❌ Perform any post-exploitation actions


✨ Features

Core Capabilities

  • 🔍 Passive Detection - Version-based vulnerability identification
  • 📊 Compliance Reporting - JSON output for audit trails
  • ⚡ Multi-threaded Scanning - Fast enterprise-scale assessment
  • 🛡️ Zero Exploitation - Read-only operations only
  • 📈 Progress Tracking - Real-time scan status
  • 🎨 Color-coded Output - Easy threat identification

Security Features

  • Interactive Authorization - User must confirm legal compliance
  • No Malicious Code - Completely safe to run in production
  • Audit Logging - Timestamps and scan metadata
  • Responsible Disclosure Ready - Professional output format

📦 Installation

Quick Install

root@kitploit:~
# Clone the repository
git clone https://github.com/link0z/linksecure.git
cd linksecure

# No dependencies required! Uses only Python standard library
Download Tool