Skip to content

F5 Next Central Manager Panel - Detect

ID: f5-next-central-manager

Severity: info

Author: EgemenKochisarli

Tags: panel,fortinet,login,f5

F5 Next Central Manager login panel was detected.

id: f5-next-central-manager
info:
name: F5 Next Central Manager Panel - Detect
author: EgemenKochisarli
severity: info
description: |
F5 Next Central Manager login panel was detected.
reference:
- https://clouddocs.f5.com/bigip-next/latest/use_cm/
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:h:f5:big-ip:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: f5
product: big-ip
tags: panel,fortinet,login,f5
http:
- method: GET
path:
- "{{BaseURL}}/gui/login"
matchers-condition: and
matchers:
- type: word
words:
- "<title>BIG-IP Next | Central Manager"
- type: status
status:
- 200
# digest: 4a0a00473045022009c595c50359fc0a802a2a4ebc80d33fca8ca933a2256f3a07a88235a51c51bb022100d2508c64003e3d283aceb56ca78077515b64bcb35eceddacc1103d0104672111: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/f5-next-central-manager.yaml"

View on Github