Description
HAPI FHIR is a complete implementation of the HL7 FHIR standard for healthcare interoperability in Java. Prior to version 6.9.4, ManagedWebAccessUtils.getServer() uses String.startsWith() to match request URLs against configured server URLs for authentication credential dispatch. Because configured server URLs (e.g., http://tx.fhir.org) lack a trailing slash or host boundary check, an attacker-controlled domain like http://tx.fhir.org.attacker.com matches the prefix and receives Bearer tokens, Basic auth credentials, or API keys when the HTTP client follows a redirect to that domain. This issue has been patched in version 6.9.4.
INFO
Published Date :
2026-03-31T16:56:01.235Z
Last Modified :
2026-03-31T19:09:08.160Z
Source :
GitHub_M
AFFECTED PRODUCTS
The following products are affected by CVE-2026-34359 vulnerability.
| Vendors | Products |
|---|---|
| Hapifhir |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2026-34359.