Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-29187

CVE-2026-29187: OpenEMR Blind SQL Injection Vulnerability

CVE-2026-29187 is a blind SQL injection vulnerability in OpenEMR's Patient Search functionality that allows authenticated attackers to execute arbitrary SQL commands. This post covers the technical details, affected versions, and patches.

Published: March 27, 2026

CVE-2026-29187 Overview

CVE-2026-29187 is a Blind SQL Injection vulnerability affecting OpenEMR, a widely-used free and open source electronic health records (EHR) and medical practice management application. The vulnerability exists in the Patient Search functionality located at /interface/new/new_search_popup.php. An authenticated attacker can exploit this flaw to execute arbitrary SQL commands by manipulating HTTP parameter keys rather than parameter values, enabling unauthorized database access and potential data exfiltration.

Critical Impact

This SQL Injection vulnerability in a healthcare application could allow attackers to access, modify, or exfiltrate sensitive patient health records and medical data, potentially violating HIPAA compliance and compromising patient privacy.

Affected Products

  • OpenEMR versions prior to 8.0.0.3
  • open-emr openemr

Discovery Timeline

  • 2026-03-25 - CVE-2026-29187 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-29187

Vulnerability Analysis

This Blind SQL Injection vulnerability targets the Patient Search functionality within OpenEMR's web interface. Unlike traditional SQL injection attacks that manipulate parameter values, this vulnerability exploits a flaw in how the application processes HTTP parameter keys. This unique attack vector may evade standard input validation mechanisms that focus solely on sanitizing parameter values.

The vulnerability requires an authenticated user account to exploit, meaning the attacker must first gain access to the OpenEMR system through valid credentials. Once authenticated, the attacker can craft malicious HTTP requests targeting the /interface/new/new_search_popup.php endpoint to inject arbitrary SQL commands into database queries.

As a Blind SQL Injection, the vulnerability does not return database content directly in application responses. Instead, attackers must infer information through boolean-based or time-based techniques, observing differences in application behavior or response times to extract data character by character.

Root Cause

The root cause of this vulnerability is insufficient input validation and sanitization of HTTP parameter keys in the Patient Search functionality. The application fails to properly validate and sanitize the keys of incoming request parameters before incorporating them into SQL queries. This oversight allows malicious SQL syntax embedded in parameter names to be processed by the database engine.

CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) has been assigned to this vulnerability, indicating that user-controllable input is not being properly escaped or parameterized before inclusion in SQL statements.

Attack Vector

The attack is conducted over the network (Network attack vector) and requires low complexity to execute once authenticated. An attacker with valid OpenEMR credentials can:

  1. Authenticate to the OpenEMR application with any valid user account
  2. Navigate to or directly access the Patient Search functionality
  3. Intercept and modify HTTP requests to the /interface/new/new_search_popup.php endpoint
  4. Inject SQL payloads into the HTTP parameter keys (not values)
  5. Use blind SQL injection techniques (boolean-based or time-based) to extract sensitive data from the database

The vulnerability allows for high confidentiality, integrity, and availability impacts, enabling attackers to potentially read sensitive patient data, modify records, or disrupt database operations.

Detection Methods for CVE-2026-29187

Indicators of Compromise

  • Unusual or malformed HTTP parameter names in requests to /interface/new/new_search_popup.php
  • SQL injection patterns appearing in web server access logs for the Patient Search endpoint
  • Database query logs showing unusual queries originating from the Patient Search functionality
  • Unexpected database response times that may indicate time-based blind SQL injection attempts

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in both parameter keys and values
  • Monitor access logs for the /interface/new/new_search_popup.php endpoint for suspicious activity patterns
  • Deploy database activity monitoring to identify anomalous query patterns or excessive database queries
  • Use intrusion detection systems (IDS) with signatures for SQL injection attack patterns

Monitoring Recommendations

  • Enable detailed logging for the OpenEMR application and underlying database
  • Configure alerts for repeated failed or unusual requests to the Patient Search functionality
  • Monitor database performance metrics for anomalies that could indicate time-based SQL injection exploitation
  • Review authentication logs for compromised accounts that may be used as a stepping stone for exploitation

How to Mitigate CVE-2026-29187

Immediate Actions Required

  • Upgrade OpenEMR to version 8.0.0.3 or later immediately
  • Review database and application logs for evidence of prior exploitation
  • Implement network segmentation to limit access to OpenEMR installations
  • Enable Web Application Firewall (WAF) protection with SQL injection rules
  • Audit user accounts for any unauthorized access or suspicious activity

Patch Information

OpenEMR has released version 8.0.0.3 which contains the security patch for this vulnerability. The fix is available in commit c61887aa7c83e83b3282db05246f1c00de3aa21d. Organizations running affected versions should upgrade immediately.

For detailed patch information, refer to the GitHub Commit Details and the GitHub Release v8.0.0.3. Additional information is available in the GitHub Security Advisory GHSA-2r7h-xm8v-m872.

Workarounds

  • Restrict access to the Patient Search functionality (/interface/new/new_search_popup.php) to only trusted users until patching is complete
  • Implement strict firewall rules to limit network access to the OpenEMR application
  • Deploy a Web Application Firewall with aggressive SQL injection filtering targeting parameter keys
  • Consider temporarily disabling the vulnerable Patient Search feature if operationally feasible
  • Implement additional database-level access controls to limit the impact of potential SQL injection attacks

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechOpen Emr

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • GitHub Release v8.0.0.3
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-2r7h-xm8v-m872
  • Related CVEs
  • CVE-2026-33909: OpenEMR SQL Injection Vulnerability

  • CVE-2026-33917: OpenEMR SQL Injection Vulnerability

  • CVE-2026-33910: OpenEMR SQL Injection Vulnerability

  • CVE-2026-32120: OpenEMR Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English