CVE-2026-33915 PUBLISHED

OpenEMR Missing ACL Checks on Insurance Company API Routes

Assigner: GitHub_M
Reserved: 24.03.2026 Published: 25.03.2026 Updated: 26.03.2026

OpenEMR is a free and open source electronic health records and medical practice management application. Prior to version 8.0.0.3, five insurance company REST API routes are missing the RestConfig::request_authorization_check() call that every other data-modifying route in the standard API uses. This allows any authenticated API user to create and modify insurance company records even if their OpenEMR user account does not have administrative ACL permissions. Version 8.0.0.3 patches the issue.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
CVSS Score: 5.4

Product Status

Vendor openemr
Product openemr
Versions
  • Version < 8.0.0.3 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE