VDB
KO

PYSEC-2022-191

Details

A SQL injection issue was discovered in QuerySet.explain() in Django 2.2 before 2.2.28, 3.2 before 3.2.13, and 4.0 before 4.0.4. This occurs by passing a crafted dictionary (with dictionary expansion) as the **options argument, and placing the injection payload in an option name.

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI / django
Introduced in: 4.0 Fixed in: 4.0.4
Fix pip install --upgrade 'django>=2.2.28'

References