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

CVE-2026-33180: HAPI FHIR Information Disclosure Flaw

CVE-2026-33180 is an information disclosure vulnerability in HAPI FHIR that exposes sensitive headers during HTTP redirects. This post covers technical details, affected versions, impact, and mitigation steps.

Published: March 27, 2026

CVE-2026-33180 Overview

HAPI FHIR, a complete implementation of the HL7 FHIR standard for healthcare interoperability in Java, contains an information disclosure vulnerability in its internal HTTP client. Prior to version 6.9.0, when the HTTP client is configured to follow redirects and receives a 30X HTTP response code, it sends all headers—including those set for the initial request—to the host specified in the Location: response header. This behavior can result in sensitive information being inadvertently leaked to third-party servers.

Critical Impact

Authentication tokens, session identifiers, and other privacy-sensitive headers may be transmitted to untrusted redirect destinations, potentially enabling account impersonation or unauthorized data access in healthcare environments.

Affected Products

  • HAPI FHIR versions prior to 6.9.0
  • Applications using HAPI FHIR's internal HTTP client with redirect following enabled
  • Healthcare systems implementing HL7 FHIR interoperability via HAPI FHIR

Discovery Timeline

  • 2026-03-20 - CVE CVE-2026-33180 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-33180

Vulnerability Analysis

This vulnerability falls under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The core issue lies in how the HAPI FHIR internal HTTP client handles HTTP redirects. When a client makes an initial request to a trusted server with authentication headers or other sensitive data, and that server responds with a 3XX redirect status code pointing to a different host, the client blindly forwards all original headers to the new destination.

In healthcare contexts where FHIR is deployed, HTTP headers often contain OAuth tokens, API keys, patient identifiers, or other Protected Health Information (PHI) that should never be transmitted to unauthorized parties. The network-based attack vector requires no privileges or user interaction, making this vulnerability particularly concerning for internet-facing FHIR servers.

Root Cause

The root cause is improper handling of HTTP redirect responses in the HAPI FHIR internal HTTP client. The client fails to distinguish between same-origin and cross-origin redirects when determining which headers should be forwarded. According to security best practices, sensitive headers like Authorization, Cookie, and custom authentication tokens should be stripped when following redirects to different hosts. The vulnerable implementation does not implement this header sanitization logic before following redirects.

Attack Vector

An attacker can exploit this vulnerability by controlling or compromising a server that a HAPI FHIR client communicates with. The attack scenario proceeds as follows:

  1. A HAPI FHIR client sends an authenticated request to a legitimate FHIR server with sensitive headers (e.g., Authorization: Bearer <token>)
  2. The server (either compromised or malicious) responds with a 302 redirect to an attacker-controlled server
  3. The HAPI FHIR client follows the redirect and sends the same sensitive headers to the attacker's server
  4. The attacker captures the authentication tokens or sensitive data from the headers
  5. Using the captured credentials, the attacker can impersonate the client to access protected healthcare resources

This attack is particularly effective in federated healthcare environments where multiple FHIR servers interact and redirect requests between systems.

Detection Methods for CVE-2026-33180

Indicators of Compromise

  • Unexpected outbound HTTP connections from HAPI FHIR clients to unknown external hosts
  • Authentication tokens appearing in logs of servers that should not have received them
  • Anomalous redirect chains in HTTP traffic involving FHIR endpoints
  • Reports of account compromise or unauthorized access following legitimate FHIR API usage

Detection Strategies

  • Monitor HTTP traffic for redirect responses (301, 302, 303, 307, 308) from FHIR endpoints that point to external or untrusted domains
  • Implement network-level detection for sensitive header patterns (e.g., Authorization: Bearer) being sent to hosts outside the trusted FHIR server list
  • Audit HAPI FHIR client configurations to identify instances where redirect following is enabled
  • Review application logs for evidence of multi-hop redirects during FHIR operations

Monitoring Recommendations

  • Enable detailed HTTP request/response logging for HAPI FHIR clients to capture redirect chains and header transmission
  • Implement alerting on authentication failures that correlate with prior redirect activity from FHIR endpoints
  • Deploy network monitoring to flag when FHIR clients connect to hosts not in the approved server allowlist
  • Establish baseline metrics for redirect frequency and investigate anomalous spikes

How to Mitigate CVE-2026-33180

Immediate Actions Required

  • Upgrade all HAPI FHIR installations to version 6.9.0 or later immediately
  • Audit existing HAPI FHIR client configurations to identify redirect handling settings
  • Rotate any authentication tokens or credentials that may have been exposed through redirect-following behavior
  • Review access logs on FHIR servers to identify potential exploitation attempts

Patch Information

The vulnerability has been patched in HAPI FHIR release 6.9.0. Organizations should upgrade to this version or later to address the header leakage issue. The patch implements proper header sanitization when following cross-origin redirects. For detailed information about the fix, refer to the GitHub Security Advisory.

Workarounds

  • No known workarounds are available according to the vendor advisory
  • As a defense-in-depth measure, consider disabling automatic redirect following at the HTTP client level and handling redirects explicitly in application code
  • Implement network-level controls to restrict which external hosts FHIR clients can connect to
  • Use short-lived authentication tokens to limit the window of exposure if headers are leaked
bash
# Verify HAPI FHIR version in Maven projects
mvn dependency:tree | grep hapi-fhir
# Upgrade to patched version in pom.xml: <version>6.9.0</version>

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechHapi Fhir

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

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

  • CVE-2026-34361: HAPI FHIR SSRF Vulnerability

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

  • 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