Skip to content

IceWarp Mail Server Deep Castle 2 v.13.0.1.2 - Open Redirect

ID: CVE-2023-40779

Severity: medium

Author: r3Y3r53

Tags: cve2023,cve,icewarp,redirect

An issue in IceWarp Mail Server Deep Castle 2 v.13.0.1.2 allows a remote attacker to execute arbitrary code via a crafted request to the URL.

id: CVE-2023-40779
info:
name: IceWarp Mail Server Deep Castle 2 v.13.0.1.2 - Open Redirect
author: r3Y3r53
severity: medium
description: |
An issue in IceWarp Mail Server Deep Castle 2 v.13.0.1.2 allows a remote attacker to execute arbitrary code via a crafted request to the URL.
reference:
- https://medium.com/@muthumohanprasath.r/open-redirection-vulnerability-on-icewarp-webclient-product-cve-2023-40779-61176503710
- https://nvd.nist.gov/vuln/detail/CVE-2023-40779
- https://medium.com/%40muthumohanprasath.r/open-redirection-vulnerability-on-icewarp-webclient-product-cve-2023-40779-61176503710
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
cve-id: CVE-2023-40779
cwe-id: CWE-601
epss-score: 0.06641
epss-percentile: 0.93801
cpe: cpe:2.3:a:icewarp:deep_castle_g2:13.0.1.2:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: icewarp
product: deep_castle_g2
shodan-query:
- title:"IceWarp"
- http.title:"icewarp"
fofa-query: title="icewarp"
google-query: intitle:"icewarp"
tags: cve2023,cve,icewarp,redirect
http:
- method: GET
path:
- "{{BaseURL}}/%5coast.pro/%2f%2e%2e"
matchers-condition: and
matchers:
- type: regex
part: header
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)oast\.pro.*$'
- type: status
status:
- 302
# digest: 4b0a00483046022100bc1fab151f33fb991126c8173de265e9d18e198bf6f85eb58a495e311ba0380b022100d2c140a19d73cedcf824d365bd9e287e6f28fcbae9dfe5d51febafa93ff39b57:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2023/CVE-2023-40779.yaml"

View on Github