CVE Catalog

CVE-2026-33180

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.26%

18th percentile - higher than 18% of all known CVEs

Summary

HAPI FHIR before version 6.9.0 sends the same HTTP headers to all hosts during redirects, potentially leaking sensitive data or allowing request impersonation.

Risk Assessment

The risk involves exposure of sensitive information (e.g., authorization tokens) to unauthorized servers during redirects, potentially compromising data confidentiality and integrity.

Recommendation

Immediately upgrade HAPI FHIR to version 6.9.0 or later, which fixes this behavior.

Other vulnerabilities in HAPI FHIR

See all
Original NVD description (English source)

HAPI FHIR is a complete implementation of the HL7 FHIR standard for healthcare interoperability in Java. Prior to version 6.9.0, when setting headers in HTTP requests, the internal HTTP client sends headers first to the host in the initial URL but also, if asked to follow redirects and a 30X HTTP response code is returned, to the host mentioned in URL in the Location: response header value. Sending the same set of headers to subsequent hosts is a problem as this header often contains privacy sensitive information or data that could allow others to impersonate the client's request. This issue has been patched in release 6.9.0. No known workarounds are available.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS