---
id: CVE-2026-42352
aliases:
  - GHSA-jgvc-94c8-3chc
  - PYSEC-2026-2986
title: 'pygeoapi 0.23.x: Unauthenticated SSRF via OGC API - Processes Subscriber  '
summary: 'pygeoapi 0.23.x: Unauthenticated SSRF via OGC API - Processes Subscriber  '
severity: high
cvss: 8.6
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/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-jgvc-94c8-3chc'
references:
  - url: >-
      https://github.com/geopython/pygeoapi/security/advisories/GHSA-jgvc-94c8-3chc
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-42352'
  - url: >-
      https://github.com/geopython/pygeoapi/commit/3a63f5b0cc6275e3ae0edb47726b13a43cdd90ef
  - url: 'https://github.com/geopython/pygeoapi'
  - url: 'https://github.com/geopython/pygeoapi/releases/tag/0.23.3'
tags:
  - osv
  - pip
epss: 0.00454
epssPercentile: 0.38767
ingestedAt: '2026-07-13T18:57:59.739Z'
---

## Overview

### Impact
OGC API - Process execution requests can use the `subscriber` object to requests to internal HTTP services.

### Patches
The issue has been patched in master branch and made available as part of the 0.23.3 release.  The patch disables any HTTP requests made to internal resources by default (unless explicitly defined in configuration by a new `allow_internal_requests` directive.

The commit/fix can be found in [3a63f5b0cc6275e3ae0edb47726b13a43cdd90ef](https://github.com/geopython/pygeoapi/commit/3a63f5b0cc6275e3ae0edb47726b13a43cdd90ef).

### Workarounds
Users can update existing applications by disabling process 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`
