Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-15307

8.8 · HIGH
Published Aug 4, 2026 djangoproject CWE-73

Overview

CVE-2026-15307 is a high-severity vulnerability affecting djangoproject django. It was published on August 4, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.

GeoDjango spatial lookups optimistically parse the right-hand-side value as a raster by passing it to the `django.contrib.gis.gdal.GDALRaster` constructor. Any value used in a spatial lookup against a `GeometryField` or `RasterField` reaches this constructor, including untrusted input, for example a spatial-field filter submitted through the Django admin changelist query string by a staff user with view permission. A `dict`, or a `str` holding its JSON representation, is opened in write mode regardless of the constructor's `write=False` default, allowing a file with an attacker-chosen name and contents to be written through a file-backed GDAL driver. Any other `str` is treated as a datasource, allowing an outbound network request through a GDAL virtual filesystem handler. Writing a file to a location later imported by the application can result in remote code execution.

Earlier, unsupported Django series (such as

Remediation

Check the references section for vendor advisories and patches from djangoproject. Update django to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
djangoproject django >= 0, < 5.2.17 Affected

Frequently Asked Questions

What is CVE-2026-15307?

CVE-2026-15307 is a high-severity vulnerability affecting djangoproject django. It was published on August 4, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2026-15307?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-15307?

Check the references section for vendor advisories and patches from djangoproject. Update django to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-15307?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-15307 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.