---
id: CVE-2026-47662
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 typed CRUD/search/batch FHIR surface allows an
  authenticated caller w…
severity: none
cwe:
  - CWE-20
  - CWE-522
  - CWE-918
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-47662'
references:
  - url: 'https://github.com/aehrc/pathling/security/advisories/GHSA-26hp-x47g-x95q'
    label: security-advisories@github.com
  - url: 'https://github.com/aehrc/pathling/security/advisories/GHSA-26hp-x47g-x95q'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00406
epssPercentile: 0.32107
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 typed CRUD/search/batch FHIR surface allows an authenticated caller with only coarse operation authorities to act on attacker-chosen resource families because those entrypoints do not consistently enforce the documented per-resource `read` and `write` authorities. The documented authorization model requires an operation authority (e.g. `pathling:search`) to be paired with the matching per-resource `read` or `write` authority (e.g. `pathling:read:Patient`). Delete and batch are documented to require write authority for all referenced resource types. However, typed search, update, and related handlers are annotated only with `@OperationAccess(...)` and act on the provider-selected resource type without checking the corresponding per-resource authority. This is fixed in Pathling Server 2.0.0.

## Remediation

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