An issue was discovered in Django 4.2 before 4.2.25, 5.1 before 5.1.13, and 5.2 before 5.2.7. QuerySet.annotate(), QuerySet.alias(), QuerySet.aggregate(), and QuerySet.extra() are subject to SQL injection in column aliases, when using a suitably crafted dictionary, with dictionary expansion, as the **kwargs passed to these methods (on MySQL and MariaDB).
                
            References
                    | Link | Resource | 
|---|---|
| https://docs.djangoproject.com/en/dev/releases/security/ | Vendor Advisory | 
| https://groups.google.com/g/django-announce | Release Notes Vendor Advisory | 
| https://www.djangoproject.com/weblog/2025/oct/01/security-releases/ | Release Notes Vendor Advisory | 
Configurations
                    Configuration 1 (hide)
| 
 | 
History
                    07 Oct 2025, 14:50
| Type | Values Removed | Values Added | 
|---|---|---|
| First Time | Djangoproject Djangoproject django | |
| CPE | cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:* | |
| References | () https://docs.djangoproject.com/en/dev/releases/security/ - Vendor Advisory | |
| References | () https://groups.google.com/g/django-announce - Release Notes, Vendor Advisory | |
| References | () https://www.djangoproject.com/weblog/2025/oct/01/security-releases/ - Release Notes, Vendor Advisory | 
01 Oct 2025, 19:15
| Type | Values Removed | Values Added | 
|---|---|---|
| New CVE | 
Information
                Published : 2025-10-01 19:15
Updated : 2025-10-07 14:50
NVD link : CVE-2025-59681
Mitre link : CVE-2025-59681
CVE.ORG link : CVE-2025-59681
JSON object : View
Products Affected
                djangoproject
- django
CWE
                
                    
                        
                        CWE-89
                        
            Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
