minor update
parent
cacf051d95
commit
8e112cd5dc
|
@ -1,14 +1,14 @@
|
||||||
id: ms-exchange-local-domain
|
id: ms-exchange-local-domain
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Microsoft Exchange Autodiscover - Local Domain
|
name: Microsoft Exchange Autodiscover - Local Domain Exposure
|
||||||
author: userdehghani
|
author: userdehghani
|
||||||
severity: Medium
|
severity: medium
|
||||||
|
description: |
|
||||||
|
Microsoft Exchange is prone to a local domain exposure using the Autodiscover v2 endpoint.
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
||||||
cwe-id: CWE-200
|
cwe-id: CWE-200
|
||||||
description: |
|
|
||||||
Microsoft Exchange is prone to a local domain exposure using the Autodiscover v2 endpoint.
|
|
||||||
reference:
|
reference:
|
||||||
- https://support.microsoft.com/en-gb/topic/autodiscover-v2-returns-internalurl-not-externalurls-in-other-site-774301e2-2d1e-d5e0-aa41-a49f6e9b06f4
|
- https://support.microsoft.com/en-gb/topic/autodiscover-v2-returns-internalurl-not-externalurls-in-other-site-774301e2-2d1e-d5e0-aa41-a49f6e9b06f4
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -22,7 +22,6 @@ http:
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/autodiscover/autodiscover.json?Protocol=ActiveSync&Email=user@domain.tld&RedirectCount=1"
|
- "{{BaseURL}}/autodiscover/autodiscover.json?Protocol=ActiveSync&Email=user@domain.tld&RedirectCount=1"
|
||||||
|
|
||||||
stop-at-first-match: true
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: regex
|
- type: regex
|
||||||
|
|
Loading…
Reference in New Issue