OpenStack Dashboard Login Panel - Detect
ID: open-stack-dashboard-login
Severity: info
Author: dhiyaneshDK,hackergautam
Tags: panel,openstack,edb
Description
Section titled “Description”OpenStack Dashboard login panel was detected.
YAML Source
Section titled “YAML Source”id: open-stack-dashboard-login
info: name: OpenStack Dashboard Login Panel - Detect author: dhiyaneshDK,hackergautam severity: info description: OpenStack Dashboard login panel was detected. reference: - https://www.exploit-db.com/ghdb/6464 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:a:openstack:horizon:*:*:*:*:*:*:*:* metadata: max-request: 2 vendor: openstack product: horizon tags: panel,openstack,edb
http: - method: GET path: - '{{BaseURL}}/dashboard/auth/login/' - '{{BaseURL}}/horizon/auth/login/?next=/horizon/' - '{{BaseURL}}/auth/login/?next=/' host-redirects: true
matchers-condition: and matchers: - type: word words: - "<title>Login - OpenStack Dashboard</title>"
- type: status status: - 200# digest: 4b0a00483046022100a4abacff3dfcdc9fab87a3918baa68945b4c315cd80bcf2bca6947e14a2c6909022100b589eb5b7cdfc368da1233739dbe56783c52a784e4e48047940ee899c52fd6c6:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/open-stack-dashboard-login.yaml"