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-2023-24057

CVE-2023-24057: HL7 FHIR Core Path Traversal Vulnerability

CVE-2023-24057 is a path traversal vulnerability in HL7 FHIR Core Libraries that enables attackers to extract files into arbitrary directories via malicious archives. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2023-24057 Overview

CVE-2023-24057 is a directory traversal vulnerability affecting HL7 (Health Level 7) FHIR Core Libraries before version 5.6.92. This vulnerability allows attackers to extract files into arbitrary directories via directory traversal techniques using a crafted ZIP or TGZ archive. The malicious archives can be delivered through multiple vectors including prepackaged terminology caches, NPM packages, or comparison archives.

Critical Impact

Attackers can write arbitrary files to any location on the filesystem, potentially leading to remote code execution, data corruption, or complete system compromise in healthcare environments processing FHIR-based data.

Affected Products

  • hapifhir hl7_fhir_core (versions before 5.6.92)
  • hl7 fhir_ig_publisher (affected versions)
  • Systems utilizing FHIR terminology caches, NPM packages, or comparison archives

Discovery Timeline

  • 2023-01-26 - CVE CVE-2023-24057 published to NVD
  • 2025-04-01 - Last updated in NVD database

Technical Details for CVE-2023-24057

Vulnerability Analysis

This vulnerability stems from improper validation of file paths during archive extraction operations in the HL7 FHIR Core Libraries. When the library processes ZIP or TGZ archives—commonly used for terminology caches, NPM packages, or comparison archives—it fails to adequately sanitize file paths contained within the archive. This allows an attacker to craft an archive containing files with relative path sequences (such as ../) that, when extracted, write files outside the intended destination directory.

The vulnerability is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal or Directory Traversal. Healthcare organizations using FHIR-based interoperability solutions are particularly at risk, as these libraries are fundamental to processing healthcare data exchange standards.

Root Cause

The root cause of CVE-2023-24057 is the absence of proper path canonicalization and validation during the archive extraction process. When extracting files from ZIP or TGZ archives, the library directly uses the filename paths specified within the archive without verifying that the resulting extraction path remains within the designated target directory. This allows specially crafted path components like ../ to traverse up the directory tree and write files to arbitrary locations on the filesystem.

Attack Vector

This vulnerability can be exploited remotely over a network. An attacker can deliver a malicious archive to a vulnerable system through several vectors:

  1. Terminology Cache Poisoning: Malicious terminology cache archives distributed through compromised or malicious sources
  2. NPM Package Supply Chain: Crafted NPM packages containing malicious archive payloads
  3. Comparison Archive Manipulation: Tampered comparison archives processed by the FHIR IG Publisher

When the vulnerable library extracts the malicious archive, files are written outside the intended directory, potentially overwriting critical system files, configuration files, or placing executable payloads in sensitive locations.

The attack does not require authentication or user interaction, though the complexity is elevated as it requires the attacker to either control a package source or intercept legitimate archive deliveries.

Detection Methods for CVE-2023-24057

Indicators of Compromise

  • Unexpected files appearing in directories outside FHIR application working directories
  • Log entries showing archive extraction operations with suspicious path patterns containing ../ sequences
  • Modified system configuration files or unexpected executable files in system directories
  • Unusual file creation timestamps in sensitive system locations correlating with FHIR data processing events

Detection Strategies

  • Monitor file system activity for write operations outside expected FHIR library directories during archive extraction
  • Implement application logging to capture all archive extraction operations and review for path traversal patterns
  • Use file integrity monitoring (FIM) solutions to detect unauthorized file modifications in critical system directories
  • Audit NPM package dependencies and terminology cache sources for unexpected or unsigned packages

Monitoring Recommendations

  • Enable detailed logging for all FHIR library operations, particularly archive handling functions
  • Configure alerts for file creation events in system directories that correlate with FHIR application activity
  • Monitor network traffic for downloads of terminology caches or NPM packages from untrusted sources
  • Implement supply chain security monitoring for FHIR-related dependencies

How to Mitigate CVE-2023-24057

Immediate Actions Required

  • Upgrade HL7 FHIR Core Libraries to version 5.6.92 or later immediately
  • Audit all systems running vulnerable versions and check for signs of compromise
  • Review and validate the integrity of any previously processed terminology caches, NPM packages, and comparison archives
  • Implement network segmentation to limit the potential impact of file write operations from FHIR-processing systems

Patch Information

The vulnerability has been addressed in HL7 FHIR Core Libraries version 5.6.92 and later. Organizations should update to the patched version as soon as possible. Additional details are available in the GitHub Security Advisory for FHIR IG Publisher.

Workarounds

  • Restrict archive processing to trusted and verified sources only until patching is complete
  • Implement strict input validation at the application layer to reject archives containing path traversal sequences
  • Run FHIR processing applications with minimal filesystem permissions to limit the impact of arbitrary file writes
  • Use containerization or sandboxing to isolate FHIR library operations from critical system resources
bash
# Configuration example - Verify FHIR Core Library version
# Check Maven dependency version
mvn dependency:tree | grep -i fhir

# Update to patched version in pom.xml
# Ensure version is 5.6.92 or higher
# <dependency>
#   <groupId>ca.uhn.hapi.fhir</groupId>
#   <artifactId>org.hl7.fhir.core</artifactId>
#   <version>5.6.92</version>
# </dependency>

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechHapifhir Hl7 Fhir Core

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.79%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2023-28465: Hapifhir Hl7 Fhir Core Path Traversal Flaw
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