---
title: "Django 4.2.24 release notes"
version: 4.2
locale: it
source: https://docs.djangoproject.com/it/4.2/releases/4.2.24/
canonical: https://djangodocs.dev/it/4.2/releases/4.2.24/
---
# 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

[`FilteredRelation`](/it/4.2/ref/models/querysets/#django.db.models.FilteredRelation) was subject to SQL injection in column aliases,
using a suitably crafted dictionary, with dictionary expansion, as the
`**kwargs` passed to [`QuerySet.annotate()`](/it/4.2/ref/models/querysets/#django.db.models.query.QuerySet.annotate) or [`QuerySet.alias()`](/it/4.2/ref/models/querysets/#django.db.models.query.QuerySet.alias).
