# IceWarp 邮件服务器中的开放式重定向漏洞
## 概述
IceWarp Mail Server 存在开放重定向漏洞,影响版本 11.4.0。此漏洞允许攻击者通过发送恶意URL将用户重定向到任意站点。
## 影响版本
- 11.4.0
## 细节
攻击者可以通过发送如下的恶意URL来利用此漏洞:
```
https://icewarp.domain.com//<MALICIOUS_DOMAIN>/%2e%2e
https://icewarp.domain.com///%2e%2e
```
此漏洞已在Firefox浏览器中测试成功。
## 影响
攻击者可以将用户重定向到任意恶意站点,可能导致钓鱼攻击或其他安全威胁。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | IceWarp Mail Server version 11.4.0 and below contains an open redirect vulnerability that allows attackers to redirect users to arbitrary external domains through malicious URLs. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2025/CVE-2025-40630.yaml | POC详情 |
暂无评论