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
    • 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-33321

CVE-2026-33321: OpenEMR SSRF Vulnerability

CVE-2026-33321 is an out-of-band SSRF flaw in OpenEMR's PDF creation function that enables attackers to forge server requests to internal or external resources. This article covers technical details, affected versions, and mitigation.

Published: March 19, 2026

CVE-2026-33321 Overview

CVE-2026-33321 is an Out-of-Band Server-Side Request Forgery (OOB SSRF) vulnerability discovered in OpenEMR, a free and open source electronic health records (EHR) and medical practice management application. The vulnerability exists in the PDF creation functionality where Eye Exam form answers are parsed as unescaped HTML, allowing authenticated attackers with the Notes - my encounters role to forge requests from the server to external or internal resources.

Critical Impact

Authenticated attackers can leverage this SSRF vulnerability to access internal network resources, potentially exfiltrating sensitive patient health information or pivoting to other internal systems from the OpenEMR server.

Affected Products

  • OpenEMR versions prior to 8.0.0.2
  • OpenEMR installations with Eye Exam form functionality enabled
  • Systems where users have the Notes - my encounters role

Discovery Timeline

  • 2026-03-19 - CVE CVE-2026-33321 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-33321

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery), which occurs when a web application fetches remote resources based on user-supplied input without proper validation. In the context of OpenEMR, the flaw manifests in the PDF generation functionality used to export Eye Exam form data.

Users with the Notes - my encounters role have legitimate access to fill out Eye Exam forms within patient encounters. When these forms are exported to PDF format, the application processes form field answers without properly escaping or sanitizing HTML content. This allows an attacker to inject malicious HTML elements containing references to attacker-controlled or internal URLs.

The Out-of-Band (OOB) nature of this SSRF means the attacker may not receive direct responses from the forged requests but can still exfiltrate data through DNS lookups or HTTP callbacks to external servers they control. In healthcare environments, this poses significant risks as it could potentially expose protected health information (PHI) or provide attackers with reconnaissance capabilities against internal network infrastructure.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the PDF generation module. When Eye Exam form data is processed for PDF creation, the application fails to escape HTML entities in user-supplied form answers. This allows HTML tags containing external resource references (such as <img>, <iframe>, or <link> elements) to be interpreted and rendered during PDF generation, causing the server to make unintended HTTP requests to arbitrary destinations.

Attack Vector

The attack requires network access and low-privilege authentication (specifically the Notes - my encounters role). An attacker would:

  1. Authenticate to OpenEMR with a user account having the Notes - my encounters permission
  2. Access a patient encounter and navigate to the Eye Exam form
  3. Inject malicious HTML payloads into form fields that reference internal or external URLs
  4. Trigger the PDF export functionality to cause the server to process the malicious HTML
  5. The server makes requests to the attacker-specified URLs, potentially leaking internal data or enabling network reconnaissance

The vulnerability does not require user interaction beyond the attacker's own actions, and the low complexity of exploitation combined with network accessibility increases the overall risk profile.

Detection Methods for CVE-2026-33321

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS requests originating from the OpenEMR server to external IP addresses or domains
  • DNS queries from the OpenEMR server to suspicious or uncommon domains
  • Eye Exam form entries containing HTML tags, especially elements like <img>, <iframe>, <script>, or <link>
  • Abnormal PDF generation activity or errors in the Eye Exam module

Detection Strategies

  • Implement web application firewall (WAF) rules to detect HTML injection attempts in form submissions
  • Monitor application logs for PDF generation errors or unusual processing patterns
  • Deploy network monitoring to detect unexpected outbound connections from the OpenEMR server
  • Use intrusion detection systems (IDS) to alert on SSRF-related traffic patterns

Monitoring Recommendations

  • Enable detailed logging for all PDF generation operations in OpenEMR
  • Configure network egress filtering and alerting for the OpenEMR server
  • Implement data loss prevention (DLP) monitoring for potential PHI exfiltration attempts
  • Regularly audit user accounts with the Notes - my encounters role for suspicious activity

How to Mitigate CVE-2026-33321

Immediate Actions Required

  • Upgrade OpenEMR to version 8.0.0.2 or later immediately
  • Audit existing Eye Exam form entries for suspicious HTML content
  • Review access logs for users with the Notes - my encounters role
  • Implement network egress restrictions on the OpenEMR server to limit outbound connections

Patch Information

The vulnerability has been fixed in OpenEMR version 8.0.0.2. The fix is available through the official GitHub commit (commit hash: dccc962f06bdf6105ca85c277915167caf3e7c28). Organizations should update their OpenEMR installations through standard upgrade procedures. For detailed information about the security issue, refer to the GitHub Security Advisory GHSA-5pc3-2crw-96rv.

Workarounds

  • Restrict the Notes - my encounters role to only essential trusted personnel until patching is complete
  • Implement network segmentation to isolate the OpenEMR server from sensitive internal resources
  • Deploy a web application firewall with rules to block HTML injection in form fields
  • Disable or restrict PDF export functionality for Eye Exam forms if not operationally required
bash
# Network egress restriction example using iptables
# Limit outbound connections from OpenEMR server to essential services only
iptables -A OUTPUT -m owner --uid-owner www-data -d 127.0.0.1 -j ACCEPT
iptables -A OUTPUT -m owner --uid-owner www-data -p tcp --dport 443 -d trusted-update-server.example.com -j ACCEPT
iptables -A OUTPUT -m owner --uid-owner www-data -j LOG --log-prefix "OPENEMR_EGRESS_BLOCKED: "
iptables -A OUTPUT -m owner --uid-owner www-data -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechOpenemr

  • SeverityHIGH

  • CVSS Score7.2

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:L/SC:L/SI:L/SA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-5pc3-2crw-96rv
  • Related CVEs
  • CVE-2026-33914: OpenEMR Blind SQL Injection Vulnerability

  • CVE-2026-33348: OpenEMR Stored XSS Vulnerability

  • CVE-2026-33913: OpenEMR Path Traversal Vulnerability

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