CVE-2022-1388 - F5 Router RCE Replica# Refresh
This container emulates the vulnerable functionality of CVE-2022-1388 in an F5 Router allowing RCE.
CVE-202201388 stems from a complicated relationship between different authentication mechanisms and broxying that stripped Headers allowing improper access to admin endpoints in the webapp.
Competitors must use their bot to send a web request exploiting this flaw.
## Building
```sh
docker build -t refresh .
```
## Running
```sh
docker run -p 80:80 refresh
```
## Exploiting
```sh
python3 exploit.py -u http://localhost -t
```
## References
- https://www.randori.com/blog/vulnerability-analysis-cve-2022-1388/
[4.0K] /data/pocs/dfa759537d1c4e0c5051e834400dbd5c111cf15c
├── [ 464] Dockerfile
├── [3.8K] exploit.py
├── [ 50] pycompile.py
├── [ 625] README.md
├── [2.8K] refresh.pcapng
├── [ 6] requirements.txt
└── [1.5K] router.py
0 directories, 7 files