CVE-2026-32120

MEDIUM EPSS 16.6%
Published Mar 25, 20263mo ago · Modified Jun 17, 20262w ago
6.3 CVSS 3.1
Medium
Find Similar
Published Mar 25, 2026 3mo ago
Last Modified Jun 17, 2026 2w ago

Description

OpenEMR is a free and open source electronic health records and medical practice management application. Prior to version 8.0.0.3, an Insecure Direct Object Reference (IDOR) vulnerability in the fee sheet product save logic (`library/FeeSheet.class.php`) allows any authenticated user with fee sheet ACL access to delete, modify, or read `drug_sales` records belonging to arbitrary patients by manipulating the hidden `prod[][sale_id]` form field. The `save()` method uses the user-supplied `sale_id` in five SQL queries (SELECT, UPDATE, DELETE) without verifying that the record belongs to the current patient and encounter. Version 8.0.0.3 contains a patch.

CVSS Details

Base Score
6.3
Exploitability
2.8
Impact
3.4
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity Low
Availability Low

Threat Intelligence

EPSS Exploit Probability
16.6% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-639

Affected Products 1

VendorProductVersionRange
open-emropenemr* <8.0.0.3

References 3

  • github.com https://github.com/openemr/openemr/commit/c5b4dd8caf2af70617cc58d39188621ed90543dc
    Patch
  • github.com https://github.com/openemr/openemr/releases/tag/v8_0_0_3
    Product
  • github.com https://github.com/openemr/openemr/security/advisories/GHSA-pvvj-mv7h-7847
    ExploitVendor Advisory

Remediation

  • github.com https://github.com/openemr/openemr/commit/c5b4dd8caf2af70617cc58d39188621ed90543dc
    Patch