34 lines
903 B
YAML
34 lines
903 B
YAML
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: 4a0a004730450220227bc8bb4dd95de9418a4cefd001d5a77d6df39ce80130e56820e6c331b09025022100d6ded0fe7cd21d87d9b4d0dc226c131d72b86ca30f167650a74932814a480a71:922c64590222798bb761d5b6d8e72950
|