Description
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.
Published: 2026-08-07
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability originates in Pathling's typed CRUD/search/batch API endpoints, which skip enforcement of per‑resource read or write permissions. An authenticated user possessing a broad operation authority such as pathling:search can specify any FHIR resource type, thereby reading or modifying data outside the scope of their intended permissions. The result is the potential to exfiltrate protected health information (PHI) from the entire server or to alter data across resource families, exposing confidential patient data and compromising data integrity.

Affected Systems

The flaw affects installations of Pathling Server prior to version 2.0.0. Any deployment using the Pathling toolset with the default authorization model is vulnerable, regardless of specific deployment environment, as the bug is inherent in the server’s native FHIR surface.

Risk and Exploitability

With a CVSS score of 8.7, this weakness is considered high severity. The exploitability requires only legitimate authentication and possession of the relevant operation authority, which is commonly granted to service accounts or downstream applications. Because the EPSS score is not available, the historical exploitation likelihood is unclear, but the lack of enforcement suggests that once an attacker can authenticate, the attack can proceed with minimal additional effort. The vulnerability is not currently listed in the CISA KEV catalog, indicating that no widespread public exploitation has been reported yet, yet the potential impact on PHI confidentiality and integrity remains significant.

Generated by OpenCVE AI on August 7, 2026 at 21:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the Pathling Server 2.0.0 upgrade or later to install the security fix.
  • If an immediate upgrade is not feasible, restrict operation authorities so that users cannot invoke pathling:search, update, or batch without also holding the specific per‑resource read or write privileges for the targeted FHIR resource types.
  • Follow the security advisory at https://github.com/aehrc/pathling/security/advisories/GHSA-q62q-2m46-r7rv to enforce stricter access controls and monitor logs for unauthorized resource access.

Generated by OpenCVE AI on August 7, 2026 at 21:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 20:45:00 +0000

Type Values Removed Values Added
Description 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.
Title Pathling: Typed CRUD/search/batch providers can lead to server-wide PHI exfiltration and cross-resource mutation
Weaknesses CWE-285
References
Metrics cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-07T20:26:08.349Z

Reserved: 2026-05-19T21:10:38.797Z

Link: CVE-2026-47663

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T21:30:18Z

Weaknesses