Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in Django
CVE-2026-1207
- Django
Summary
An issue was discovered in versions prior to 4.2.28, 5.x prior to 5.2.11, and 6.x prior to 6.0.2. Raster lookups on ``RasterField`` (only implemented on PostGIS) allow remote attackers to inject SQL via the band index parameter. Django would like to thank Tarek Nakkouch for reporting this issue.
- LOW
- NETWORK
- LOW
- UNCHANGED
- NONE
- LOW
- LOW
- NONE
CWE-89 - SQL Injection
Structured Query Language (SQL) injection attacks are one of the most common types of vulnerabilities. They exploit weaknesses in vulnerable applications to gain unauthorized access to backend databases. This often occurs when an attacker enters unexpected SQL syntax in an input field. The resulting SQL statement behaves in the background in an unintended manner, which allows the possibility of unauthorized data retrieval, data modification, execution of database administration operations, and execution of commands on the operating system.
Advisory Timeline
- Published