SQL injection in OpenEMR - CVE-2026-32127
Published: April 23, 2026
OpenEMR
Detailed vulnerability description
The vulnerability allows a remote user to execute arbitrary SQL commands and disclose sensitive information.
The vulnerability exists due to SQL injection in the ajax graphs library when handling crafted POST requests to library/ajax/graphs.php. A remote user can send a specially crafted name parameter to execute arbitrary SQL commands and disclose sensitive information.
The issue occurs because user-supplied input in the name parameter is concatenated into SQL queries.