CVE 7.2 HIGH

OpenEMR has SQL Injection in PostCalendar Category Delete_CVE-2026-33914

7.2 / 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

Description

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.

Basic Information

ID CVE-2026-33914
Source GitHub_M
Published Mar 25, 2026 at 23:13
Modified Mar 26, 2026 at 19:52

Affected Product

Vendor openemr
Product openemr
Version < 8.0.0.3
Affected Versions openemr openemr < 8.0.0.3

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.