CVE-2026-33914

OpenEMR is a free and open source electronic health records and medical practice management application. Prior to version 8.0.0.3, the PostCalendar module contains a blind SQL injection vulnerability in the `categoriesUpdate` administrative function. The `dels` POST parameter is read via `pnVarCleanFromInput()`, which only strips HTML tags and performs no SQL escaping. The value is then interpolated directly into a raw SQL `DELETE` statement that is executed unsanitized via Doctrine DBAL's `executeStatement()`. Version 8.0.0.3 patches the issue.
Configurations

Configuration 1 (hide)

cpe:2.3:a:open-emr:openemr:*:*:*:*:*:*:*:*

History

26 Mar 2026, 18:34

Type Values Removed Values Added
References () https://github.com/openemr/openemr/commit/1b851fc9af84f181ad7a84210a168d0d568cd442 - () https://github.com/openemr/openemr/commit/1b851fc9af84f181ad7a84210a168d0d568cd442 - Patch
References () https://github.com/openemr/openemr/releases/tag/v8_0_0_3 - () https://github.com/openemr/openemr/releases/tag/v8_0_0_3 - Product, Release Notes
References () https://github.com/openemr/openemr/security/advisories/GHSA-rq3v-38x5-3rm5 - () https://github.com/openemr/openemr/security/advisories/GHSA-rq3v-38x5-3rm5 - Exploit, Mitigation, Vendor Advisory
First Time Open-emr openemr
Open-emr
CPE cpe:2.3:a:open-emr:openemr:*:*:*:*:*:*:*:*
Summary
  • (es) OpenEMR es una aplicación de gestión de registros de salud electrónicos y práctica médica gratuita y de código abierto. Antes de la versión 8.0.0.3, el módulo PostCalendar contiene una vulnerabilidad de inyección SQL ciega en la función administrativa 'categoriesUpdate'. El parámetro POST 'dels' se lee a través de 'pnVarCleanFromInput()', que solo elimina etiquetas HTML y no realiza ningún escape SQL. El valor se interpola directamente en una sentencia SQL 'DELETE' sin procesar que se ejecuta sin sanitizar a través de 'executeStatement()' de Doctrine DBAL. La versión 8.0.0.3 corrige el problema.

26 Mar 2026, 00:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-26 00:16

Updated : 2026-03-26 18:34


NVD link : CVE-2026-33914

Mitre link : CVE-2026-33914

CVE.ORG link : CVE-2026-33914


JSON object : View

Products Affected

open-emr

  • openemr
CWE
CWE-89

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')