GHSA-p64x-8rxx-wf6q
Vulnerability from github
Published
2022-07-05 00:00
Modified
2024-09-20 16:01
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
Django `Trunc()` and `Extract()` database functions vulnerable to SQL Injection
Details
An issue was discovered in Django 3.2 before 3.2.14 and 4.0 before 4.0.6. The Trunc()
and Extract()
database functions are subject to SQL injection if untrusted data is used as a kind/lookup_name value. Applications that constrain the lookup name and kind choice to a known safe list are unaffected.
{ "affected": [ { "ecosystem_specific": { "affected_functions": [ "django.db.models.functions.Trunc", "django.db.models.functions.Extract" ] }, "package": { "ecosystem": "PyPI", "name": "Django" }, "ranges": [ { "events": [ { "introduced": "3.2a1" }, { "fixed": "3.2.14" } ], "type": "ECOSYSTEM" } ] }, { "ecosystem_specific": { "affected_functions": [ "django.db.models.functions.Trunc", "django.db.models.functions.Extract" ] }, "package": { "ecosystem": "PyPI", "name": "Django" }, "ranges": [ { "events": [ { "introduced": "4.0a1" }, { "fixed": "4.0.6" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-34265" ], "database_specific": { "cwe_ids": [ "CWE-89" ], "github_reviewed": true, "github_reviewed_at": "2022-07-05T21:08:03Z", "nvd_published_at": "2022-07-04T16:15:00Z", "severity": "CRITICAL" }, "details": "An issue was discovered in Django 3.2 before 3.2.14 and 4.0 before 4.0.6. The `Trunc()` and `Extract()` database functions are subject to SQL injection if untrusted data is used as a kind/lookup_name value. Applications that constrain the lookup name and kind choice to a known safe list are unaffected.", "id": "GHSA-p64x-8rxx-wf6q", "modified": "2024-09-20T16:01:46Z", "published": "2022-07-05T00:00:53Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-34265" }, { "type": "WEB", "url": "https://github.com/django/django/commit/0dc9c016fadb71a067e5a42be30164e3f96c0492" }, { "type": "WEB", "url": "https://github.com/django/django/commit/5e2f4ddf2940704a26a4ac782b851989668d74db" }, { "type": "WEB", "url": "https://github.com/django/django/commit/877c800f255ccaa7abde1fb944de45d1616f5cc9" }, { "type": "WEB", "url": "https://github.com/django/django/commit/a9010fe5555e6086a9d9ae50069579400ef0685e" }, { "type": "WEB", "url": "https://docs.djangoproject.com/en/4.0/releases/security" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-p64x-8rxx-wf6q" }, { "type": "PACKAGE", "url": "https://github.com/django/django" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2022-213.yaml" }, { "type": "WEB", "url": "https://groups.google.com/forum/#!forum/django-announce" }, { "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-20220818-0006" }, { "type": "WEB", "url": "https://www.debian.org/security/2022/dsa-5254" }, { "type": "WEB", "url": "https://www.djangoproject.com/weblog/2022/jul/04/security-releases" } ], "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": "Django `Trunc()` and `Extract()` database functions vulnerable to SQL Injection" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- 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.