Missing Authorization in OpenEMR - CVE-2026-32122
Published: April 23, 2026
OpenEMR
Detailed vulnerability description
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to improper access control in the Claim File Tracker AJAX endpoint when handling requests for claim tracking data. A remote user can send a request to the endpoint to disclose sensitive information.
The issue affects the AJAX handler in library/ajax/billing_tracker_ajax.php, which does not enforce the same billing and claims ACL checks as the main UI.