diff --git a/advisories/github-reviewed/2025/01/GHSA-8c3x-hq82-gjcm/GHSA-8c3x-hq82-gjcm.json b/advisories/github-reviewed/2025/01/GHSA-8c3x-hq82-gjcm/GHSA-8c3x-hq82-gjcm.json new file mode 100644 index 00000000000..57f14659f7f --- /dev/null +++ b/advisories/github-reviewed/2025/01/GHSA-8c3x-hq82-gjcm/GHSA-8c3x-hq82-gjcm.json @@ -0,0 +1,75 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8c3x-hq82-gjcm", + "modified": "2025-01-24T18:33:29Z", + "published": "2025-01-24T18:33:29Z", + "aliases": [ + "CVE-2024-52807" + ], + "summary": "XXE vulnerability in XSLT parsing in `org.hl7.fhir.publisher`", + "details": "### Impact\nXSLT 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.\n\nA previous release provided an incomplete solution revealed by new testing. \n\n### Patches\nThis issue has been patched as of version 1.7.4\n\n### Workarounds\nNone\n\n### References\n[Previous Advisory for Incomplete solution](https://github.com/HL7/fhir-ig-publisher/security/advisories/GHSA-59rq-22fm-x8q5)\n[MITRE CWE](https://cwe.mitre.org/data/definitions/611.html)\n[OWASP XML External Entity Prevention Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/XML_External_Entity_Prevention_Cheat_Sheet.html#transformerfactory)", + "severity": [], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.hl7.fhir.publisher:org.hl7.fhir.publisher.cli" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.7.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.hl7.fhir.publisher:org.hl7.fhir.publisher.core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.7.4" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/HL7/fhir-ig-publisher/security/advisories/GHSA-59rq-22fm-x8q5" + }, + { + "type": "WEB", + "url": "https://github.com/HL7/fhir-ig-publisher/security/advisories/GHSA-8c3x-hq82-gjcm" + }, + { + "type": "PACKAGE", + "url": "https://github.com/HL7/fhir-ig-publisher" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-611" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-01-24T18:33:29Z", + "nvd_published_at": null + } +} \ No newline at end of file