diff --git a/advisories/github-reviewed/2025/01/GHSA-6729-95v3-pjc2/GHSA-6729-95v3-pjc2.json b/advisories/github-reviewed/2025/01/GHSA-6729-95v3-pjc2/GHSA-6729-95v3-pjc2.json new file mode 100644 index 00000000000..bc26aaecd9d --- /dev/null +++ b/advisories/github-reviewed/2025/01/GHSA-6729-95v3-pjc2/GHSA-6729-95v3-pjc2.json @@ -0,0 +1,74 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6729-95v3-pjc2", + "modified": "2025-01-24T20:40:15Z", + "published": "2025-01-24T20:40:15Z", + "aliases": [ + "CVE-2025-24363" + ], + "summary": "HL7 FHIR IG Publisher potentially exposes GitHub repo user and credential information", + "details": "### Impact\nIn 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 continuous integration infrastructure.\n\n### Patches\nThis problem has been patched in release [1.8.9](https://github.com/HL7/fhir-ig-publisher/releases/tag/1.8.9)\n\n### Workarounds\nUsers should update to 1.8.9 or the latest release \n\nOR \n\nUsers should ensure the IG repo they are publishing does not have username or credentials included in the `origin` URL. Running the command `git remote origin url` should return a URL that contains no username, password, or token.\n\nOR\n\nUsers should run the IG Publisher CLI with the `-repo` parameter and specify a URL that contains no username, password, or token.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.hl7.fhir.publisher:org.hl7.fhir.publisher.core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.8.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.hl7.fhir.publisher:org.hl7.fhir.publisher.cli" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.8.9" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/HL7/fhir-ig-publisher/security/advisories/GHSA-6729-95v3-pjc2" + }, + { + "type": "PACKAGE", + "url": "https://github.com/HL7/fhir-ig-publisher" + } + ], + "database_specific": { + "cwe_ids": [], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-01-24T20:40:15Z", + "nvd_published_at": null + } +} \ No newline at end of file