Sploitus

Exploit for CVE-2021-41773

kitploit · 2026-08-27

Exploit Code

MARKDOWN27 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-SHIOMIYAN-CVE-2021-41773
# CVE-2021-41773

अपाचे HTTP सर्वर भेद्यता (केवल 2.4.49 पर काम करता है)

## आवश्यक सेटिंग्स

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>
    ...
    

## संदर्भ

  * https://attackerkb.com/topics/1RltOPCYqE/cve-2021-41773/rapid7-analysis