CVE-2022-28346: SQL Injection in Django
(updated )
An issue was discovered in Django 2.2 before 2.2.28, 3.2 before 3.2.13, and 4.0 before 4.0.4. QuerySet.annotate()
, aggregate()
, and extra()
methods are subject to SQL injection in column aliases via a crafted dictionary (with dictionary expansion) as the passed **kwargs
.
References
- docs.djangoproject.com/en/4.0/releases/security
- github.com/advisories/GHSA-2gwj-7jmv-h26r
- github.com/django/django
- github.com/django/django/commit/2044dac5c6968441be6f534c4139bcf48c5c7e48
- github.com/django/django/commit/2c09e68ec911919360d5f8502cefc312f9e03c5d
- github.com/django/django/commit/800828887a0509ad1162d6d407e94d8de7eafc60
- github.com/django/django/commit/93cae5cb2f9a4ef1514cf1a41f714fef08005200
- github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2022-190.yaml
- groups.google.com/forum/
- lists.debian.org/debian-lts-announce/2022/04/msg00013.html
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HWY6DQWRVBALV73BPUVBXC3QIYUM24IK
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LTZVAKU5ALQWOKFTPISE257VCVIYGFQI
- nvd.nist.gov/vuln/detail/CVE-2022-28346
- security.netapp.com/advisory/ntap-20220609-0002
- www.debian.org/security/2022/dsa-5254
- www.djangoproject.com/weblog/2022/apr/11/security-releases
Detect and mitigate CVE-2022-28346 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →