Advisories for Maven/Org.hl7.fhir.publisher/Org.hl7.fhir.publisher.core package

2025

XXE vulnerability in XSLT parsing in `org.hl7.fhir.publisher`

XSLT transforms performed by various components are vulnerable to XML external entity injections. A processed XML file with a malicious DTD tag ( ]> could produce XML containing data from the host system. This impacts use cases where org.hl7.fhir.publisher is being used to within a host where external clients can submit XML. A previous release provided an incomplete solution revealed by new testing.

HL7 FHIR IG Publisher potentially exposes GitHub repo user and credential information

In CI contexts, the IG Publisher CLI uses git commands to determine the URL of the originating repo. If the repo was cloned, or otherwise set to use a repo that uses a username and credential based URL, the entire URL will be included in the built Implementation Guide, exposing username and credential. This does not impact users that clone public repos without credentials, such as those using the auto-ig-build …