Sploitus

Exploit for Path Traversal in Apache Http Server

githubexploit Β· 2026-08-14

Exploit Code

README45 lines
## https://sploitus.com/exploit?id=F869F5AC-F411-5C89-A0AF-63A26CE965E3
# 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

```text
CVE-2021-41773/
β”‚
β”œβ”€β”€ poc.py
β”œβ”€β”€ vulnerability_notes.md
β”œβ”€β”€ exploit_report.md
β”œβ”€β”€ CVE-2021-41773_Report.docx
β”œβ”€β”€ README.md
└── screenshots/