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
Tools/GitHubGitHub/0x4e0x650x6f/wordpress-cve-cve-2022-21661
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHub0x4e0x650x6f/wordpress-cve-cve-2022-21661

Wordpress-cve-CVE-2022-21661

Wordpress 5.8.2 CVE-2022-21661 Vuln enviroment POC exploit

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
1494 years agoNot yet reviewed

Wordpress 5.8.2 CVE-2022-21661 Vuln enviroment

This enviroment is setup with the Elementor Custom Skin, plugin to test the CVE-2022-21661.

to start the enviroment

console wp-lab$ ./start.sh To get the admin password get the log from the running container, a new pwd is generated every time the container is booted.

console $wp-lab$ docker logs test [*] user admin pwd: inpJbxn+mhWWNSgEAlsU2A== localip: 172.17.0.2

to run the exploit, replace <payloadid> with:

  1. dump db name
  2. dump users table.

python3 sploit.py http://<target-ip>/wp-admin/admin-ajax.php <payload-id>

Download Tool