blob: e50148391716fe3db5ccc18474b2786623d7e62b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
===========================
Django 4.2.24 release notes
===========================
*September 3, 2025*
Django 4.2.24 fixes a security issue with severity "high" in 4.2.23.
CVE-2025-57833: Potential SQL injection in ``FilteredRelation`` column aliases
==============================================================================
:class:`.FilteredRelation` was subject to SQL injection in column aliases,
using a suitably crafted dictionary, with dictionary expansion, as the
``**kwargs`` passed to :meth:`.QuerySet.annotate` or :meth:`.QuerySet.alias`.
|