← Vulnerability feed

Vulnerability record · CVE-2020-36243 · published 7 February 2021

CVE-2020-36243: OpenEMR Patient Portal backup.php OS Command Injection

Open Emr · Openemr

OpenEMR 5.0.2.1 contains an OS command injection flaw in /interface/main/backup.php. An authenticated attacker can send a POST request with shell metacharacters to execute arbitrary operating system commands. Because OpenEMR handles patient records, command execution on the server puts sensitive health data and the host at risk.

8.8 CVSS 3.1 High EPSS 64% · top 0.8% CWE-78 · OS command injection
8.8CVSS 3.1 base score, v2 9.0
64%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
8References, 2 tagged exploit
17 Jun 2026Last modified by NVD

Description

The Patient Portal of OpenEMR 5.0.2.1 is affected by a Command Injection vulnerability in /interface/main/backup.php. To exploit the vulnerability, an authenticated attacker can send a POST request that executes arbitrary OS commands via shell metacharacters.

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 19 September 2026. Confidence: high.

high priorityHigh CVSS (8.8) and very high EPSS with public exploit detail, though exploitation requires an authenticated account.

What it is

OpenEMR 5.0.2.1 contains an OS command injection flaw in /interface/main/backup.php. An authenticated attacker can send a POST request with shell metacharacters to execute arbitrary operating system commands. Because OpenEMR handles patient records, command execution on the server puts sensitive health data and the host at risk.

Impact

An attacker with a valid account gains arbitrary OS command execution on the OpenEMR server, enabling data theft, tampering, or full host compromise.

Attack surface

Reachable over the network via HTTP POST to /interface/main/backup.php; the CVSS vector shows PR:L, so a low-privileged authenticated account is required and no user interaction is needed.

Exploitation

Not listed in CISA KEV, but EPSS is 0.64144 (99.19th percentile) and references include an Exploit-tagged third-party advisory, indicating public exploit detail exists.

What to do

  • Apply the OpenEMR 5.0.2 Patch 5 or later vendor patch immediately.
  • Restrict access to /interface/main/backup.php to trusted administrative networks or roles.
  • Remove or disable unused backup functionality and enforce least privilege on OpenEMR accounts.
  • Audit and rotate credentials for any account that could reach the affected endpoint.
  • Monitor the server for unexpected child processes spawned by the web server user.

Detection

  • Inspect HTTP POST bodies to /interface/main/backup.php for shell metacharacters such as ;, |, &&, $(), or backticks.
  • Alert on web server or PHP-FPM processes spawning shells or system utilities like sh, bash, curl, or wget.
  • Review OpenEMR authentication logs for unusual access to backup.php by low-privileged users.
  • Hunt for outbound connections or file writes originating from the OpenEMR web process.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2020-36243 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2026-24898Open-emr openemr improper authentication vulnerabilityOpenEMR is a free and open source electronic health records and medical practice management application. Prior to 8.0.0, an unauthenticated token dis…EPSS 0.56%9.8CVE-2024-22611Open-emr openemr sql injection vulnerabilityOpenEMR 7.0.2 is vulnerable to SQL Injection via \openemr\library\classes\Pharmacy.class.php, \controllers\C_Pharmacy.class.php and \openemr\controll…EPSS 6.3%9.8CVE-2024-37734Open-emr openemr vulnerabilityAn issue in OpenEMR 7.0.2 allows a remote attacker to escalate privileges viaa crafted POST request using the noteid parameter.EPSS 0.80%9.8CVE-2020-13567Open-emr openemr sql injection vulnerabilityMultiple SQL injection vulnerabilities exist in phpGACL 3.3.7. A specially crafted HTTP request can lead to a SQL injection. An attacker can send an …EPSS 2.3%9.8CVE-2019-17197Open-emr openemr sql injection vulnerabilityOpenEMR through 5.0.2 has SQL Injection in the Lifestyle demographic filter criteria in library/clinical_rules.php that affects library/patient.inc.EPSS 1.5%9.8CVE-2019-14529Open-emr openemr sql injection vulnerabilityOpenEMR before 5.0.2 allows SQL Injection in interface/forms/eye_mag/save.php.EPSS 28%9.8CVE-2018-17179Open-emr openemr sql injection vulnerabilityAn issue was discovered in OpenEMR before 5.0.1 Patch 7. There is SQL Injection in the make_task function in /interface/forms/eye_mag/php/taskman_fun…EPSS 13%9.8CVE-2018-17181Open-emr openemr sql injection vulnerabilityAn issue was discovered in OpenEMR before 5.0.1 Patch 7. SQL Injection exists in the SaveAudit function in /portal/lib/paylib.php and the portalAudit…EPSS 1.4%

Source: NIST National Vulnerability Database (record CVE-2020-36243), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.