Show filters
112 Total Results
Displaying 21-30 of 112
Sort by:
Attacker Value
Unknown

CVE-2022-22818

Disclosure Date: February 03, 2022 (last updated November 08, 2023)
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.
Attacker Value
Unknown

CVE-2021-45452

Disclosure Date: January 05, 2022 (last updated October 07, 2023)
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.
Attacker Value
Unknown

CVE-2021-45116

Disclosure Date: January 05, 2022 (last updated October 07, 2023)
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.
Attacker Value
Unknown

CVE-2021-45115

Disclosure Date: January 05, 2022 (last updated October 07, 2023)
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.
Attacker Value
Unknown

CVE-2021-44420

Disclosure Date: December 08, 2021 (last updated October 07, 2023)
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.
Attacker Value
Unknown

CVE-2021-35042

Disclosure Date: July 02, 2021 (last updated November 08, 2023)
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.
Attacker Value
Unknown

CVE-2021-33203

Disclosure Date: June 08, 2021 (last updated November 08, 2023)
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.
Attacker Value
Unknown

CVE-2021-33571

Disclosure Date: June 08, 2021 (last updated November 08, 2023)
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+..) .
Attacker Value
Unknown

CVE-2021-32052

Disclosure Date: May 06, 2021 (last updated November 08, 2023)
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.
Attacker Value
Unknown

CVE-2021-31542

Disclosure Date: May 05, 2021 (last updated November 08, 2023)
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.