CVE Catalog

CVE-2026-55470

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.35%

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

Summary

The vulnerability in HAPI FHIR before version 6.9.10 stems from an incomplete patch for CVE-2026-45367 in the DSTU2 module. The FHIRPathEngine.matches() method calls String.matches(sw) without RegexTimeout protection, allowing an unauthenticated attacker to trigger catastrophic regex backtracking and exhaust server CPU.

Risk Assessment

The risk is a potential DoS attack by sending a crafted request that exploits the regex vulnerability, leading to CPU exhaustion and service disruption.

Recommendation

Immediately upgrade HAPI FHIR to version 6.9.10 or later, which includes the complete patch for the DSTU2 module.

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 6.9.10, the fix for CVE-2026-45367 incompletely patched the DSTU2 module, leaving FHIRPathEngine.matches() in org.hl7.fhir.dstu2/utils/FHIRPathEngine.java to call raw String.matches(sw) without RegexTimeout protection while replaceMatches() was updated, allowing an unauthenticated attacker to trigger catastrophic regex backtracking and exhaust server CPU. This issue is fixed in version 6.9.10.

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