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-24847

CVE-2026-24847: OpenEMR CSRF Vulnerability

CVE-2026-24847 is a CSRF flaw in OpenEMR that allows authenticated users to be redirected to malicious external URLs, enabling phishing attacks. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-24847 Overview

CVE-2026-24847 is an Open Redirect vulnerability affecting OpenEMR, a free and open source electronic health records and medical practice management application. Prior to version 8.0.0, the Eye Exam form module allows any authenticated user to be redirected to an arbitrary external URL. This vulnerability can be exploited to conduct phishing attacks against healthcare providers using OpenEMR, potentially leading to credential theft and compromise of sensitive patient data.

Critical Impact

Healthcare providers using vulnerable OpenEMR installations are at risk of phishing attacks that could lead to credential theft, unauthorized access to patient records, and potential HIPAA compliance violations.

Affected Products

  • OpenEMR versions prior to 8.0.0
  • Open-emr OpenEMR (cpe:2.3:a:open-emr:openemr:*:*:*:*:*:*:*:*)

Discovery Timeline

  • February 25, 2026 - CVE-2026-24847 published to NVD
  • February 26, 2026 - Last updated in NVD database

Technical Details for CVE-2026-24847

Vulnerability Analysis

This vulnerability is classified as CWE-601 (URL Redirection to Untrusted Site), commonly known as an Open Redirect. The vulnerability exists in the Eye Exam form module of OpenEMR, specifically in the interface/forms/eye_mag/view.php file. The vulnerable code accepts a url parameter from user input and directly uses it in an HTTP Location header without proper validation, allowing attackers to redirect authenticated users to malicious external websites.

The attack requires user interaction—an authenticated user must click a crafted link. However, once clicked, the victim is seamlessly redirected to an attacker-controlled site that may impersonate the legitimate OpenEMR login page. In healthcare environments, this poses significant risks as attackers could harvest credentials to access protected health information (PHI).

Root Cause

The root cause of this vulnerability is improper validation of the url parameter in interface/forms/eye_mag/view.php. The application directly used the user-supplied URL value in an HTTP redirect without validating that the destination URL belongs to a trusted domain or is a relative path within the application.

Attack Vector

An attacker can exploit this vulnerability by crafting a malicious URL that includes an external redirect destination. When an authenticated OpenEMR user clicks the crafted link, they are redirected to the attacker-controlled website. This is particularly dangerous in healthcare settings where phishing pages could mimic legitimate login screens to harvest credentials.

Example attack scenario:

  1. Attacker crafts a URL containing the malicious redirect parameter
  2. Attacker sends the link to a healthcare provider via email or other communication
  3. The victim, seeing a legitimate OpenEMR domain, clicks the link
  4. The victim is redirected to a phishing page that mimics OpenEMR's login
  5. Credentials entered on the phishing page are captured by the attacker
php
// Vulnerable code removed in patch (interface/forms/eye_mag/view.php)
// The following lines were removed to fix CVE-2026-24847:

-if (!empty($_REQUEST['url'])) {
-    header('Location: ' . $_REQUEST['url']);
-    exit;
-}

// The fix completely removes the open redirect functionality
// Source: https://github.com/openemr/openemr/commit/b924459bb5b2844f8f5d3d6cedd2e854eda20aad

Detection Methods for CVE-2026-24847

Indicators of Compromise

  • Web server logs showing requests to /interface/forms/eye_mag/view.php with suspicious url parameters containing external domains
  • HTTP 302 redirects from OpenEMR to external, untrusted websites
  • User reports of unexpected redirects when using the Eye Exam form module
  • Authentication attempts from unusual locations following use of OpenEMR

Detection Strategies

  • Monitor web application firewall (WAF) logs for requests containing url parameters with external domain references in the Eye Exam form endpoints
  • Implement detection rules for HTTP redirect responses (302/301) from OpenEMR to non-whitelisted external domains
  • Review application logs for patterns of access to /interface/forms/eye_mag/view.php with URL parameters
  • Deploy phishing detection systems to identify credential harvesting pages impersonating OpenEMR

Monitoring Recommendations

  • Enable verbose logging on web servers hosting OpenEMR to capture full request parameters
  • Implement real-time alerting for redirect responses to external domains from OpenEMR endpoints
  • Monitor for spikes in failed authentication attempts that may indicate successful phishing campaigns
  • Track user session anomalies that could indicate compromised credentials

How to Mitigate CVE-2026-24847

Immediate Actions Required

  • Upgrade OpenEMR to version 8.0.0 or later immediately
  • Review web server logs for evidence of exploitation attempts
  • Educate healthcare staff about phishing risks and suspicious links
  • Implement web application firewall rules to block requests with external URLs in the url parameter

Patch Information

OpenEMR has released version 8.0.0 which addresses this vulnerability. The fix removes the vulnerable redirect functionality entirely from the Eye Exam form module. The security patch is available in commit b924459bb5b2844f8f5d3d6cedd2e854eda20aad.

For detailed patch information, see the GitHub Security Advisory GHSA-6f42-6q2r-fc2h and the GitHub Commit Details.

Workarounds

  • If immediate upgrade is not possible, implement WAF rules to block requests to /interface/forms/eye_mag/view.php containing external URLs in the url parameter
  • Restrict access to the Eye Exam form module to only necessary users
  • Implement Content Security Policy (CSP) headers to limit redirect destinations
bash
# Apache mod_rewrite rule to block malicious redirects (temporary workaround)
# Add to .htaccess or Apache configuration

RewriteEngine On
RewriteCond %{QUERY_STRING} url=https?:// [NC]
RewriteCond %{REQUEST_URI} /interface/forms/eye_mag/view\.php [NC]
RewriteRule ^ - [F,L]

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechOpen Emr

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-601
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-6f42-6q2r-fc2h
  • Related CVEs
  • CVE-2026-32120: OpenEMR Auth Bypass Vulnerability

  • CVE-2026-33909: OpenEMR SQL Injection Vulnerability

  • CVE-2026-33931: OpenEMR Information Disclosure Vulnerability

  • CVE-2026-33934: 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