CVE-2026-81876
Last modified
CVE-2026-81876 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. HAPI FHIR is a complete implementation of the HL7 FHIR standard for healthcare interoperability in Java. Prior to version 6.9.12, SHCParser in org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/elementmodel/SHCParser.java can enter an infinite loop while processing attacker-controlled Smart Health Card JWT content whose header contains zip: "DEF" and whose raw-DEFLATE payload is empty or truncated.
Description
HAPI FHIR is a complete implementation of the HL7 FHIR standard for healthcare interoperability in Java. Prior to version 6.9.12, SHCParser in org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/elementmodel/SHCParser.java can enter an infinite loop while processing attacker-controlled Smart Health Card JWT content whose header contains zip: "DEF" and whose raw-DEFLATE payload is empty or truncated. SHCParser.decodeJWT() reaches SHCParser.inflate(), where Inflater.inflate() can return zero while Inflater.finished() remains false and Inflater.needsInput() is true. The loop also lacks an Inflater.needsDictionary() termination check, SHCParser.decompress() contains the same zero-progress pattern, and ResourceChecker.java can reach SHC parsing during file-format detection. A malformed validation request can pin a JVM worker thread indefinitely, and concurrent requests can exhaust all validation workers. This issue is fixed in version 6.9.12.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| hapifhir | org.hl7.fhir.core | < 6.9.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-81876?
How severe is CVE-2026-81876?
How do I fix CVE-2026-81876?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-81869OpenTelemetry-Go is the Go implementation of OpenTelemetry. …5.1
- CVE-2026-8187A flaw has been found in Open5GS up to 2.7.7. This impacts t…7.5
- CVE-2026-81870OpenTelemetry-Go is the Go implementation of OpenTelemetry. …2
- CVE-2026-81871OpenTelemetry-Go is the Go implementation of OpenTelemetry. …6.3
- CVE-2026-81872OpenTelemetry-Go is the Go implementation of OpenTelemetry. …6.3
- CVE-2026-81875HAPI FHIR is a complete implementation of the HL7 FHIR stand…7.5
- CVE-2026-81878radare2 is a UNIX-like reverse engineering framework and com…5.5
- CVE-2026-81879radare2 is a UNIX-like reverse engineering framework and com…6.1
- CVE-2026-8188A vulnerability has been found in Wavlink NU516U1 M16U1_V240…8.8
- CVE-2026-81880radare2 is a UNIX-like reverse engineering framework and com…5.5
- CVE-2026-81881radare2 is a UNIX-like reverse engineering framework and com…4.4
- CVE-2026-81882radare2 is a UNIX-like reverse engineering framework and com…6.1
Are you affected by CVE-2026-81876?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
