Skip to content

FortiOS Admin Login Panel - Detect

ID: fortios-panel

Severity: info

Author: canberbamber,Jna1

Tags: panel,fortinet,fortios

FortiOS admin login panel was detected.

id: fortios-panel
info:
name: FortiOS Admin Login Panel - Detect
author: canberbamber,Jna1
severity: info
description: |
FortiOS admin login panel was detected.
reference:
- https://www.horizon3.ai/fortinet-iocs-cve-2022-40684/
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:o:fortinet:fortios:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: fortinet
product: fortios
shodan-query:
- http.favicon.hash:945408572
- cpe:"cpe:2.3:o:fortinet:fortios"
- port:10443 http.favicon.hash:945408572
- http.html:"/remote/login" "xxxxxxxx"
fofa-query:
- body="/remote/login" "xxxxxxxx"
- icon_hash=945408572
tags: panel,fortinet,fortios
http:
- raw:
- |
GET /api/v2/cmdb/system/admin/admin HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
- '/remote/login'
- type: word
part: header
words:
- 'Server: xxxxxxxx-xxxxx'
- type: status
status:
- 403
# digest: 4b0a00483046022100bb4ad801fa4b0992e9f10805dc04bfaf01c275b9c26be6e3c054aa39e39dc7ee022100ecfd8d6c53580e66a66a15541aa525bc14af559fb0643bff6a09173b39e8199d:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/fortinet/fortios-panel.yaml"

View on Github