GHSA-hpr9-3m2g-3j9pHighCVSS 7.1

Django vulnerable to SQL injection in column aliases

Published
October 1, 2025
Last Modified
June 5, 2026

🔗 CVE IDs covered (1)

📋 Description

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).

🎯 Affected products3

  • pip/django:>= 4.2, < 4.2.25
  • pip/django:>= 5.1, < 5.1.13
  • pip/django:>= 5.2, < 5.2.7

🔗 References (9)