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-2024-45294

CVE-2024-45294: HL7 FHIR Core XXE Vulnerability

CVE-2024-45294 is an XML external entity injection flaw in HL7 FHIR Core that allows attackers to extract host system data through malicious DTD tags. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-45294 Overview

CVE-2024-45294 is an XML External Entity (XXE) injection vulnerability affecting the HL7 FHIR Core Artifacts repository, which provides the Java core object handling code and utilities (including validator) for the Fast Healthcare Interoperability Resources (FHIR) specification. Prior to version 6.3.23, XSLT transforms performed by various components are vulnerable to XML external entity injections, allowing a processed XML file with a malicious DTD tag to produce XML containing sensitive data from the host system.

This vulnerability is particularly concerning for healthcare organizations and developers using FHIR implementations, as it could lead to unauthorized access to sensitive healthcare data and system information in environments where external clients can submit XML content.

Critical Impact

Attackers can exploit this XXE vulnerability to extract sensitive data from host systems processing FHIR XML content, potentially exposing protected health information (PHI) and system credentials in healthcare environments.

Affected Products

  • HL7 FHIR Core Artifacts (org.hl7.fhir.core) versions prior to 6.3.23
  • HL7 FHIR IG Publisher versions prior to 1.6.22
  • Applications implementing FHIR specification using vulnerable org.hl7.fhir.core library

Discovery Timeline

  • 2024-09-06 - CVE-2024-45294 published to NVD
  • 2024-09-06 - Last updated in NVD database

Technical Details for CVE-2024-45294

Vulnerability Analysis

This XXE vulnerability exists in the XSLT transformation functionality within the HL7 FHIR Core library. The root issue stems from improper configuration of the XML parser used during XSLT transforms, which fails to disable external entity processing. When the library processes XML input containing malicious Document Type Definition (DTD) declarations, the parser follows external entity references, enabling attackers to read arbitrary files from the host system or perform server-side request forgery (SSRF) attacks.

The vulnerability is classified under CWE-611 (Improper Restriction of XML External Entity Reference), indicating that the affected components do not properly restrict XML external entities when parsing untrusted XML input.

Root Cause

The vulnerability originates from insecure default configurations in the XML parsing components used by org.hl7.fhir.core. Specifically, the XSLT transformation handlers do not disable external entity processing, DOCTYPE declarations, or external DTD loading. This allows XML parsers to resolve external entities, which can reference local files using file:// protocol handlers or remote resources using http:// or other protocols.

In Java-based XML processing, secure configuration typically requires explicitly disabling features such as XMLConstants.FEATURE_SECURE_PROCESSING, disabling external general entities, and preventing access to external DTDs. The absence of these security controls in the affected FHIR Core components creates the XXE attack surface.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by submitting a specially crafted XML document containing a malicious DTD to any application endpoint that processes FHIR XML content using the vulnerable library.

A typical XXE attack against this vulnerability would involve an XML document with an external entity declaration referencing a sensitive file such as /etc/passwd on Linux systems or C:\Windows\system.ini on Windows systems. When the FHIR Core library processes this document through its XSLT transformation pipeline, the parser resolves the external entity and includes the file contents in the resulting output.

The attack is particularly effective in healthcare environments where FHIR-compliant applications commonly accept XML submissions from external sources for data exchange purposes. For detailed technical information about this vulnerability, see the GitHub Security Advisory GHSA-6cr6-ph3p-f5rf.

Detection Methods for CVE-2024-45294

Indicators of Compromise

  • Unusual XML payloads containing DOCTYPE declarations or ENTITY definitions in FHIR API requests
  • Outbound connections from FHIR processing servers to unexpected external hosts
  • Log entries showing file access attempts to sensitive system files like /etc/passwd, /etc/shadow, or application configuration files
  • Error messages in application logs referencing XML parsing failures with external entity resolution

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XML payloads containing DOCTYPE or ENTITY declarations
  • Monitor network traffic for unusual outbound connections from servers running FHIR applications
  • Deploy application-layer monitoring to detect XML parsing anomalies and external entity resolution attempts
  • Review application logs for XML processing errors that may indicate exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for XML processing operations in FHIR-based applications
  • Configure alerting for file system access attempts to sensitive directories from application processes
  • Monitor for increased error rates in FHIR XML validation endpoints
  • Implement network segmentation monitoring to detect data exfiltration attempts from FHIR processing systems

How to Mitigate CVE-2024-45294

Immediate Actions Required

  • Upgrade org.hl7.fhir.core to version 6.3.23 or later immediately
  • Upgrade HL7 FHIR IG Publisher to version 1.6.22 or later
  • Audit all applications using FHIR Core library to identify vulnerable deployments
  • Implement input validation to reject XML documents containing DOCTYPE declarations at the application perimeter

Patch Information

The vulnerability has been patched in org.hl7.fhir.core version 6.3.23 and HL7 FHIR IG Publisher version 1.6.22. Organizations should update their dependencies to these versions or later. The patched versions implement secure XML parser configurations that disable external entity processing and prevent DTD-based attacks.

Patch releases are available from:

  • org.hl7.fhir.core v6.3.23
  • fhir-ig-publisher v1.6.22

Workarounds

  • No known workarounds are available according to the security advisory
  • As a temporary measure, implement strict network egress controls to limit data exfiltration risk
  • Deploy WAF rules to block incoming requests containing XML external entity patterns
  • Consider disabling XSLT transformation features if not required for your implementation until patching is complete
bash
# Verify your org.hl7.fhir.core version in Maven projects
mvn dependency:tree | grep org.hl7.fhir.core

# Update to patched version in pom.xml
# Change version to 6.3.23 or later for org.hl7.fhir.core dependencies

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechHl7 Fhir

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-611
  • Technical References
  • GitHub Release v1.6.22

  • GitHub Security Advisory GHSA-59rq-22fm-x8q5

  • GitHub Release v6.3.23

  • GitHub Security Advisory GHSA-6cr6-ph3p-f5rf
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

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