nuclei-templates/misconfiguration/office365-open-redirect.yaml

34 lines
1.1 KiB
YAML
Raw Normal View History

2021-08-05 09:55:08 +00:00
id: office365-open-redirect
info:
name: Office365 Autodiscover - Open Redirect
2021-08-05 09:55:08 +00:00
author: dhiyaneshDk
severity: low
description: Office365 Autodiscover contains an open redirect vulnerability. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
remediation: See https://learn.microsoft.com/en-us/outlook/troubleshoot/connectivity/how-to-suppress-autodiscover-redirect-warning for a workaround.
reference:
- https://medium.com/@heinjame/office365-open-redirect-from-autodiscover-64284d26c168
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cwe-id: CWE-601
2021-08-05 10:59:52 +00:00
tags: redirect,office365,microsoft
2021-08-05 09:55:08 +00:00
requests:
- method: GET
path:
2021-08-05 10:59:52 +00:00
- "{{BaseURL}}/autodiscover/autodiscover.json/v1.0/{{randstr}}@interact.sh?Protocol=Autodiscoverv1"
2021-08-05 09:55:08 +00:00
2021-08-05 10:59:52 +00:00
matchers-condition: and
2021-08-05 09:55:08 +00:00
matchers:
- type: word
2021-08-05 10:59:52 +00:00
part: header
2021-08-05 09:55:08 +00:00
words:
2021-08-05 11:01:01 +00:00
- "autodiscover.interact.sh"
2021-08-05 10:59:52 +00:00
- type: status
status:
- 302
# Enhanced by md on 2022/10/14