Katalog CVE

CVE-2026-47659

WysokieCVSS 8.7
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.40%

Percentyl 33 - wyżej niż 33% wszystkich znanych CVE

Streszczenie

Pathling Server przed wersją 2.0.0 ma podatność na path traversal w punkcie końcowym `/$result`. Osoba znająca identyfikator zadania eksportu może podać ścieżkę pliku zawierającą sekwencje `../`, co pozwala na odczyt plików spoza katalogu zadania, w tym danych z magazynu.

Ocena ryzyka

Atakujący może uzyskać dostęp do wrażliwych danych przechowywanych w magazynie, co narusza poufność informacji.

Rekomendacja

Zaktualizuj Pathling Server do wersji 2.0.0, która normalizuje ścieżki i odrzuca żądania wychodzące poza katalog zadania. Jako tymczasowe obejście wyłącz operacje eksportu lub ogranicz dostęp do zaufanych użytkowników.

Inne podatności w Pathling Server

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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. The `$result` handler now resolves and canonicalizes the requested file path and rejects any request that escapes the job's `jobs/<jobId>` directory. 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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS