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

CVE-2026-34360: HAPI FHIR Validator SSRF Vulnerability

CVE-2026-34360 is an SSRF vulnerability in HAPI FHIR Validator that allows attackers to probe internal networks and cloud metadata endpoints. This article covers the technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-34360 Overview

CVE-2026-34360 is a Server-Side Request Forgery (SSRF) vulnerability affecting HAPI FHIR, a complete implementation of the HL7 FHIR standard for healthcare interoperability in Java. Prior to version 6.9.4, the /loadIG HTTP endpoint in the FHIR Validator HTTP service accepts a user-supplied URL via JSON body and makes server-side HTTP requests to it without any hostname, scheme, or domain validation. This allows an unauthenticated attacker with network access to the validator to probe internal network services, cloud metadata endpoints, and map network topology through error-based information leakage.

Critical Impact

Unauthenticated attackers can leverage this SSRF vulnerability to perform internal network reconnaissance, access cloud metadata services, and potentially exfiltrate sensitive configuration data from healthcare infrastructure environments.

Affected Products

  • HAPI FHIR versions prior to 6.9.4
  • FHIR Validator HTTP service with /loadIG endpoint exposed
  • Healthcare interoperability systems using vulnerable HAPI FHIR implementations

Discovery Timeline

  • 2026-03-31 - CVE-2026-34360 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-34360

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The FHIR Validator HTTP service exposes the /loadIG endpoint which is designed to load Implementation Guides from external sources. However, the endpoint fails to implement proper validation of user-supplied URLs before making outbound HTTP requests.

The core issue lies in the lack of input validation on the URL parameter passed via the JSON request body. The application does not verify the hostname, scheme, or domain of the requested URL, allowing attackers to specify arbitrary destinations including internal network addresses, localhost services, and cloud provider metadata endpoints (such as 169.254.169.254 on AWS, GCP, and Azure).

When the explore=true parameter is set (which is the default behavior for this code path), each malicious request triggers multiple outbound HTTP calls. This amplification significantly enhances an attacker's reconnaissance capability, allowing them to rapidly scan internal networks and enumerate available services.

Root Cause

The root cause of CVE-2026-34360 is the absence of URL validation and allowlist-based filtering in the /loadIG endpoint. The application trusts user-supplied URLs without verifying that they point to legitimate, external FHIR resources. This violates the security principle of validating all user input, especially when that input is used to initiate network connections.

The vulnerability is exacerbated by the default explore=true behavior, which was likely designed for legitimate use cases but inadvertently amplifies the impact of SSRF attacks by generating multiple outbound requests per single malicious input.

Attack Vector

An attacker can exploit this vulnerability by sending crafted HTTP requests to the /loadIG endpoint with malicious URLs in the JSON body. The attack vector is network-based and requires no authentication, making it particularly dangerous in environments where the FHIR Validator service is exposed to untrusted networks.

Exploitation scenarios include:

  1. Cloud Metadata Access: Targeting cloud instance metadata endpoints to retrieve IAM credentials, API tokens, and instance configuration data
  2. Internal Network Scanning: Probing internal IP ranges to discover running services, open ports, and network topology
  3. Service Enumeration: Leveraging error-based information leakage to identify internal service types and versions
  4. Data Exfiltration: Accessing internal APIs or databases that may be reachable from the FHIR Validator service

The vulnerability is particularly concerning in healthcare environments where FHIR services may have access to sensitive patient data or critical infrastructure systems. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-34360

Indicators of Compromise

  • Unusual outbound HTTP requests from FHIR Validator services to internal IP addresses (e.g., 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints such as 169.254.169.254 originating from the validator service
  • High volume of requests to the /loadIG endpoint from single source IPs
  • Error logs indicating connection failures to internal network addresses

Detection Strategies

  • Implement network monitoring to detect outbound connections from FHIR Validator services to non-standard destinations
  • Configure web application firewall (WAF) rules to inspect JSON body parameters for internal IP addresses and metadata endpoint URLs
  • Enable detailed access logging on the /loadIG endpoint to track all URL requests
  • Deploy intrusion detection systems (IDS) with signatures for common SSRF payloads targeting cloud metadata services

Monitoring Recommendations

  • Monitor FHIR Validator service logs for requests containing RFC 1918 private IP addresses or localhost references
  • Set up alerts for outbound connection attempts to well-known cloud metadata IP addresses
  • Track error rates on the /loadIG endpoint as SSRF reconnaissance often generates numerous failed connection attempts
  • Implement network segmentation monitoring to detect lateral movement attempts following successful reconnaissance

How to Mitigate CVE-2026-34360

Immediate Actions Required

  • Upgrade HAPI FHIR to version 6.9.4 or later immediately
  • Restrict network access to the /loadIG endpoint to trusted sources only
  • Implement egress filtering to prevent the FHIR Validator service from making connections to internal networks
  • Review access logs for evidence of exploitation attempts

Patch Information

The vulnerability has been addressed in HAPI FHIR version 6.9.4. Organizations should update to this version or later to remediate the SSRF vulnerability. The patch implements proper URL validation to prevent requests to internal network addresses and cloud metadata endpoints. For complete patch details, refer to the GitHub Security Advisory.

Workarounds

  • Disable or restrict access to the /loadIG endpoint if it is not required for operations
  • Implement network-level egress filtering to block outbound connections from the FHIR Validator to internal networks and cloud metadata endpoints
  • Deploy a reverse proxy with URL validation capabilities in front of the FHIR Validator service
  • Use network segmentation to isolate the FHIR Validator from sensitive internal resources
bash
# Example: iptables rules to block outbound requests to cloud metadata endpoints
iptables -A OUTPUT -d 169.254.169.254 -j DROP
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -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/TechHapi Fhir

  • SeverityMEDIUM

  • CVSS Score5.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34361: HAPI FHIR SSRF Vulnerability

  • CVE-2026-34359: HAPI FHIR Auth Bypass Vulnerability

  • CVE-2026-33180: HAPI FHIR Information Disclosure Flaw

  • CVE-2024-51132: HAPI FHIR XXE 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