CVE-2022-28347: SQL Injection in Django
(updated )
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.
References
- docs.djangoproject.com/en/4.0/releases/security
- github.com/advisories/GHSA-w24h-v9qh-8gxj
- github.com/django/django
- github.com/django/django/commit/00b0fc50e1738c7174c495464a5ef069408a4402
- github.com/django/django/commit/29a6c98b4c13af82064f993f0acc6e8fafa4d3f5
- github.com/django/django/commit/6723a26e59b0b5429a0c5873941e01a2e1bdbb81
- github.com/django/django/commit/9e19accb6e0a00ba77d5a95a91675bf18877c72d
- github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2022-191.yaml
- groups.google.com/forum/
- 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-28347
- www.debian.org/security/2022/dsa-5254
- www.djangoproject.com/weblog/2022/apr/11/security-releases
Detect and mitigate CVE-2022-28347 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 →