---
id: CVE-2026-47661
title: >-
  Pathling is a set of tools that make it easier to use FHIR and clinical
  terminology within health data analytics
summary: >-
  Pathling is a set of tools that make it easier to use FHIR and clinical
  terminology within health data analytics. Prior to version 2.0.0 of Pathling
  Server, Pathling's `/$result` endpoint allows a caller who can obtain any
  valid async ex…
severity: none
cwe:
  - CWE-22
published: '2026-08-07'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T21:02:22.660'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-47661'
references:
  - url: 'https://github.com/aehrc/pathling/security/advisories/GHSA-8w85-f63v-3wh6'
    label: security-advisories@github.com
  - url: 'https://github.com/aehrc/pathling/security/advisories/GHSA-8w85-f63v-3wh6'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00623
epssPercentile: 0.47669
ingestedAt: '2026-09-09T21:22:45.524Z'
---

## Overview

Pathling is a set of tools that make it easier to use FHIR and clinical terminology within health data analytics. Prior to version 2.0.0 of Pathling Server, Pathling's `/$result` endpoint allows a caller who can obtain any valid async export job ID to supply `file` parameter values containing path traversal sequences. The handler verifies only the supplied `job` and never normalises or confines the requested `file` path to that job's `jobs/<jobId>` directory before opening it as a filesystem resource. Because async export scratch space lives under the same warehouse database root as persisted resource tables, an attacker can use their own export job to read other files from the warehouse. This is fixed in Pathling Server 2.0.0. As an interim mitigation, disable the async export operations (`pathling.operations.exportEnabled`, `patientExportEnabled`, `groupExportEnabled`, `bulkSubmitEnabled`) or enable authentication and restrict export capability to trusted callers.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
