---
id: CVE-2025-57833
aliases:
  - GHSA-6w2r-r2m5-xq5w
  - BIT-django-2025-57833
  - PYSEC-2025-105
title: Django is subject to SQL injection through its column aliases
summary: Django is subject to SQL injection through its column aliases
severity: high
cvss: 7.1
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:L/A:N'
vendor: django
product: django
ecosystem: pip
affected:
  - django < 4.2.24
  - 'django >= 5.0a1, < 5.1.12'
  - 'django >= 5.2a1, < 5.2.6'
patched:
  - django 4.2.24
  - django 5.1.12
  - django 5.2.6
published: '2025-09-08'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:27.987884944Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-6w2r-r2m5-xq5w'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-57833'
  - url: >-
      https://github.com/django/django/commit/102965ea93072fe3c39a30be437c683ec1106ef5
  - url: >-
      https://github.com/django/django/commit/31334e6965ad136a5e369993b01721499c5d1a92
  - url: >-
      https://github.com/django/django/commit/4c044fcc866ec226f612c475950b690b0139d243
  - url: 'https://docs.djangoproject.com/en/dev/releases/security'
  - url: 'https://github.com/django/django'
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2025-105.yaml
  - url: 'https://groups.google.com/g/django-announce'
  - url: 'https://lists.debian.org/debian-lts-announce/2025/09/msg00017.html'
  - url: >-
      https://medium.com/@EyalSec/django-unauthenticated-0-click-rce-and-sql-injection-using-default-configuration-059964f3f898
  - url: 'https://www.djangoproject.com/weblog/2025/sep/03/security-releases'
  - url: 'http://www.openwall.com/lists/oss-security/2025/09/03/3'
tags:
  - osv
  - pip
  - exploit-available
epss: 0.16759
epssPercentile: 0.96929
exploits:
  github: 5
  githubRepos:
    - 'https://github.com/sw0rd1ight/CVE-2025-57833'
    - 'https://github.com/Mkway/CVE-2025-57833'
    - 'https://github.com/loic-houchi/Django-faille-CVE-2025-57833_test'
  checkedAt: '2026-09-26T09:05:34.126Z'
exploitAvailable: true
ingestedAt: '2026-09-12T03:13:01.668Z'
---

## Overview

An issue was discovered in Django 4.2 before 4.2.24, 5.1 before 5.1.12, and 5.2 before 5.2.6. FilteredRelation is subject to SQL injection in column aliases, using a suitably crafted dictionary, with dictionary expansion, as the **kwargs passed QuerySet.annotate() or QuerySet.alias().

## Affected packages

- `django < 4.2.24`
- `django >= 5.0a1, < 5.1.12`
- `django >= 5.2a1, < 5.2.6`

## Remediation

Upgrade to a patched release:

- `django 4.2.24`
- `django 5.1.12`
- `django 5.2.6`
