ghsa-2gwj-7jmv-h26r
Vulnerability from github
Published
2022-04-13 00:00
Modified
2024-09-20 15:09
Severity ?
9.8 (Critical) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
9.3 (Critical) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
9.3 (Critical) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
Summary
SQL Injection in Django
Details
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
.
{ "affected": [ { "ecosystem_specific": { "affected_functions": [ "django.db.models.QuerySet.annotate", "django.db.models.QuerySet.aggregate", "django.db.models.QuerySet.extra" ] }, "package": { "ecosystem": "PyPI", "name": "Django" }, "ranges": [ { "events": [ { "introduced": "2.2" }, { "fixed": "2.2.28" } ], "type": "ECOSYSTEM" } ] }, { "ecosystem_specific": { "affected_functions": [ "django.db.models.QuerySet.annotate", "django.db.models.QuerySet.aggregate", "django.db.models.QuerySet.extra" ] }, "package": { "ecosystem": "PyPI", "name": "Django" }, "ranges": [ { "events": [ { "introduced": "3.2" }, { "fixed": "3.2.13" } ], "type": "ECOSYSTEM" } ] }, { "ecosystem_specific": { "affected_functions": [ "django.db.models.QuerySet.annotate", "django.db.models.QuerySet.aggregate", "django.db.models.QuerySet.extra" ] }, "package": { "ecosystem": "PyPI", "name": "Django" }, "ranges": [ { "events": [ { "introduced": "4.0" }, { "fixed": "4.0.4" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-28346" ], "database_specific": { "cwe_ids": [ "CWE-89" ], "github_reviewed": true, "github_reviewed_at": "2022-04-22T20:33:03Z", "nvd_published_at": "2022-04-12T05:15:00Z", "severity": "CRITICAL" }, "details": "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`.", "id": "GHSA-2gwj-7jmv-h26r", "modified": "2024-09-20T15:09:55Z", "published": "2022-04-13T00:00:33Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28346" }, { "type": "WEB", "url": "https://github.com/django/django/commit/2044dac5c6968441be6f534c4139bcf48c5c7e48" }, { "type": "WEB", "url": "https://github.com/django/django/commit/2c09e68ec911919360d5f8502cefc312f9e03c5d" }, { "type": "WEB", "url": "https://github.com/django/django/commit/800828887a0509ad1162d6d407e94d8de7eafc60" }, { "type": "WEB", "url": "https://github.com/django/django/commit/93cae5cb2f9a4ef1514cf1a41f714fef08005200" }, { "type": "WEB", "url": "https://docs.djangoproject.com/en/4.0/releases/security" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-2gwj-7jmv-h26r" }, { "type": "PACKAGE", "url": "https://github.com/django/django" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2022-190.yaml" }, { "type": "WEB", "url": "https://groups.google.com/forum/#!forum/django-announce" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2022/04/msg00013.html" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HWY6DQWRVBALV73BPUVBXC3QIYUM24IK" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LTZVAKU5ALQWOKFTPISE257VCVIYGFQI" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20220609-0002" }, { "type": "WEB", "url": "https://www.debian.org/security/2022/dsa-5254" }, { "type": "WEB", "url": "https://www.djangoproject.com/weblog/2022/apr/11/security-releases" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2022/04/11/1" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N", "type": "CVSS_V4" } ], "summary": "SQL Injection in Django" }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.