Search for packages
Package details: pkg:pypi/django@3.2.0
purl pkg:pypi/django@3.2.0
Tags Ghost
Next non-vulnerable version 4.2.22
Latest non-vulnerable version 5.2.2
Risk 4.5
Vulnerabilities affecting this package (14)
Vulnerability Summary Fixed by
VCID-589h-ndhj-aaab
Aliases:
BIT-2023-31047
BIT-django-2023-31047
CVE-2023-31047
GHSA-r3xc-prgr-mg9p
PYSEC-0000-CVE-2023-31047
PYSEC-2023-61
Django bypasses validation when using one form field to upload multiple files
3.2.19
Affected by 7 other vulnerabilities.
4.1.9
Affected by 6 other vulnerabilities.
4.2.1
Affected by 22 other vulnerabilities.
VCID-an9k-wmax-aaam
Aliases:
BIT-2021-33203
BIT-django-2021-33203
CVE-2021-33203
GHSA-68w8-qjq3-2gfm
PYSEC-2021-98
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.
3.2.4
Affected by 22 other vulnerabilities.
VCID-he7b-33hj-aaab
Aliases:
BIT-2021-33571
BIT-django-2021-33571
CVE-2021-33571
GHSA-p99v-5w3c-jqq9
PYSEC-2021-99
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+..) .
3.2.4
Affected by 22 other vulnerabilities.
VCID-khvz-sgc7-aaak
Aliases:
BIT-2023-24580
BIT-django-2023-24580
CVE-2023-24580
GHSA-2hrw-hx67-34x6
PYSEC-0000-CVE-2023-24580
PYSEC-2023-13
Resource exhaustion in Django
3.2.18
Affected by 8 other vulnerabilities.
4.0.10
Affected by 5 other vulnerabilities.
4.1.7
Affected by 7 other vulnerabilities.
VCID-n8u8-pmvh-aaam
Aliases:
BIT-2022-22818
BIT-django-2022-22818
CVE-2022-22818
GHSA-95rw-fx8r-36v6
PYSEC-2022-19
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.
3.2.12
Affected by 15 other vulnerabilities.
4.0.2
Affected by 11 other vulnerabilities.
VCID-ngaz-arbj-aaap
Aliases:
BIT-2022-23833
BIT-django-2022-23833
CVE-2022-23833
GHSA-6cw3-g6wv-c2xv
PYSEC-2022-20
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.
3.2.12
Affected by 15 other vulnerabilities.
4.0.2
Affected by 11 other vulnerabilities.
VCID-p7gc-mdwj-aaaj
Aliases:
BIT-2021-45116
BIT-django-2021-45116
CVE-2021-45116
GHSA-8c5j-9r9f-c6w8
PYSEC-2022-2
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.
3.2.11
Affected by 17 other vulnerabilities.
4.0.1
Affected by 13 other vulnerabilities.
VCID-p9fj-m9t4-aaas
Aliases:
BIT-2021-32052
BIT-django-2021-32052
CVE-2021-32052
GHSA-qm57-vhq3-3fwf
PYSEC-2021-8
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.
3.2.2
Affected by 24 other vulnerabilities.
VCID-psfg-va2d-aaae
Aliases:
BIT-2021-35042
BIT-django-2021-35042
CVE-2021-35042
GHSA-xpfp-f569-q3p2
PYSEC-2021-109
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.
3.2.5
Affected by 21 other vulnerabilities.
VCID-r32d-wxg1-aaap
Aliases:
BIT-2021-31542
BIT-django-2021-31542
CVE-2021-31542
GHSA-rxjp-mfm9-w4wr
PYSEC-2021-7
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.
3.2.1
Affected by 25 other vulnerabilities.
VCID-rwqv-shhz-aaag
Aliases:
BIT-django-2023-46695
CVE-2023-46695
GHSA-qmf9-6jqf-j8fq
PYSEC-2023-222
An issue was discovered in Django 3.2 before 3.2.23, 4.1 before 4.1.13, and 4.2 before 4.2.7. The NFKC normalization is slow on Windows. As a consequence, django.contrib.auth.forms.UsernameField is subject to a potential DoS (denial of service) attack via certain inputs with a very large number of Unicode characters.
3.2.23
Affected by 3 other vulnerabilities.
4.1.13
Affected by 2 other vulnerabilities.
4.2.7
Affected by 18 other vulnerabilities.
VCID-ucbd-zk38-aaae
Aliases:
BIT-2023-36053
BIT-django-2023-36053
CVE-2023-36053
GHSA-jh3w-4vvf-mjgr
PYSEC-0000-CVE-2023-36053
PYSEC-2023-100
In Django 3.2 before 3.2.20, 4 before 4.1.10, and 4.2 before 4.2.3, EmailValidator and URLValidator are subject to a potential ReDoS (regular expression denial of service) attack via a very large number of domain name labels of emails and URLs.
3.2.20
Affected by 6 other vulnerabilities.
4.0a1
Affected by 7 other vulnerabilities.
4.1.10
Affected by 5 other vulnerabilities.
4.2a1
Affected by 6 other vulnerabilities.
4.2.3
Affected by 21 other vulnerabilities.
VCID-vytm-ev3f-aaac
Aliases:
BIT-2021-45115
BIT-django-2021-45115
CVE-2021-45115
GHSA-53qw-q765-4fww
PYSEC-2022-1
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.
3.2.11
Affected by 17 other vulnerabilities.
4.0.1
Affected by 13 other vulnerabilities.
VCID-yx8w-bmpf-aaaa
Aliases:
BIT-2021-45452
BIT-django-2021-45452
CVE-2021-45452
GHSA-jrh2-hc4r-7jwx
PYSEC-2022-3
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.
3.2.11
Affected by 17 other vulnerabilities.
4.0.1
Affected by 13 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2025-03-29T10:46:52.163776+00:00 GHSA Importer Affected by VCID-ngaz-arbj-aaap None 36.0.0
2025-01-17T02:47:40.125001+00:00 GHSA Importer Affected by VCID-ucbd-zk38-aaae None 35.1.0
2025-01-17T02:47:29.861056+00:00 GHSA Importer Affected by VCID-589h-ndhj-aaab None 35.1.0
2025-01-17T02:47:14.046585+00:00 GHSA Importer Affected by VCID-khvz-sgc7-aaak None 35.1.0
2025-01-17T02:40:25.597908+00:00 GHSA Importer Affected by VCID-n8u8-pmvh-aaam None 35.1.0
2025-01-17T02:40:02.339954+00:00 GHSA Importer Affected by VCID-yx8w-bmpf-aaaa None 35.1.0
2025-01-17T02:40:02.055136+00:00 GHSA Importer Affected by VCID-p7gc-mdwj-aaaj None 35.1.0
2025-01-17T02:40:01.952382+00:00 GHSA Importer Affected by VCID-vytm-ev3f-aaac None 35.1.0
2025-01-17T02:39:00.360822+00:00 GHSA Importer Affected by VCID-psfg-va2d-aaae None 35.1.0
2025-01-17T02:38:56.242524+00:00 GHSA Importer Affected by VCID-he7b-33hj-aaab None 35.1.0
2025-01-17T02:38:55.462398+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam None 35.1.0
2025-01-17T02:38:49.280280+00:00 GHSA Importer Affected by VCID-p9fj-m9t4-aaas None 35.1.0
2025-01-17T02:38:47.653576+00:00 GHSA Importer Affected by VCID-r32d-wxg1-aaap None 35.1.0
2024-09-17T22:26:41.898667+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 34.0.1
2024-09-17T22:16:01.296117+00:00 GHSA Importer Affected by VCID-p9fj-m9t4-aaas https://github.com/advisories/GHSA-qm57-vhq3-3fwf 34.0.1
2024-09-17T22:14:04.414952+00:00 GHSA Importer Affected by VCID-p7gc-mdwj-aaaj https://github.com/advisories/GHSA-8c5j-9r9f-c6w8 34.0.1
2024-09-17T22:14:02.047882+00:00 GHSA Importer Affected by VCID-psfg-va2d-aaae https://github.com/advisories/GHSA-xpfp-f569-q3p2 34.0.1
2024-09-17T22:13:47.455572+00:00 GHSA Importer Affected by VCID-he7b-33hj-aaab https://github.com/advisories/GHSA-p99v-5w3c-jqq9 34.0.1
2024-09-17T22:13:47.338322+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.1
2024-09-17T22:13:44.703930+00:00 GHSA Importer Affected by VCID-vytm-ev3f-aaac https://github.com/advisories/GHSA-53qw-q765-4fww 34.0.1
2024-09-17T22:13:37.379195+00:00 GHSA Importer Affected by VCID-r32d-wxg1-aaap https://github.com/advisories/GHSA-rxjp-mfm9-w4wr 34.0.1
2024-09-17T22:13:35.347251+00:00 GHSA Importer Affected by VCID-ucbd-zk38-aaae https://github.com/advisories/GHSA-jh3w-4vvf-mjgr 34.0.1
2024-04-23T17:41:30.872047+00:00 GHSA Importer Affected by VCID-psfg-va2d-aaae https://github.com/advisories/GHSA-xpfp-f569-q3p2 34.0.0rc4
2024-04-23T17:41:28.370924+00:00 GHSA Importer Affected by VCID-vytm-ev3f-aaac https://github.com/advisories/GHSA-53qw-q765-4fww 34.0.0rc4
2024-04-23T17:41:27.605498+00:00 GHSA Importer Affected by VCID-r32d-wxg1-aaap https://github.com/advisories/GHSA-rxjp-mfm9-w4wr 34.0.0rc4
2024-01-03T17:52:40.668693+00:00 GitLab Importer Affected by VCID-an9k-wmax-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 34.0.0rc1
2024-01-03T17:45:57.419574+00:00 GHSA Importer Affected by VCID-p9fj-m9t4-aaas https://github.com/advisories/GHSA-qm57-vhq3-3fwf 34.0.0rc1
2024-01-03T17:45:29.106042+00:00 GHSA Importer Affected by VCID-yx8w-bmpf-aaaa https://github.com/advisories/GHSA-jrh2-hc4r-7jwx 34.0.0rc1
2024-01-03T17:44:26.480607+00:00 GHSA Importer Affected by VCID-khvz-sgc7-aaak https://github.com/advisories/GHSA-2hrw-hx67-34x6 34.0.0rc1
2024-01-03T17:44:21.419344+00:00 GHSA Importer Affected by VCID-589h-ndhj-aaab https://github.com/advisories/GHSA-r3xc-prgr-mg9p 34.0.0rc1
2024-01-03T17:44:13.726080+00:00 GHSA Importer Affected by VCID-p7gc-mdwj-aaaj https://github.com/advisories/GHSA-8c5j-9r9f-c6w8 34.0.0rc1
2024-01-03T17:44:11.519890+00:00 GHSA Importer Affected by VCID-psfg-va2d-aaae https://github.com/advisories/GHSA-xpfp-f569-q3p2 34.0.0rc1
2024-01-03T17:43:57.585224+00:00 GHSA Importer Affected by VCID-he7b-33hj-aaab https://github.com/advisories/GHSA-p99v-5w3c-jqq9 34.0.0rc1
2024-01-03T17:43:57.466247+00:00 GHSA Importer Affected by VCID-an9k-wmax-aaam https://github.com/advisories/GHSA-68w8-qjq3-2gfm 34.0.0rc1
2024-01-03T17:43:57.425620+00:00 GHSA Importer Affected by VCID-n8u8-pmvh-aaam https://github.com/advisories/GHSA-95rw-fx8r-36v6 34.0.0rc1
2024-01-03T17:43:54.744056+00:00 GHSA Importer Affected by VCID-vytm-ev3f-aaac https://github.com/advisories/GHSA-53qw-q765-4fww 34.0.0rc1
2024-01-03T17:43:48.051239+00:00 GHSA Importer Affected by VCID-r32d-wxg1-aaap https://github.com/advisories/GHSA-rxjp-mfm9-w4wr 34.0.0rc1
2024-01-03T17:43:47.934440+00:00 GHSA Importer Affected by VCID-ngaz-arbj-aaap https://github.com/advisories/GHSA-6cw3-g6wv-c2xv 34.0.0rc1
2024-01-03T17:43:46.190178+00:00 GHSA Importer Affected by VCID-ucbd-zk38-aaae https://github.com/advisories/GHSA-jh3w-4vvf-mjgr 34.0.0rc1
2024-01-03T17:43:43.787013+00:00 GHSA Importer Affected by VCID-rwqv-shhz-aaag https://github.com/advisories/GHSA-qmf9-6jqf-j8fq 34.0.0rc1