Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
8.1

OpenEMR allows unauthorized access to patient notes

CVE-2026-34055
Summary

Prior to version 8.0.0.3, OpenEMR didn't properly check user permissions when updating or deleting patient notes, potentially allowing unauthorized users to access sensitive information. This has been fixed in version 8.0.0.3. Update to the latest version to ensure secure access to patient records.

Original title
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` per...
Original 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.
nvd CVSS3.1 8.1
Vulnerability type
CWE-639 Authorization Bypass Through User-Controlled Key
Published: 26 Mar 2026 · Updated: 26 Mar 2026 · First seen: 26 Mar 2026