Skip to content

Atvise Login Panel

ID: atvise-login

Severity: info

Author: idealphase

Tags: panel,atvise,edb

An Atvise login panel was discovered. Atvise is a leading visualization and control center solutions based on pure web technology.

id: atvise-login
info:
name: Atvise Login Panel
author: idealphase
severity: info
description: An Atvise login panel was discovered. Atvise is a leading visualization and control center solutions based on pure web technology.
reference:
- https://www.exploit-db.com/ghdb/7837
- https://www.atvise.com/en
classification:
cwe-id: CWE-200
cpe: cpe:2.3:a:bachmann:atvise:*:*:*:*:*:*:*:*
metadata:
google-query: intitle:"atvise - next generation"
max-request: 1
product: atvise
vendor: bachmann
tags: panel,atvise,edb
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>atvise - next generation</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502205b94590eda68b7582b87bef97d5815025e37ca4dde4de3557e521991376f1432022100a5d27e04a66b8becb316e8de33638deffcbd34f21646b589975c861ad49d7252: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/atvise-login.yaml"

View on Github