
Exploit für Path-Traversal-Schwachstelle in Apache
Exploit für eine Path-Traversal-Schwachstelle in Apache.
Version: 2.4.49 CVE: CVE-2021-41773
docker pull httpd:2.4.49-alpine
Ersetzen Sie in /usr/local/apache2/conf/httpd.conf diese Einträge
<Directory />
AllowOverride none
- Require all denied
+ #Require all denied
</Directory>
<IfModule mpm_prefork_module>
- #LoadModule cgi_module modules/mod_cgi.so
+ LoadModule cgi_module modules/mod_cgi.so
</IfModule>
Bundle install
ruby expoit.rb -t http://localhost