---
id: CVE-2026-42351
aliases:
  - GHSA-f6pr-83pg-ghh6
  - PYSEC-2026-2985
title: 'pygeoapi 0.23.x: Path Traversal in STAC FileSystemProvider'
summary: 'pygeoapi 0.23.x: Path Traversal in STAC FileSystemProvider'
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
vendor: pygeoapi
product: pygeoapi
ecosystem: pip
affected:
  - 'pygeoapi >= 0.23.0, < 0.23.3'
patched:
  - pygeoapi 0.23.3
published: '2026-04-29'
updated: '2026-07-13'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-f6pr-83pg-ghh6'
references:
  - url: >-
      https://github.com/geopython/pygeoapi/security/advisories/GHSA-f6pr-83pg-ghh6
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-42351'
  - url: >-
      https://github.com/geopython/pygeoapi/commit/bf25b8695edbdd5476eeffc102b633d1d3e45f52
  - url: 'https://github.com/geopython/pygeoapi'
  - url: 'https://github.com/geopython/pygeoapi/releases/tag/0.23.3'
tags:
  - osv
  - pip
epss: 0.00612
epssPercentile: 0.47086
ingestedAt: '2026-07-13T18:57:57.188Z'
---

## Overview

### Impact
A raw string path concatenation vulnerability in pygeoapi's STAC FileSystemProvider plugin can allow for requests to STAC collection based collections to expose directories without authentication.  The issue manifests when pygeoapi is deployed without a proxy or web front end that would normalize URLs with `..` values, along with a resource of type `stac-collection` defined in configuration.

### Patches
The issue has been patched in master branch and made available as part of the 0.23.3 release.

The commit/fix can be found in [bf25b8695edbdd5476eeffc102b633d1d3e45f52](https://github.com/geopython/pygeoapi/commit/bf25b8695edbdd5476eeffc102b633d1d3e45f52).
### Workarounds
Users can safeguard existing applications by disabling STAC collection based resources in their pygeoapi config, until 0.23.3 can be installed and deployed.

## Affected packages

- `pygeoapi >= 0.23.0, < 0.23.3`

## Remediation

Upgrade to a patched release:

- `pygeoapi 0.23.3`
