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-2017-5638-POC — Proof of concept of CVE-2017-5638 including the whole setup of the Apache vulnerable server | Kitploit
Tools/GitHubGitHub/xernary/cve-2017-5638-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubxernary/cve-2017-5638-poc

CVE-2017-5638-POC

Proof of concept of CVE-2017-5638 including the whole setup of the Apache vulnerable server

View Repository
111 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-2017-5638-POC

Vulnerable server setup and proof of concept of CVE-2017-5638 (remote code execution vulnerability in an Apache component)

Server

The vulnerable server runs in a docker container, the image can be created using the Dockerfile, running this in the same folder of it:

root@kitploit:~
docker build --tag 'vuln-server' .

The container can then be created and ran using:

root@kitploit:~
docker run -p 8080:8080 -it vuln-server
Download Tool