2022-07-09 09:22:47 +00:00
id : icewarp-open-redirect
2022-07-08 10:58:41 +00:00
info :
2022-07-09 09:22:47 +00:00
name : IceWarp - Open Redirect
2022-07-08 10:58:41 +00:00
author : uomogrande
2022-07-09 16:41:36 +00:00
severity : medium
2022-10-19 21:11:27 +00:00
description : IceWarp open redirect vulnerabilities were detected. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
remediation : Fixed in 13.0.2.4.
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
2022-07-09 09:22:47 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-07-09 09:22:47 +00:00
verified : true
shodan-query : title:"icewarp"
2022-07-08 10:58:41 +00:00
tags : icewarp,redirect
2023-04-27 04:28:59 +00:00
http :
2022-07-08 10:58:41 +00:00
- raw :
- |
GET ///interact.sh/%2F.. HTTP/1.1
matchers-condition : and
matchers :
2022-07-09 09:22:47 +00:00
- type : word
part : header
words :
- 'IceWarp'
2022-07-08 10:58:41 +00:00
2022-07-09 09:22:47 +00:00
- 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
2022-07-09 09:22:47 +00:00
2022-07-08 10:58:41 +00:00
extractors :
- type : regex
name : redirected
part : header
group : 1
regex :
- 'Server : (.{4,20})'
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/18