---
id: CVE-2026-39921
aliases:
  - PYSEC-2026-2159
title: >-
  GeoNode versions 4.0 before 4.4.5 and 5.0 before 5.0.2 contain a server-side
  request forgery vulnerability that allows authenticated user…
summary: >-
  GeoNode versions 4.0 before 4.4.5 and 5.0 before 5.0.2 contain a server-side
  request forgery vulnerability that allows authenticated users with document
  upload permissions to trigger arbitrary outbound HTTP requests by providing a
  malici…
severity: medium
cvss: 6.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L'
vendor: geonode
product: geonode
ecosystem: pip
affected:
  - 'geonode >= 5.0.0, < 5.0.2'
patched:
  - geonode 5.0.2
published: '2026-04-10'
updated: '2026-07-13'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/PYSEC-2026-2159'
references:
  - url: 'https://github.com/GeoNode/geonode/releases/tag/4.4.5'
  - url: 'https://github.com/GeoNode/geonode/releases/tag/5.0.2'
  - url: 'https://www.vulncheck.com/advisories/geonode-ssrf-via-document-upload'
  - url: >-
      https://github.com/GeoNode/geonode/commit/4a852cfc1da732b10779b5bf5f087c8f02985571
  - url: >-
      https://github.com/GeoNode/geonode/commit/9856cb5ab27e33c0adba9274f4cccf6d1f534bd1
  - url: 'https://github.com/GeoNode/geonode/pull/14058'
tags:
  - osv
  - pip
epss: 0.00366
epssPercentile: 0.27766
ingestedAt: '2026-07-13T18:58:07.686Z'
---

## Overview

GeoNode versions 4.0 before 4.4.5 and 5.0 before 5.0.2 contain a server-side request forgery vulnerability that allows authenticated users with document upload permissions to trigger arbitrary outbound HTTP requests by providing a malicious URL via the doc_url parameter during document upload. Attackers can supply URLs pointing to internal network targets, loopback addresses, RFC1918 addresses, or cloud metadata services to cause the server to make requests to internal resources without SSRF mitigations such as private IP filtering or redirect validation.

## Affected packages

- `geonode >= 5.0.0, < 5.0.2`

## Remediation

Upgrade to a patched release:

- `geonode 5.0.2`
