nuclei-templates/exposed-panels/bigip-rest-panel.yaml

38 lines
976 B
YAML

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).
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
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
metadata:
shodan-query: http.title:"BIG-IP®-+Redirect" +"Server"
tags: panel,bigip,f5
requests:
- method: GET
path:
- "{{BaseURL}}/mgmt/shared/authn/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "resterrorresponse"
- type: status
status:
- 401
# Enhanced by cs 11/09/2022