Description
OpenEMR is a free and open source electronic health records and medical practice management application. Prior to version 8.0.0.3, the legacy patient notes functions in `library/pnotes.inc.php` perform updates and deletes using `WHERE id = ?` without verifying that the note belongs to a patient the user is authorized to access. Multiple web UI callers pass user-controlled note IDs directly to these functions. This is the same class of vulnerability as CVE-2026-25745 (REST API IDOR), but affects the web UI code paths. Version 8.0.0.3 patches the issue.
Published: 2026-03-25
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized Data Access
Action: Immediate Patch
AI Analysis

Impact

An IDOR vulnerability in the legacy patient notes module of OpenEMR allows an authenticated user to access or modify any patient note using only the note's identifier. The flaw arises because the code updates or deletes notes by user-supplied IDs without verifying ownership, making it possible to tamper with records that belong to other patients. This can lead to confidentiality and integrity violations of sensitive health information.

Affected Systems

The vulnerability affects installations of OpenEMR running versions earlier than 8.0.0.3. The issue resides in library/pnotes.inc.php, a component used by the web UI to handle patient notes. Users should check their deployment against the affected version range and upgrade if necessary.

Risk and Exploitability

The CVSS score of 8.1 indicates a high severity, while the EPSS score of less than 1% suggests low current exploitation probability. Because the flaw resides in the web UI, an attacker needs a logged‑in session to send the note ID, but does not require special privileges. Since the vulnerability is not listed in the CISA KEV catalog, it is not known to be actively exploited in the wild. The primary attack vector inferred is through the note identification field in the web form or URL, with the attacker supplying an arbitrary numeric ID to read or modify unintended notes.

Generated by OpenCVE AI on March 26, 2026 at 17:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenEMR to version 8.0.0.3 or later.
  • If upgrading immediately is not possible, restrict access to the patient notes module by enforcing ownership checks or by disabling direct note ID parameters.
  • Verify that any custom modifications to the legacy patient notes functions include proper authorization checks.

Generated by OpenCVE AI on March 26, 2026 at 17:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 26 Mar 2026 16:30:00 +0000

Type Values Removed Values Added
First Time appeared Open-emr
Open-emr openemr
CPEs cpe:2.3:a:open-emr:openemr:*:*:*:*:*:*:*:*
Vendors & Products Open-emr
Open-emr openemr

Thu, 26 Mar 2026 15:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 26 Mar 2026 12:00:00 +0000

Type Values Removed Values Added
First Time appeared Openemr
Openemr openemr
Vendors & Products Openemr
Openemr openemr

Thu, 26 Mar 2026 00:00:00 +0000

Type Values Removed Values Added
Description OpenEMR is a free and open source electronic health records and medical practice management application. Prior to version 8.0.0.3, the legacy patient notes functions in `library/pnotes.inc.php` perform updates and deletes using `WHERE id = ?` without verifying that the note belongs to a patient the user is authorized to access. Multiple web UI callers pass user-controlled note IDs directly to these functions. This is the same class of vulnerability as CVE-2026-25745 (REST API IDOR), but affects the web UI code paths. Version 8.0.0.3 patches the issue.
Title OpenEMR has IDOR in Patient Notes Web UI allows unauthorized note access/modification
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-03-26T14:22:43.312Z

Reserved: 2026-03-25T15:29:04.746Z

Link: CVE-2026-34055

cve-icon Vulnrichment

Updated: 2026-03-26T14:22:39.666Z

cve-icon NVD

Status : Analyzed

Published: 2026-03-26T00:16:41.227

Modified: 2026-03-26T16:16:58.693

Link: CVE-2026-34055

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-03-27T09:29:14Z

Weaknesses