Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2022-1388 PoC — F5 BIG-IP 访问控制错误漏洞

Source
Associated Vulnerability
Title:F5 BIG-IP 访问控制错误漏洞 (CVE-2022-1388)
Description:F5 BIG-IP是美国F5公司的一款集成了网络流量管理、应用程序安全管理、负载均衡等功能的应用交付平台。 F5 BIG-IP 存在访问控制错误漏洞,攻击者可以通过未公开的请求利用该漏洞绕过BIG-IP中的iControl REST身份验证来控制受影响的系统。
Readme
# CVE-2022-1388-Exploit
Exploit and Check Script for CVE 2022-1388


## Usage
To Check against single host URL
```bash
python3 exploit.py -v true -u target_url
```

To Attack host and test command on this host
```bash
python3 exploit.py -a true -u target_url -c command 
```

Attack list of hosts or attaching file of host URL's IP
```bash
python3 exploit.py -s true -f file
```

With the help of an input file, masscheck.py will determine whether any hosts are exploitable. 


### Detection:

Searching for the endpoint "/mgmt/tm/util/bash," which is probably in the web server logs. The impacted versions are listed below, and the fix is accessible here https://support.f5.com/csp/article/K23605346, or if you have an F5, go patch it. 

### Vulnerable Versions
- BIG-IP versions 16.1.0 to 16.1.2 (Patch released)
- BIG-IP versions 15.1.0 to 15.1.5 (Patch released)
- BIG-IP versions 14.1.0 to 14.1.4 (Patch released)
- BIG-IP versions 13.1.0 to 13.1.4 (Patch released)
- BIG-IP versions 12.1.0 to 12.1.6 (End of Support)
- BIG-IP versions 11.6.1 to 11.6.5 (End of Support)
File Snapshot

[4.0K] /data/pocs/f79c41cf74ef3c159d185eb96f115a5367a0f3f2 ├── [ 686] burpsuite-payload.txt ├── [4.9K] exploit.py ├── [2.0K] masscheck.py └── [1.0K] README.md 0 directories, 4 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.