Skip to content

Avaya Aura Communication Manager Login - Panel Detect

ID: avayaaura-cm-panel

Severity: info

Author: princechaddha

Tags: panel,avaya

Avaya Aura Communication Manager login panel was detected.

id: avayaaura-cm-panel
info:
name: Avaya Aura Communication Manager Login - Panel Detect
author: princechaddha
severity: info
description: Avaya Aura Communication Manager login panel was detected.
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:avaya:aura_communication_manager:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: avaya
product: aura_communication_manager
tags: panel,avaya
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/common/login/webLogin"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Avaya Aura"
- "Communication Manager (CM)"
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100a39133ae28a4167b449eb62bdeb5e37413f9850b658f89edf883a17e11c8a84d022100c2c9e6352a0addf05aa81035d233d2ca98876c8b0900b6ff821b9502a917ac0d: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/avaya/avayaaura-cm-panel.yaml"

View on Github