A AegiFlow
HIGHCVSS 7.5EPSS 0.6%

CVE-2026-81875

CVE-2026-81875 updated by NVD

Published
2026-09-17
Modified
2026-09-19
EPSS percentile
49%
Sources
github-advisory, nvd

Summary

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 consume attacker-controlled Smart Health Card JWT content whose header contains zip: "DEF" and whose small raw-DEFLATE payload expands to a very large value. SHCParser.decodeJWT() passes the decoded payload to SHCParser.inflate(), which accumulates all decompressed bytes in a ByteArrayOutputStream without an output-size limit before JSON parsing, and SHCParser.decompress() contains the same unbounded pattern. An application or validator service that accepts attacker-supplied SHC content can therefore suffer excessive heap allocation, severe garbage-collection pressure, request failure, process instability, or process termination. This issue is fixed in version 6.9.12.

Affected packages

EcosystemPackageAffected versionsFixed versions
Mavenca.uhn.hapi.fhir:org.hl7.fhir.r56.9.12
Mavenca.uhn.hapi.fhir:org.hl7.fhir.validation6.9.12
Mavenca.uhn.hapi.fhir:org.hl7.fhir.validation.cli

Remediation: Upgrade to 6.9.12 or later.

References

Includes data from the GitHub Advisory Database, licensed under CC-BY 4.0.

Includes data from the National Vulnerability Database (NIST). NVD data is in the public domain; this page is not endorsed by NIST.

CVE® is a registered trademark of The MITRE Corporation. CVE content reproduced under the CVE Terms of Use; copyright designation © MITRE.

EPSS scores provided by the FIRST.org Exploit Prediction Scoring System.