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

40 lines
1.0 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:
2021-11-12 18:59:04 +00:00
name: Pre-Auth POST Based Reflected XSS in Microsoft Exchange
author: rootxharsh,iamnoooob
2021-11-12 18:25:15 +00:00
severity: medium
2021-11-12 18:59:04 +00:00
tags: cve,cve2021,xss,microsoft,exchange
reference:
- 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.50
cve-id: CVE-2021-41349
description: "Microsoft Exchange Server Spoofing Vulnerability This CVE ID is unique from CVE-2021-42305."
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
<HTTPVOID>&x=1
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:
- '="<HTTPVOID>'
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 500