Summary
Detail | |||
---|---|---|---|
Vendor | Djangoproject | First view | 2009-10-13 |
Product | Django | Last view | 2022-07-04 |
Version | 1.1 | Type | Application |
Update | * | ||
Edition | * | ||
Language | * | ||
Sofware Edition | * | ||
Target Software | * | ||
Target Hardware | * | ||
Other | * | ||
CPE Product | cpe:2.3:a:djangoproject:django |
Activity : Overall
Related : CVE
Date | Alert | Description | |
---|---|---|---|
9.8 | 2022-07-04 | CVE-2022-34265 | 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. |
9.8 | 2022-04-12 | CVE-2022-28347 | 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. |
9.8 | 2022-04-12 | CVE-2022-28346 | 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. |
7.5 | 2022-02-03 | CVE-2022-23833 | An issue was discovered in MultiPartParser in Django 2.2 before 2.2.27, 3.2 before 3.2.12, and 4.0 before 4.0.2. Passing certain inputs to multipart forms could result in an infinite loop when parsing files. |
6.1 | 2022-02-03 | CVE-2022-22818 | The {% debug %} template tag in Django 2.2 before 2.2.27, 3.2 before 3.2.12, and 4.0 before 4.0.2 does not properly encode the current context. This may lead to XSS. |
5.3 | 2022-01-05 | CVE-2021-45452 | Storage.save in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1 allows directory traversal if crafted filenames are directly passed to it. |
7.5 | 2022-01-05 | CVE-2021-45116 | An issue was discovered in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1. Due to leveraging the Django Template Language's variable resolution logic, the dictsort template filter was potentially vulnerable to information disclosure, or an unintended method call, if passed a suitably crafted key. |
7.5 | 2022-01-05 | CVE-2021-45115 | An issue was discovered in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1. UserAttributeSimilarityValidator incurred significant overhead in evaluating a submitted password that was artificially large in relation to the comparison values. In a situation where access to user registration was unrestricted, this provided a potential vector for a denial-of-service attack. |
7.3 | 2021-12-08 | CVE-2021-44420 | In Django 2.2 before 2.2.25, 3.1 before 3.1.14, and 3.2 before 3.2.10, HTTP requests for URLs with trailing newlines could bypass upstream access control based on URL paths. |
9.8 | 2021-07-02 | CVE-2021-35042 | Django 3.1.x before 3.1.13 and 3.2.x before 3.2.5 allows QuerySet.order_by SQL injection if order_by is untrusted input from a client of a web application. |
7.5 | 2021-06-08 | CVE-2021-33571 | In Django 2.2 before 2.2.24, 3.x before 3.1.12, and 3.2 before 3.2.4, URLValidator, validate_ipv4_address, and validate_ipv46_address do not prohibit leading zero characters in octal literals. This may allow a bypass of access control that is based on IP addresses. (validate_ipv4_address and validate_ipv46_address are unaffected with Python 3.9.5+..) . |
4.9 | 2021-06-08 | CVE-2021-33203 | Django before 2.2.24, 3.x before 3.1.12, and 3.2.x before 3.2.4 has a potential directory traversal via django.contrib.admindocs. Staff members could use the TemplateDetailView view to check the existence of arbitrary files. Additionally, if (and only if) the default admindocs templates have been customized by application developers to also show file contents, then not only the existence but also the file contents would have been exposed. In other words, there is directory traversal outside of the template root directories. |
6.1 | 2021-05-06 | CVE-2021-32052 | In Django 2.2 before 2.2.22, 3.1 before 3.1.10, and 3.2 before 3.2.2 (with Python 3.9.5+), URLValidator does not prohibit newlines and tabs (unless the URLField form field is used). If an application uses values with newlines in an HTTP response, header injection can occur. Django itself is unaffected because HttpResponse prohibits newlines in HTTP headers. |
7.5 | 2021-05-05 | CVE-2021-31542 | In Django 2.2 before 2.2.21, 3.1 before 3.1.9, and 3.2 before 3.2.1, MultiPartParser, UploadedFile, and FieldFile allowed directory traversal via uploaded files with suitably crafted file names. |
5.3 | 2021-04-06 | CVE-2021-28658 | In Django 2.2 before 2.2.20, 3.0 before 3.0.14, and 3.1 before 3.1.8, MultiPartParser allowed directory traversal via uploaded files with suitably crafted file names. Built-in upload handlers were not affected by this vulnerability. |
5.9 | 2021-02-15 | CVE-2021-23336 | The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter. |
5.3 | 2021-02-02 | CVE-2021-3281 | In Django 2.2 before 2.2.18, 3.0 before 3.0.12, and 3.1 before 3.1.6, the django.utils.archive.extract method (used by "startapp --template" and "startproject --template") allows directory traversal via an archive with absolute paths or relative paths with dot segments. |
7.5 | 2020-09-01 | CVE-2020-24584 | An issue was discovered in Django 2.2 before 2.2.16, 3.0 before 3.0.10, and 3.1 before 3.1.1 (when Python 3.7+ is used). The intermediate-level directories of the filesystem cache had the system's standard umask rather than 0o077. |
7.5 | 2020-09-01 | CVE-2020-24583 | An issue was discovered in Django 2.2 before 2.2.16, 3.0 before 3.0.10, and 3.1 before 3.1.1 (when Python 3.7+ is used). FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files. It was also not applied to intermediate-level collected static directories when using the collectstatic management command. |
6.1 | 2020-06-03 | CVE-2020-13596 | An issue was discovered in Django 2.2 before 2.2.13 and 3.0 before 3.0.7. Query parameters generated by the Django admin ForeignKeyRawIdWidget were not properly URL encoded, leading to a possibility of an XSS attack. |
5.9 | 2020-06-03 | CVE-2020-13254 | An issue was discovered in Django 2.2 before 2.2.13 and 3.0 before 3.0.7. In cases where a memcached backend does not perform key validation, passing malformed cache keys could result in a key collision, and potential data leakage. |
8.8 | 2020-03-05 | CVE-2020-9402 | Django 1.11 before 1.11.29, 2.2 before 2.2.11, and 3.0 before 3.0.4 allows SQL Injection if untrusted data is used as a tolerance parameter in GIS functions and aggregates on Oracle. By passing a suitably crafted tolerance to GIS functions and aggregates on Oracle, it was possible to break escaping and inject malicious SQL. |
9.8 | 2020-02-03 | CVE-2020-7471 | Django 1.11 before 1.11.28, 2.2 before 2.2.10, and 3.0 before 3.0.3 allows SQL Injection if untrusted data is used as a StringAgg delimiter (e.g., in Django applications that offer downloads of data as a series of rows with a user-specified column delimiter). By passing a suitably crafted delimiter to a contrib.postgres.aggregates.StringAgg instance, it was possible to break escaping and inject malicious SQL. |
9.8 | 2019-12-18 | CVE-2019-19844 | Django before 1.11.27, 2.x before 2.2.9, and 3.x before 3.0.1 allows account takeover. A suitably crafted email address (that is equal to an existing user's email address after case transformation of Unicode characters) would allow an attacker to be sent a password reset token for the matched user account. (One mitigation in the new releases is to send password reset tokens only to the registered user email address.) |
6.5 | 2019-12-02 | CVE-2019-19118 | Django 2.1 before 2.1.15 and 2.2 before 2.2.8 allows unintended model editing. A Django model admin displaying inline related models, where the user has view-only permissions to a parent model but edit permissions to the inline model, would be presented with an editing UI, allowing POST requests, for updating the inline model. Directly editing the view-only parent model was not possible, but the parent model's save() method was called, triggering potential side effects, and causing pre and post-save signal handlers to be invoked. (To resolve this, the Django admin is adjusted to require edit permissions on the parent model in order for inline models to be editable.) |
CWE : Common Weakness Enumeration
% | id | Name |
---|---|---|
15% (10) | CWE-79 | Failure to Preserve Web Page Structure ('Cross-site Scripting') |
11% (7) | CWE-89 | Improper Sanitization of Special Elements used in an SQL Command ('... |
11% (7) | CWE-20 | Improper Input Validation |
9% (6) | CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path ... |
6% (4) | CWE-399 | Resource Management Errors |
4% (3) | CWE-276 | Incorrect Default Permissions |
4% (3) | CWE-264 | Permissions, Privileges, and Access Controls |
3% (2) | CWE-400 | Uncontrolled Resource Consumption ('Resource Exhaustion') |
3% (2) | CWE-352 | Cross-Site Request Forgery (CSRF) |
3% (2) | CWE-185 | Incorrect Regular Expression |
3% (2) | CWE-17 | Code |
1% (1) | CWE-770 | Allocation of Resources Without Limits or Throttling |
1% (1) | CWE-674 | Uncontrolled Recursion |
1% (1) | CWE-668 | Exposure of Resource to Wrong Sphere |
1% (1) | CWE-640 | Weak Password Recovery Mechanism for Forgotten Password |
1% (1) | CWE-601 | URL Redirection to Untrusted Site ('Open Redirect') |
1% (1) | CWE-522 | Insufficiently Protected Credentials |
1% (1) | CWE-444 | Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggli... |
1% (1) | CWE-319 | Cleartext Transmission of Sensitive Information |
1% (1) | CWE-295 | Certificate Issues |
1% (1) | CWE-287 | Improper Authentication |
1% (1) | CWE-254 | Security Features |
1% (1) | CWE-200 | Information Exposure |
1% (1) | CWE-119 | Failure to Constrain Operations within the Bounds of a Memory Buffer |
1% (1) | CWE-94 | Failure to Control Generation of Code ('Code Injection') |
Open Source Vulnerability Database (OSVDB)
id | Description |
---|---|
76811 | Django HTTP Host Header DNS CNAME Record Parsing CSRF Protection Weakness |
76810 | Django verify_exists Location Header Parsing URLField Redirection Weakness |
75400 | Django X-Forwarded-Host HTTP Header Parsing Cache Poisoning Weakness |
75399 | Django django.contrib.sessions Remote Session Information Manipulation |
75398 | Django URLField Field URL Verification Remote DoS |
71001 | Django Session Cookie / Character Traversal Arbitrary File Access |
71000 | Django File Upload Field Filename XSS |
70999 | Django X-Requested-With Header CSRF |
70160 | Django django.contrib.auth Multiple Crafted Password Reset Token Remote DoS |
70159 | Django django.contrib.admin Admin Interface query String Information Disclosure |
58832 | Django Forms Library Multiple Field RegEx Handling DoS |
OpenVAS Exploits
id | Description |
---|---|
2013-09-18 | Name : Debian Security Advisory DSA 2529-1 (python-django - several vulnerabilities) File : nvt/deb_2529_1.nasl |
2012-12-26 | Name : Fedora Update for Django FEDORA-2012-20224 File : nvt/gb_fedora_2012_20224_Django_fc17.nasl |
2012-11-02 | Name : Fedora Update for Django FEDORA-2012-16440 File : nvt/gb_fedora_2012_16440_Django_fc17.nasl |
2012-11-02 | Name : Fedora Update for Django FEDORA-2012-16417 File : nvt/gb_fedora_2012_16417_Django_fc16.nasl |
2012-09-11 | Name : Ubuntu Update for python-django USN-1560-1 File : nvt/gb_ubuntu_USN_1560_1.nasl |
2012-08-30 | Name : Fedora Update for Django FEDORA-2012-11415 File : nvt/gb_fedora_2012_11415_Django_fc17.nasl |
2012-08-24 | Name : Mandriva Update for python-django MDVSA-2012:143 (python-django) File : nvt/gb_mandriva_MDVSA_2012_143.nasl |
2012-08-14 | Name : Fedora Update for Django FEDORA-2012-11416 File : nvt/gb_fedora_2012_11416_Django_fc16.nasl |
2012-08-10 | Name : FreeBSD Ports: py26-django, py27-django File : nvt/freebsd_py26-django.nasl |
2012-02-11 | Name : Debian Security Advisory DSA 2332-1 (python-django) File : nvt/deb_2332_1.nasl |
2011-12-09 | Name : Ubuntu Update for python-django USN-1297-1 File : nvt/gb_ubuntu_USN_1297_1.nasl |
2011-09-30 | Name : Fedora Update for Django FEDORA-2011-12481 File : nvt/gb_fedora_2011_12481_Django_fc14.nasl |
2011-09-12 | Name : Fedora Update for audacious-plugins FEDORA-2011-12350 File : nvt/gb_fedora_2011_12350_audacious-plugins_fc15.nasl |
2011-03-09 | Name : Debian Security Advisory DSA 2163-2 (dajaxice) File : nvt/deb_2163_2.nasl |
2011-03-07 | Name : Debian Security Advisory DSA 2163-1 (python-django) File : nvt/deb_2163_1.nasl |
2011-02-22 | Name : Fedora Update for Django FEDORA-2011-1261 File : nvt/gb_fedora_2011_1261_Django_fc13.nasl |
2011-02-22 | Name : Mandriva Update for python-django MDVSA-2011:031 (python-django) File : nvt/gb_mandriva_MDVSA_2011_031.nasl |
2011-02-22 | Name : Fedora Update for Django FEDORA-2011-1235 File : nvt/gb_fedora_2011_1235_Django_fc14.nasl |
2011-02-18 | Name : Ubuntu Update for python-django vulnerabilities USN-1066-1 File : nvt/gb_ubuntu_USN_1066_1.nasl |
2011-01-24 | Name : django -- multiple vulnerabilities File : nvt/freebsd_py23-django3.nasl |
2011-01-14 | Name : Fedora Update for Django FEDORA-2011-0120 File : nvt/gb_fedora_2011_0120_Django_fc14.nasl |
2011-01-14 | Name : Fedora Update for Django FEDORA-2011-0096 File : nvt/gb_fedora_2011_0096_Django_fc13.nasl |
2011-01-11 | Name : Ubuntu Update for python-django vulnerabilities USN-1040-1 File : nvt/gb_ubuntu_USN_1040_1.nasl |
2009-12-14 | Name : Mandriva Security Advisory MDVSA-2009:276-1 (python-django) File : nvt/mdksa_2009_276_1.nasl |
2009-10-29 | Name : Django Forms Library Algorithmic Complexity Vulnerability File : nvt/secpod_django_algorithmic_complexity_vuln.nasl |
Nessus® Vulnerability Scanner
id | Description |
---|---|
2019-01-16 | Name: The remote Fedora host is missing a security update. File: fedora_2019-e6ca5847c7.nasl - Type: ACT_GATHER_INFO |
2019-01-11 | Name: The remote Fedora host is missing a security update. File: fedora_2019-a7b53ed5a3.nasl - Type: ACT_GATHER_INFO |
2019-01-10 | Name: The remote Debian host is missing a security-related update. File: debian_DSA-4363.nasl - Type: ACT_GATHER_INFO |
2019-01-07 | Name: The remote Debian host is missing a security update. File: debian_DLA-1629.nasl - Type: ACT_GATHER_INFO |
2019-01-07 | Name: The remote FreeBSD host is missing one or more security-related updates. File: freebsd_pkg_3e41c1a610bc11e9bd85fcaa147e860e.nasl - Type: ACT_GATHER_INFO |
2019-01-03 | Name: The remote Fedora host is missing a security update. File: fedora_2018-0c85690ba7.nasl - Type: ACT_GATHER_INFO |
2019-01-03 | Name: The remote Fedora host is missing a security update. File: fedora_2018-39cc0bc342.nasl - Type: ACT_GATHER_INFO |
2019-01-03 | Name: The remote Fedora host is missing a security update. File: fedora_2018-6fa1017c1d.nasl - Type: ACT_GATHER_INFO |
2019-01-03 | Name: The remote Fedora host is missing a security update. File: fedora_2018-cce0e0bd04.nasl - Type: ACT_GATHER_INFO |
2018-10-04 | Name: The remote FreeBSD host is missing one or more security-related updates. File: freebsd_pkg_004d8c23c71011e898c7000c29434208.nasl - Type: ACT_GATHER_INFO |
2018-08-06 | Name: The remote Debian host is missing a security-related update. File: debian_DSA-4264.nasl - Type: ACT_GATHER_INFO |
2018-04-02 | Name: The remote Debian host is missing a security-related update. File: debian_DSA-4161.nasl - Type: ACT_GATHER_INFO |
2018-03-16 | Name: The remote Fedora host is missing a security update. File: fedora_2018-bd1147f152.nasl - Type: ACT_GATHER_INFO |
2018-03-09 | Name: The remote Debian host is missing a security update. File: debian_DLA-1303.nasl - Type: ACT_GATHER_INFO |
2016-11-15 | Name: The remote Fedora host is missing a security update. File: fedora_2016-704e85cac2.nasl - Type: ACT_GATHER_INFO |
2016-10-12 | Name: The remote Fedora host is missing a security update. File: fedora_2016-3795497354.nasl - Type: ACT_GATHER_INFO |
2016-10-12 | Name: The remote Fedora host is missing a security update. File: fedora_2016-5706eeb875.nasl - Type: ACT_GATHER_INFO |
2016-09-28 | Name: The remote FreeBSD host is missing one or more security-related updates. File: freebsd_pkg_bb02264384fb11e6a4a160a44ce6887b.nasl - Type: ACT_GATHER_INFO |
2016-09-28 | Name: The remote Ubuntu host is missing one or more security-related patches. File: ubuntu_USN-3089-1.nasl - Type: ACT_GATHER_INFO |
2016-09-27 | Name: The remote Debian host is missing a security-related update. File: debian_DSA-3678.nasl - Type: ACT_GATHER_INFO |
2016-08-03 | Name: The remote Fedora host is missing a security update. File: fedora_2016-97ca9d52a4.nasl - Type: ACT_GATHER_INFO |
2016-08-03 | Name: The remote Fedora host is missing a security update. File: fedora_2016-b7e31a0b9a.nasl - Type: ACT_GATHER_INFO |
2016-07-22 | Name: The remote Debian host is missing a security update. File: debian_DLA-555.nasl - Type: ACT_GATHER_INFO |
2016-07-20 | Name: The remote Ubuntu host is missing one or more security-related patches. File: ubuntu_USN-3039-1.nasl - Type: ACT_GATHER_INFO |
2016-07-19 | Name: The remote Debian host is missing a security-related update. File: debian_DSA-3622.nasl - Type: ACT_GATHER_INFO |