CVE-2026-15307
Server-side file-write and request forgery via spatial lookups
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 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected. Django would like to thank Bence Nagy, localhost-detect, and kimchunbok_ for reporting this issue.
INFO
Published Date :
Aug. 4, 2026, 5:16 p.m.
Last Modified :
Aug. 4, 2026, 6:16 p.m.
Remotely Exploit :
Yes !
Source :
6a34fbeb-21d4-45e7-8e0a-62b95bc12c92
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS | 134c704f-9b21-4f2e-91b3-4a467353bcc0 | |||||
| CVSS 3.1 | HIGH | 6a34fbeb-21d4-45e7-8e0a-62b95bc12c92 | ||||
| CVSS 3.1 | HIGH | MITRE-CVE | ||||
| CVSS 4.0 | HIGH | 6a34fbeb-21d4-45e7-8e0a-62b95bc12c92 |
Solution
- Update Django to version 5.2.17 or 6.0.8 or later.
- Apply vendor patches for affected Django versions.
- Review and validate all input to spatial lookups.
- Restrict access to administrative interfaces.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-15307.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-15307 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-15307
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-15307 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-15307 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0
Aug. 04, 2026
Action Type Old Value New Value Added SSVC {'id': 'CVE-2026-15307', 'role': 'CISA Coordinator', 'options': [{'exploitation': 'none'}, {'automatable': 'no'}, {'technicalImpact': 'total'}], 'version': '2.0.3', 'timestamp': '2026-08-04T17:15:40.854609Z'} -
New CVE Received by 6a34fbeb-21d4-45e7-8e0a-62b95bc12c92
Aug. 04, 2026
Action Type Old Value New Value Added Affected [{'repo': 'https://github.com/django/django/', 'vendor': 'djangoproject', 'product': 'Django', 'versions': [{'status': 'affected', 'version': '6.0', 'lessThan': '6.0.8', 'versionType': 'python'}, {'status': 'unaffected', 'version': '6.0.8', 'versionType': 'python'}, {'status': 'affected', 'version': '5.2', 'lessThan': '5.2.17', 'versionType': 'python'}, {'status': 'unaffected', 'version': '5.2.17', 'versionType': 'python'}], 'packageName': 'django', 'collectionURL': 'https://pypi.org/project/Django/', 'defaultStatus': 'unaffected'}] Added 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 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected. Django would like to thank Bence Nagy, localhost-detect, and kimchunbok_ for reporting this issue. Added CVSS V4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X Added CVSS V3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H Added CWE CWE-918 Added CWE CWE-73 Added Reference https://docs.djangoproject.com/en/dev/releases/security/ Added Reference https://github.com/django/django/commit/115ffd0463a765ab1cc93de18e94b5459b8a300e Added Reference https://github.com/django/django/commit/208f80cb682868b584ed0a78f23e4ba6304212aa Added Reference https://github.com/django/django/commit/39b3e2d0c743a338def6c473086ebc06865e86b6 Added Reference https://github.com/django/django/commit/f1949c1f9758947ade984c895ff16bef46f56520 Added Reference https://groups.google.com/g/django-announce Added Reference https://www.djangoproject.com/weblog/2026/aug/04/security-releases/