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-41773-Exploit-Lab — CVE-2021-41773 Exploit Lab | Kitploit
Tools/GitHubGitHub/sanr01/cve-2021-41773-exploit-lab
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration TestingLearning & EducationLabs & Practice
GitHubsanr01/cve-2021-41773-exploit-lab

CVE-2021-41773-Exploit-Lab

CVE-2021-41773 Exploit Lab

View Repository
126 days 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-41773 — Exploit Development Lab

Overview

This project documents the research, reproduction, and Proof-of-Concept (PoC) development for CVE-2021-41773, a Path Traversal vulnerability affecting Apache HTTP Server 2.4.49.

The vulnerability was reproduced in an isolated Docker laboratory environment.

Vulnerability

  • CVE: CVE-2021-41773
  • Type: Path Traversal
  • Affected Version: Apache HTTP Server 2.4.49
  • Platform: Linux / Web Server
  • Lab Target: 127.0.0.1:8080

Lab Environment

  • Kali Linux
  • Docker
  • Apache HTTP Server 2.4.49
  • Python 3

Objectives

  • Research the selected CVE
  • Build an isolated vulnerable environment
  • Verify the affected software version
  • Reproduce the vulnerability
  • Develop a Python PoC
  • Analyze root cause and impact
  • Document mitigation techniques

Project Structure

root@kitploit:~
CVE-2021-41773/
│
├── poc.py
├── vulnerability_notes.md
├── exploit_report.md
├── CVE-2021-41773_Report.docx
├── README.md
└── screenshots/
Download Tool