F5 BIG-IP iControl REST Panel (#4303)

* CVE-2022-1388 / BIG-IP iControl REST vulnerability

* Update CVE-2022-1388.yml

Validate with status code
status:
          - 401

* renamed template

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
patch-1
Mr. Cl0wn - H4ck1ng C0d3r 2022-05-06 07:24:34 -03:00 committed by GitHub
parent 50f3acc6d3
commit 3b6ba6f9a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: bigip-icontrol-rest
info:
name: F5 BIG-IP iControl REST Panel
author: MrCl0wnLab
severity: info
description: |
Undisclosed requests may bypass iControl REST authentication.
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&reg;-+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