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 — Proof-of-concept exploit for CVE-2021-41773, an Apache HTTP Server 2.4.49 path traversal vulnerability enabling remote file disclosure and CGI execution. | Kitploit
Tools/GitHubGitHub/shiomiyan/cve-2021-41773
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed TeamingArchived
GitHubshiomiyan/cve-2021-41773

CVE-2021-41773

Proof-of-concept exploit for CVE-2021-41773, an Apache HTTP Server 2.4.49 path traversal vulnerability enabling remote file disclosure and CGI execution.

View Repository
14 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-41773

apache http server vulnerability (only works 2.4.49)

requirement settings

httpd.conf

root@kitploit:~
...
<IfModule mpm_prefork_module>
	LoadModule cgi_module modules/mod_cgi.so # uncomment this line
</IfModule>
...
<Directory />
    AllowOverride none
#    Require all denied # comment out this line or set `Require all granted`
</Directory>
...

References

  • https://attackerkb.com/topics/1RltOPCYqE/cve-2021-41773/rapid7-analysis
Download Tool