DEOS OPENview Admin Panel Unauthenticated Access
ID: deos-openview-panel
Severity: high
Author: sullo
Tags: openview,disclosure,panel,misconfig
Description
Section titled “Description”The DEOS OPENview administrative panel is accessible without authentication.
YAML Source
Section titled “YAML Source”id: deos-openview-panel
info: name: DEOS OPENview Admin Panel Unauthenticated Access author: sullo severity: high description: The DEOS OPENview administrative panel is accessible without authentication. reference: https://www.deos-ag.com/ classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N cvss-score: 8.6 cwe-id: CWE-284 metadata: max-request: 1 tags: openview,disclosure,panel,misconfig
http: - method: GET path: - "{{BaseURL}}/client/index.html"
matchers-condition: and matchers: - type: status status: - 200
- type: word part: body words: - '<title>OPENview</title>'# digest: 490a004630440220312b59d2c94be3b17d8e42e6c49f79c79862adddbafba40816091672d2d7050102207c328bbf603c805e66a6c0866caee463559db9e997f66415b4120ed823cb843b: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/misconfiguration/deos-openview-admin.yaml"