CVE-2023-28465
Java vulnerability analysis and mitigation

Overview

The package-decompression feature in HL7 (Health Level 7) FHIR Core Libraries before version 5.6.106 contains a directory traversal vulnerability. The issue was discovered in March 2023 and allows attackers to copy arbitrary files to certain directories if an allowed directory name is a substring of the directory name chosen by the attacker. This vulnerability exists due to an incomplete fix for a previous vulnerability (CVE-2023-24057) (GitHub Advisory, NVD).

Technical details

The vulnerability stems from improper path validation in the TerminologyCacheManager. While getAbsolutePath returns a normalized path, because the string path is not slash terminated, the guard can be bypassed to write contents of a Zip file to a sibling directory of the cache directory. For example, userControlled.getCanonicalPath().startsWith('/usr/out') will allow access to a directory named '/usr/outnot'. The vulnerability has been assigned a CVSS v3.1 base score of 7.5 (High) with vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N (GitHub Advisory, NVD).

Impact

The impact is limited to sibling directories of the cache directory. An attacker can potentially break out of the TerminologyCacheManager cache directory and write files to unauthorized locations, leading to potential information disclosure (GitHub Advisory).

Mitigation and workarounds

The vulnerability has been fixed in version 5.6.106 of all org.hl7.fhir.core libraries. The fix involves using java.nio.files.Path#startsWith for path comparison, such as file.getCanonicalFile().toPath().startsWith(BASE_DIRECTORY) or file.getCanonicalFile().toPath().startsWith(BASE_DIRECTORY_FILE.getCanonicalFile().toPath()) (GitHub Advisory).

Additional resources


SourceThis report was generated using AI

Related Java vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-29847HIGH7.5
  • JavaJava
  • org.apache.linkis:linkis
NoYesJan 19, 2026
CVE-2026-1050MEDIUM6.9
  • JavaJava
  • net.risesoft:risenet-y9boot-support-platform-service
NoNoJan 17, 2026
CVE-2025-15104MEDIUM6.9
  • JavaScriptJavaScript
  • vnu-jar
NoNoJan 16, 2026
CVE-2025-59355MEDIUM6.5
  • JavaJava
  • org.apache.linkis:linkis-metadata
NoYesJan 19, 2026
CVE-2026-0858MEDIUM5.1
  • JavaJava
  • net.sourceforge.plantuml:plantuml
NoYesJan 16, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management