The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2023-54347

CVE-2023-54347: OpenEMR Auth Bypass Vulnerability

CVE-2023-54347 is an authentication brute force vulnerability in OpenEMR 7.0.1 that lets attackers bypass rate limiting to test login credentials. This article covers technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2023-54347 Overview

CVE-2023-54347 is an authentication brute force vulnerability in OpenEMR 7.0.1, an open-source electronic health records and medical practice management application. The flaw lets unauthenticated attackers bypass rate-limiting and account lockout protections on the primary login endpoint. Attackers submit repeated POST requests containing the authUser and clearPass parameters to enumerate valid credentials at high speed. The weakness is classified under CWE-307: Improper Restriction of Excessive Authentication Attempts. Because OpenEMR stores protected health information (PHI), credential compromise carries direct regulatory and patient-privacy consequences.

Critical Impact

Unauthenticated network attackers can perform unrestricted password guessing against OpenEMR 7.0.1, leading to account takeover and exposure of patient health data.

Affected Products

  • OpenEMR 7.0.1
  • Deployments using cpe:2.3:a:open-emr:openemr:7.0.1
  • Self-hosted instances exposing the login endpoint to untrusted networks

Discovery Timeline

  • 2026-05-05 - CVE-2023-54347 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2023-54347

Vulnerability Analysis

The vulnerability resides in OpenEMR's primary authentication workflow. The login handler accepts repeated submissions of the authUser (username) and clearPass (cleartext password) parameters without enforcing effective throttling, lockout, or CAPTCHA controls on failed attempts. An attacker scripts HTTP POST requests against the login endpoint and observes server responses to distinguish valid usernames and correct passwords. Because the rate-limiting mitigation can be bypassed, password spraying and dictionary attacks proceed at network speed. Successful credential discovery yields authenticated access to the OpenEMR application, which administers patient demographics, clinical notes, prescriptions, and billing data. The issue is documented in the VulnCheck Advisory on OpenEMR and a corresponding Exploit-DB entry #51413.

Root Cause

OpenEMR 7.0.1 implements authentication attempt restrictions that fail to comprehensively cover the login flow. The mitigation logic does not consistently track or block repeated failures originating from the same source or targeting the same account. This permits an attacker to send unlimited credential pairs without triggering account lockout or progressive delays.

Attack Vector

The attack is executed remotely over the network with no authentication and no user interaction. An attacker enumerates a wordlist of usernames and passwords, then issues parallel POST requests to the OpenEMR login endpoint with authUser and clearPass form fields. The application processes each request, returning observable success or failure indicators that drive the brute force loop until valid credentials are found.

No verified public proof-of-concept code is included with this advisory. Refer to the Exploit-DB entry #51413 and the GitHub OpenEMR v7.0.1 source archive for technical details on the affected authentication routine.

Detection Methods for CVE-2023-54347

Indicators of Compromise

  • High volume of POST requests to the OpenEMR login endpoint from a single source IP or distributed botnet within a short time window.
  • Repeated authentication failures for one or many authUser values in OpenEMR application logs.
  • Successful login events immediately preceded by hundreds or thousands of failed attempts for the same account.
  • Web server access logs showing requests with authUser and clearPass parameters at non-human request rates.

Detection Strategies

  • Aggregate web server and OpenEMR application logs and alert on failed login thresholds per source IP, per account, and per User-Agent.
  • Inspect HTTP request timing distributions for the login endpoint to surface automated tooling patterns.
  • Correlate failed login bursts with subsequent successful logins to identify likely credential compromise.

Monitoring Recommendations

  • Forward OpenEMR authentication and Apache or Nginx access logs to a SIEM for centralized analysis and long-term retention.
  • Build dashboards tracking login success-to-failure ratios, geographic source distribution, and request rates against the login endpoint.
  • Alert on logins from new geolocations, anonymizing proxies, or hosting provider ranges that do not match clinical staff patterns.

How to Mitigate CVE-2023-54347

Immediate Actions Required

  • Restrict access to the OpenEMR login interface to trusted networks or VPN-only access where operationally feasible.
  • Deploy a web application firewall (WAF) rule to rate-limit POST requests to the login endpoint per source IP.
  • Force a password reset for any account showing anomalous login activity since deployment of OpenEMR 7.0.1.
  • Enable multi-factor authentication for all OpenEMR users to reduce the impact of credential discovery.

Patch Information

No vendor patch is referenced in the available advisory data. Administrators should monitor the OpenEMR official website and the OpenEMR GitHub repository for security updates that address authentication brute force protections, and upgrade beyond version 7.0.1 when a fix is published. Until a vendor fix is available, compensating controls at the network and application layer are required.

Workarounds

  • Place OpenEMR behind a reverse proxy that enforces strict request rate limiting and connection throttling on the login endpoint.
  • Implement IP-based and account-based lockout using fail2ban or equivalent log-driven blocking against repeated authentication failures.
  • Add CAPTCHA enforcement in front of the login form via the reverse proxy or WAF.
  • Restrict the OpenEMR administrative interface to allowlisted IP ranges using firewall rules.
bash
# Example fail2ban filter for OpenEMR login brute force
# /etc/fail2ban/filter.d/openemr-auth.conf
[Definition]
failregex = ^<HOST> .* "POST /interface/main/main_screen.php\?auth=login.* HTTP/.*" 200
ignoreregex =

# /etc/fail2ban/jail.d/openemr.conf
[openemr-auth]
enabled  = true
port     = http,https
filter   = openemr-auth
logpath  = /var/log/apache2/access.log
maxretry = 5
findtime = 300
bantime  = 3600

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpen Emr

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-307
  • Technical References
  • GitHub OpenEMR v7.0.1 Archive

  • Exploit-DB #51413

  • OpenEMR Official Website

  • VulnCheck Advisory on OpenEMR
  • Related CVEs
  • CVE-2026-32120: OpenEMR Auth Bypass Vulnerability

  • CVE-2026-33934: OpenEMR Authorization Bypass Vulnerability

  • CVE-2026-33918: OpenEMR Auth Bypass Vulnerability

  • CVE-2026-33915: OpenEMR Authorization 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