Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-55471 – XXE / SSRF – HAPI FHIR (org.hl7.fhir.core) prior to 6.9.10

Be the first to know when new zero-days emerge:

Summary

CVE-2026-55471 is a high-severity XML External Entity (XXE) injection vulnerability in HAPI FHIR’s org.hl7.fhir.utilities library, affecting all versions prior to 6.9.10. The flaw resides in XsltUtilities.saxonTransform() overloads, which instantiate an unrestricted Saxon TransformerFactoryImpl and thereby allow an attacker who controls or can tamper with transformed XML to read arbitrary files from the server and conduct blind XXE/Server-Side Request Forgery (SSRF) attacks against internal and external URLs reachable from the host. The vulnerability carries a CVSS 3.1 base score of 8.6 (HIGH) and requires no authentication or user interaction.

Technical details

  • Root cause: The saxonTransform() overloads in org.hl7.fhir.utilities.XsltUtilities instantiate a bare new net.sf.saxon.TransformerFactoryImpl() with no ACCESS_EXTERNAL_DTD or ACCESS_EXTERNAL_STYLESHEET restrictions applied. The sibling transform() methods correctly use XMLUtil.newXXEProtectedTransformerFactory(), which enforces both restrictions — but this hardened pattern was not applied to the Saxon-specific code paths.
  • Trigger conditions: An attacker must be able to supply or tamper with XML content that is passed into a saxonTransform() call. In HAPI FHIR server deployments, FHIR resources can be submitted in XML format as a standard content type, making this a realistic attack surface on internet-facing FHIR API endpoints.
  • Attack vector: Network-accessible; no authentication, privileges, or user interaction required (CVSS:3.1/AV:N/AC:L/PR:N/UI:N).
  • Impact — local file disclosure: Files readable by the JVM process (e.g., configuration files, credentials, system files) can be exfiltrated via external general XML entities injected into the transform input.
  • Impact — blind XXE / SSRF: External parameter entities can trigger out-of-band HTTP requests to attacker-controlled servers or to internal network resources, enabling internal network probing and access to cloud instance metadata services.

Affected software

  • ca.uhn.hapi.fhir:org.hl7.fhir.utilities (part of org.hl7.fhir.core) — all versions prior to 6.9.10

Severity

  • CVSS 3.1 Base Score: 8.6 (HIGH)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N

Mitigation and recommended actions

  • Immediate: Upgrade org.hl7.fhir.core (and the org.hl7.fhir.utilities artifact) to version 6.9.10 or later, which introduces a hardened Saxon factory helper that mirrors the existing newXXEProtectedTransformerFactory() pattern and replaces all bare TransformerFactoryImpl instantiations in XsltUtilities.saxonTransform().
  • If immediate patching is not possible: Restrict internet-facing FHIR endpoints from accepting XML-format request bodies (e.g., by blocking Content-Type: application/fhir+xml and application/xml at the network or API gateway layer), and ensure outbound HTTP from the FHIR server host is filtered to deny access to internal resources and metadata endpoints.

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge