2023-02-16 11:16:48 +00:00
|
|
|
id: CVE-2021-36580
|
|
|
|
|
|
|
|
info:
|
2023-03-02 21:07:26 +00:00
|
|
|
name: IceWarp Mail Server - Open Redirect
|
2023-02-16 11:16:48 +00:00
|
|
|
author: DhiyaneshDk
|
2023-03-02 21:07:26 +00:00
|
|
|
description: |
|
|
|
|
IceWarp Mail Server contains an open redirect via the referer parameter. This can lead to phishing attacks or other unintended redirects.
|
2023-02-16 11:16:48 +00:00
|
|
|
severity: medium
|
|
|
|
reference:
|
2023-03-02 21:07:26 +00:00
|
|
|
- https://www.icewarp.com/
|
2023-02-16 11:16:48 +00:00
|
|
|
- https://twitter.com/shifacyclewala/status/1443298941311668227
|
2023-03-02 21:07:26 +00:00
|
|
|
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
|
|
|
|
cve-id: CVE-2021-36580
|
2023-02-16 11:16:48 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-02-16 11:16:48 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: title:"icewarp"
|
|
|
|
tags: cve,cve2021,icewarp,redirect
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-02-16 11:16:48 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/webmail/basic/?referer=https://interact.sh&_c=auth&ctz=120&signup_password=&_a%5bsignup%5d=1"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
part: header
|
|
|
|
regex:
|
2023-03-01 18:22:21 +00:00
|
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1
|