Update fortios-exposed-admin-panel.yaml
parent
c19de59a92
commit
6b07d79f34
|
@ -5,7 +5,7 @@ info:
|
||||||
author: canberbamber
|
author: canberbamber
|
||||||
severity: critical
|
severity: critical
|
||||||
description: |
|
description: |
|
||||||
/api/v2/cmdb/system/admin/admin is a necessary exposed panel for cve-2022-40684 in fortigates, fortiproxy
|
/api/v2/cmdb/system/admin/admin is a necessary exposed panel for cve-2022-40684
|
||||||
reference:
|
reference:
|
||||||
- https://www.horizon3.ai/fortinet-iocs-cve-2022-40684/
|
- https://www.horizon3.ai/fortinet-iocs-cve-2022-40684/
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -17,9 +17,14 @@ requests:
|
||||||
- raw:
|
- raw:
|
||||||
- |
|
- |
|
||||||
GET /api/v2/cmdb/system/admin/admin HTTP/1.1
|
GET /api/v2/cmdb/system/admin/admin HTTP/1.1
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}:{{port}}
|
||||||
Content-Type: application/x-www-form-urlencoded
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
attack: clusterbomb
|
||||||
|
payloads:
|
||||||
|
port:
|
||||||
|
- 443
|
||||||
|
- 8443
|
||||||
|
- 10443
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
|
Loading…
Reference in New Issue