Django vulnerable to SQL injection in column aliases
High severity
GitHub Reviewed
Published
Oct 1, 2025
to the GitHub Advisory Database
•
Updated Oct 1, 2025
Package
Affected versions
>= 4.2, < 4.2.25
>= 5.1, < 5.1.13
>= 5.2, < 5.2.7
Patched versions
4.2.25
5.1.13
5.2.7
Description
Published by the National Vulnerability Database
Oct 1, 2025
Published to the GitHub Advisory Database
Oct 1, 2025
Reviewed
Oct 1, 2025
Last updated
Oct 1, 2025
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