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-2023-40000 — That's a PoC of cve-2023-40000. Wordpress LiteSpeed Cache exploit. | Kitploit
Tools/GitHubGitHub/iveresk/cve-2023-40000
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubiveresk/cve-2023-40000

cve-2023-40000

That's a PoC of cve-2023-40000. Wordpress LiteSpeed Cache exploit.

View Repository
12 years 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-2023-40000

That's a PoC of cve-2023-40000. Wordpress LiteSpeed Cache exploit.

The CVE could be applied to all LiteSpeed Cache < 5.7.0.1.
Works in two modes: check and attack.
The vulnerable IPs would grep version. If there is no version (the target is covered by WAF).
XSS code is encrypted for eval function with pre-defined login/pass/email.

root@kitploit:~
# user_login=theattacker
# [email protected]
# pass1=attackpass&pass2=attackpass
# role=administrator

usage

root@kitploit:~
echo "----------------Welcome-to-cve-2023-40000-script-by-1veresk------------+";
	echo "+----------------------------------------------------------------------+";
	echo "+-------------------For-The-Help---------------------------------------+";
	echo "Example#1: ./cve-2023-40000.sh -h--------------------------------------+";
	echo "+-------------------For-The--Check-------------------------------------+";
	echo "Example#2: ./cve-2023-40000.sh <TARGET_FILE> <MODE>--------------------+";
	echo "+----------------------------------------------------------------------+";
Download Tool