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-2014-0050 — CVE-2014-0050 Vulnerable site sample | Kitploit
Tools/GitHubGitHub/jrrdev/cve-2014-0050
Vulnerability AnalysisExploitationWeb Application ExploitationLearning & Education
GitHubjrrdev/cve-2014-0050

cve-2014-0050

CVE-2014-0050 Vulnerable site sample

View Repository
19 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-2014-0050

CVE-2014-0050 Vulnerable site sample

This project aims to demonstrate the CVE-2014-0050 exploitation for educational purpose. For more informations, see :

  • https://www.trustwave.com/Resources/SpiderLabs-Blog/CVE-2014-0050--Exploit-with-Boundaries,-Loops-without-Boundaries/
  • https://github.com/rapid7/metasploit-framework/blob/master/modules/auxiliary/dos/http/apache_commons_fileupload_dos.rb

Legal Disclaimer

This project is made for educational and ethical testing purposes only. Attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.

Getting started

  1. Start the docker container :

docker run -d -p 8080:8080 jrrdev/cve-2014-0050:latest

  1. Download the exploit script on the attacker machine here

  2. Run the python exploit script from the attacker machine :

python exploit.py http://<DOCKER_HOST>:8080/hello

  1. Monitor CPU usage :-)
Download Tool