F5 BIG-IP iControl REST Panel - Detect
ID: bigip-icontrol-rest
Severity: info
Author: MrCl0wnLab
Tags: panel,bigip,f5
Description
Section titled “Description”F5 BIG-IP iControl REST API discovered and may be vulnerable to an authentication bypass (not tested).
YAML Source
Section titled “YAML Source”id: bigip-icontrol-rest
info: name: F5 BIG-IP iControl REST Panel - Detect author: MrCl0wnLab severity: info description: | F5 BIG-IP iControl REST API discovered and may be vulnerable to an authentication bypass (not tested). reference: - https://nvd.nist.gov/vuln/detail/CVE-2022-1388 - https://support.f5.com/csp/article/K23605346 - https://clouddocs.f5.com/products/big-iq/mgmt-api/v5.4/ApiReferences/bigiq_api_ref/r_auth_login.html classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:f5:big-ip_access_policy_manager:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: f5 product: big-ip_access_policy_manager shodan-query: - http.title:"BIG-IP®-+Redirect" +"Server" - http.title:"big-ip®-+redirect" +"server" fofa-query: title="big-ip®-+redirect" +"server" google-query: intitle:"big-ip®-+redirect" +"server" tags: panel,bigip,f5
http: - method: GET path: - "{{BaseURL}}/mgmt/shared/authn/login"
matchers-condition: and matchers: - type: word part: body words: - "resterrorresponse"
- type: status status: - 401# digest: 4a0a00473045022100db9f7afd856bb710bbd7259a36b5f40e9b2b05405f53d75b908b26f84677aaf7022067d37789ab7901447c1e35e9715094c10bf6836cdcf4cca6b7b7466cef6bf81d:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/bigip-rest-panel.yaml"