Skip to content

Avatier Password Management Panel

ID: avatier-password-management

Severity: info

Author: praetorian-thendrickson,iamthefrogy,dhiyaneshDK

Tags: edb,panel,avatier,aims

An Avatier password management panel was detected.

id: avatier-password-management
info:
name: Avatier Password Management Panel
author: praetorian-thendrickson,iamthefrogy,dhiyaneshDK
severity: info
description: An Avatier password management panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6576
- https://www.avatier.com/products/identity-management/password-management/
classification:
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.favicon.hash:983734701
tags: edb,panel,avatier,aims
http:
- method: GET
path:
- '{{BaseURL}}/aims/ps/'
host-redirects: true
max-redirects: 2
matchers-condition: or
matchers:
- type: word
words:
- 'LabelWelcomeToPS'
- 'Avatier Corporation'
- 'Welcome to Password Management'
condition: or
- type: word
words:
- 'Password Management Client'
# digest: 4a0a0047304502207592e9ab0d4cb417ecc63ea1debb200a2d21e594ea96360b1e31c00b418ce197022100b2614d0b3dc70735d49724a47e408b397ae0216045da904083cecb80ed994172: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/avatier-password-management.yaml"

View on Github