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-2025-46823

CVE-2025-46823: OpenMRS FHIR2 Auth Bypass Vulnerability

CVE-2025-46823 is an authentication bypass flaw in OpenMRS FHIR2 module allowing unauthorized users to add or edit data without proper privileges. This article covers technical details, affected versions, and mitigation.

Published: May 11, 2026

CVE-2025-46823 Overview

CVE-2025-46823 affects openmrs-module-fhir2, the module that provides the FHIR REST API and related services for OpenMRS, an open source medical records system. Versions of the FHIR2 module prior to 2.5.0 do not always perform correct privilege checks on incoming requests. Unauthorized users can add or edit patient and clinical data they should not be permitted to modify. The flaw is categorized as Missing Authorization [CWE-862] and is exploitable over the network without authentication or user interaction. Implementers running affected versions should upgrade to FHIR2 2.5.0 or later.

Critical Impact

Network-accessible attackers can write or modify medical records through the FHIR REST API without holding the required OpenMRS privileges, threatening the confidentiality and integrity of clinical data.

Affected Products

  • OpenMRS openmrs-module-fhir2 versions prior to 2.5.0
  • OpenMRS deployments exposing the FHIR REST API provided by the FHIR2 module
  • Downstream OpenMRS distributions bundling the vulnerable FHIR2 module

Discovery Timeline

  • 2025-05-29 - CVE-2025-46823 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-46823

Vulnerability Analysis

The FHIR2 module exposes resources such as Patient, Encounter, Observation, and related FHIR endpoints under the OpenMRS REST API. OpenMRS enforces fine-grained privileges on each clinical operation, and the FHIR2 module is responsible for translating FHIR requests into authorized OpenMRS service calls. In versions before 2.5.0, several code paths within the module do not consistently invoke the privilege check before performing create or update operations. The result is broken access control where authorization decisions are skipped for specific FHIR resources or HTTP methods. The vulnerability is exploitable remotely, and successful exploitation impacts data confidentiality and integrity in electronic health records.

Root Cause

The root cause is missing or inconsistent authorization enforcement [CWE-862] in handler logic for FHIR resource operations. The module relies on the caller's session context but does not re-validate that the authenticated principal holds the OpenMRS privilege required for the underlying clinical action. Refer to the GitHub Security Advisory GHSA-g5vq-w8v2-4x9j for the authoritative description of affected code paths.

Attack Vector

An attacker reaches the vulnerable endpoints over the network by sending crafted FHIR HTTP requests to the OpenMRS FHIR2 API. Depending on the affected endpoint, the request can create or modify resources that the caller is not authorized to change. No specialized tooling is required beyond a standard HTTP client capable of issuing FHIR-compliant payloads. Detailed technical specifics are intentionally limited in the upstream advisory to reduce exposure; see the openmrs-module-fhir2 2.5.0 release notes for the corresponding fixes.

Detection Methods for CVE-2025-46823

Indicators of Compromise

  • Unexpected POST, PUT, or PATCH requests to /ws/fhir2/ endpoints from accounts that lack the corresponding OpenMRS clinical privileges.
  • Audit log entries showing resource creation or modification without a preceding privilege-check log message from the FHIR2 module.
  • Discrepancies between OpenMRS user roles and the volume or type of FHIR write operations attributed to those users.

Detection Strategies

  • Compare FHIR2 access logs against the OpenMRS role and privilege matrix to flag writes performed by under-privileged accounts.
  • Alert on anonymous or low-privilege sessions that successfully issue create or update calls to FHIR resources such as Patient, Encounter, or Observation.
  • Track the deployed version of openmrs-module-fhir2 across environments and flag any instance below 2.5.0.

Monitoring Recommendations

  • Forward OpenMRS application and FHIR2 module logs to a centralized logging or SIEM platform for correlation with identity events.
  • Enable HTTP request and response logging at the reverse proxy in front of OpenMRS to retain full FHIR payloads for forensic review.
  • Monitor changes to clinical records via OpenMRS audit modules and review them against expected clinical workflows.

How to Mitigate CVE-2025-46823

Immediate Actions Required

  • Upgrade openmrs-module-fhir2 to version 2.5.0 or later on every OpenMRS instance.
  • Restrict network access to the /ws/fhir2/ API to trusted clients using firewall rules, VPN, or reverse proxy allow-lists until patching is complete.
  • Review recent FHIR2 write activity for unauthorized record changes and reconcile against clinical sources of truth.

Patch Information

The maintainers released the fix in openmrs-module-fhir2 2.5.0. Patch artifacts and release notes are published on the openmrs-module-fhir2 2.5.0 release page. The corresponding coordinated disclosure is tracked in GitHub Security Advisory GHSA-g5vq-w8v2-4x9j. All implementers should plan the upgrade as soon as feasible.

Workarounds

  • Disable or block the FHIR2 module endpoints at the web tier if upgrading immediately is not possible.
  • Require authenticated and authorized service accounts at the reverse proxy layer before requests reach the OpenMRS FHIR API.
  • Reduce privileges granted to OpenMRS user roles to the minimum required, limiting the blast radius if authorization is bypassed.
bash
# Example reverse proxy rule to restrict FHIR2 API to internal CIDR only
location /ws/fhir2/ {
    allow 10.0.0.0/8;
    deny  all;
    proxy_pass http://openmrs-backend;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenmrs

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.32%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U/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-862
  • Technical References
  • GitHub Release 2.5.0

  • GitHub Security Advisory GHSA-g5vq-w8v2-4x9j
  • Related CVEs
  • CVE-2026-40075: OpenMRS Core Path Traversal Vulnerability

  • CVE-2026-40076: OpenMRS Core Path Traversal 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