Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/django@3.2.18
purl pkg:pypi/django@3.2.18
Next non-vulnerable version 4.2.29
Latest non-vulnerable version 6.0.4
Risk 10.0
Vulnerabilities affecting this package (12)
Vulnerability Summary Fixed by
VCID-42x9-8c3c-bug1
Aliases:
BIT-django-2023-31047
CVE-2023-31047
GHSA-r3xc-prgr-mg9p
PYSEC-2023-61
In Django 3.2 before 3.2.19, 4.x before 4.1.9, and 4.2 before 4.2.1, it was possible to bypass validation when using one form field to upload multiple files. This multiple upload has never been supported by forms.FileField or forms.ImageField (only the last uploaded file was validated). However, Django's "Uploading multiple files" documentation suggested otherwise.
3.2.19
Affected by 11 other vulnerabilities.
4.1.9
Affected by 9 other vulnerabilities.
4.2.1
Affected by 38 other vulnerabilities.
VCID-4ztz-fq98-5fh1
Aliases:
BIT-django-2023-41164
CVE-2023-41164
GHSA-7h4p-27mh-hmrw
PYSEC-2023-225
In Django 3.2 before 3.2.21, 4.1 before 4.1.11, and 4.2 before 4.2.5, django.utils.encoding.uri_to_iri() is subject to a potential DoS (denial of service) attack via certain inputs with a very large number of Unicode characters.
3.2.21
Affected by 9 other vulnerabilities.
4.1.11
Affected by 7 other vulnerabilities.
4.2.5
Affected by 36 other vulnerabilities.
VCID-78r4-85ms-63hm
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 7 other vulnerabilities.
4.1.13
Affected by 5 other vulnerabilities.
4.2.7
Affected by 34 other vulnerabilities.
VCID-84mm-45p6-xkau
Aliases:
CVE-2025-64458
GHSA-qw25-v68c-qjf3
Django has a denial-of-service vulnerability in HttpResponseRedirect and HttpResponsePermanentRedirect on Windows An issue was discovered in 5.1 before 5.1.14, 4.2 before 4.2.26, and 5.2 before 5.2.8. NFKC normalization in Python is slow on Windows. As a consequence, `django.http.HttpResponseRedirect`, `django.http.HttpResponsePermanentRedirect`, and the shortcut `django.shortcuts.redirect` were subject to a potential denial-of-service attack via certain inputs with a very large number of Unicode characters. Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected. Django would like to thank Seokchan Yoon for reporting this issue.
4.2.26
Affected by 10 other vulnerabilities.
5.1.14
Affected by 2 other vulnerabilities.
5.2.8
Affected by 10 other vulnerabilities.
6.0a1
Affected by 6 other vulnerabilities.
VCID-896g-hqec-ryb9
Aliases:
BIT-django-2025-48432
CVE-2025-48432
GHSA-7xr5-9hcq-chf9
PYSEC-2025-47
An issue was discovered in Django 5.2 before 5.2.2, 5.1 before 5.1.10, and 4.2 before 4.2.22. Internal HTTP response logging does not escape request.path, which allows remote attackers to potentially manipulate log output via crafted URLs. This may lead to log injection or forgery when logs are viewed in terminals or processed by external systems.
4.2.22
Affected by 15 other vulnerabilities.
5.1.10
Affected by 7 other vulnerabilities.
5.2.2
Affected by 15 other vulnerabilities.
VCID-8m4b-y4va-kqgm
Aliases:
BIT-django-2023-43665
CVE-2023-43665
GHSA-h8gc-pgj2-vjm3
PYSEC-2023-226
In Django 3.2 before 3.2.22, 4.1 before 4.1.12, and 4.2 before 4.2.6, the django.utils.text.Truncator chars() and words() methods (when used with html=True) are subject to a potential DoS (denial of service) attack via certain inputs with very long, potentially malformed HTML text. The chars() and words() methods are used to implement the truncatechars_html and truncatewords_html template filters, which are thus also vulnerable. NOTE: this issue exists because of an incomplete fix for CVE-2019-14232.
3.2.22
Affected by 8 other vulnerabilities.
4.1.12
Affected by 6 other vulnerabilities.
4.2.6
Affected by 35 other vulnerabilities.
VCID-8xgs-8xjr-cber
Aliases:
BIT-django-2024-24680
CVE-2024-24680
GHSA-xxj9-f6rv-m3x4
PYSEC-2024-28
An issue was discovered in Django 3.2 before 3.2.24, 4.2 before 4.2.10, and Django 5.0 before 5.0.2. The intcomma template filter was subject to a potential denial-of-service attack when used with very long strings.
3.2.24
Affected by 6 other vulnerabilities.
4.2.10
Affected by 33 other vulnerabilities.
5.0.2
Affected by 21 other vulnerabilities.
VCID-9uzd-mmyv-mfh4
Aliases:
CVE-2025-64459
GHSA-frmv-pr5f-9mcr
Django vulnerable to SQL injection via _connector keyword argument in QuerySet and Q objects. An issue was discovered in 5.1 before 5.1.14, 4.2 before 4.2.26, and 5.2 before 5.2.8. The methods `QuerySet.filter()`, `QuerySet.exclude()`, and `QuerySet.get()`, and the class `Q()`, are subject to SQL injection when using a suitably crafted dictionary, with dictionary expansion, as the `_connector` argument. Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected. Django would like to thank cyberstan for reporting this issue.
4.2.26
Affected by 10 other vulnerabilities.
5.1.14
Affected by 2 other vulnerabilities.
5.2.8
Affected by 10 other vulnerabilities.
6.0a1
Affected by 6 other vulnerabilities.
VCID-e2jd-yd4j-kqgt
Aliases:
CVE-2024-45231
GHSA-rrqc-c2jx-6jgv
Django allows enumeration of user e-mail addresses An issue was discovered in Django v5.1.1, v5.0.9, and v4.2.16. The django.contrib.auth.forms.PasswordResetForm class, when used in a view implementing password reset flows, allows remote attackers to enumerate user e-mail addresses by sending password reset requests and observing the outcome (only when e-mail sending is consistently failing).
4.2.16
Affected by 22 other vulnerabilities.
5.0.9
Affected by 10 other vulnerabilities.
5.1.1
Affected by 15 other vulnerabilities.
VCID-jh1e-72hp-fuf4
Aliases:
BIT-django-2024-27351
CVE-2024-27351
GHSA-vm8q-m57g-pff3
PYSEC-2024-47
In Django 3.2 before 3.2.25, 4.2 before 4.2.11, and 5.0 before 5.0.3, the django.utils.text.Truncator.words() method (with html=True) and the truncatewords_html template filter are subject to a potential regular expression denial-of-service attack via a crafted string. NOTE: this issue exists because of an incomplete fix for CVE-2019-14232 and CVE-2023-43665.
3.2.25
Affected by 5 other vulnerabilities.
4.2.11
Affected by 32 other vulnerabilities.
5.0.3
Affected by 20 other vulnerabilities.
VCID-w4pr-k5nj-ckgy
Aliases:
CVE-2025-57833
GHSA-6w2r-r2m5-xq5w
Django is subject to SQL injection through its column aliases An issue was discovered in Django 4.2 before 4.2.24, 5.1 before 5.1.12, and 5.2 before 5.2.6. FilteredRelation is subject to SQL injection in column aliases, using a suitably crafted dictionary, with dictionary expansion, as the **kwargs passed QuerySet.annotate() or QuerySet.alias().
4.2.24
Affected by 14 other vulnerabilities.
5.1.12
Affected by 6 other vulnerabilities.
5.2.6
Affected by 14 other vulnerabilities.
VCID-wz1q-1tjp-4qhw
Aliases:
BIT-django-2023-36053
CVE-2023-36053
GHSA-jh3w-4vvf-mjgr
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 10 other vulnerabilities.
4.1.10
Affected by 8 other vulnerabilities.
4.2.3
Affected by 37 other vulnerabilities.
Vulnerabilities fixed by this package (1)
Vulnerability Summary Aliases
VCID-ypub-ukuh-p3aw An issue was discovered in the Multipart Request Parser in Django 3.2 before 3.2.18, 4.0 before 4.0.10, and 4.1 before 4.1.7. Passing certain inputs (e.g., an excessive number of parts) to multipart forms could result in too many open files or memory exhaustion, and provided a potential vector for a denial-of-service attack. BIT-django-2023-24580
CVE-2023-24580
GHSA-2hrw-hx67-34x6
PYSEC-2023-13

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T23:51:36.767769+00:00 GitLab Importer Affected by VCID-84mm-45p6-xkau https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-64458.yml 38.4.0
2026-04-16T23:51:33.938096+00:00 GitLab Importer Affected by VCID-9uzd-mmyv-mfh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-64459.yml 38.4.0
2026-04-16T23:40:26.584413+00:00 GitLab Importer Affected by VCID-w4pr-k5nj-ckgy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-57833.yml 38.4.0
2026-04-16T23:30:24.741591+00:00 GitLab Importer Affected by VCID-896g-hqec-ryb9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-48432.yml 38.4.0
2026-04-16T23:10:35.300132+00:00 GitLab Importer Affected by VCID-e2jd-yd4j-kqgt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-45231.yml 38.4.0
2026-04-16T22:54:02.866956+00:00 GitLab Importer Affected by VCID-jh1e-72hp-fuf4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-27351.yml 38.4.0
2026-04-16T22:50:12.262963+00:00 GitLab Importer Affected by VCID-8xgs-8xjr-cber https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-24680.yml 38.4.0
2026-04-16T22:42:29.002635+00:00 GitLab Importer Affected by VCID-4ztz-fq98-5fh1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-41164.yml 38.4.0
2026-04-16T22:42:28.505072+00:00 GitLab Importer Affected by VCID-8m4b-y4va-kqgm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-43665.yml 38.4.0
2026-04-16T22:42:22.810159+00:00 GitLab Importer Affected by VCID-78r4-85ms-63hm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-46695.yml 38.4.0
2026-04-16T22:32:50.685183+00:00 GitLab Importer Affected by VCID-wz1q-1tjp-4qhw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-36053.yml 38.4.0
2026-04-16T22:28:57.446560+00:00 GitLab Importer Affected by VCID-42x9-8c3c-bug1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-31047.yml 38.4.0
2026-04-16T22:21:55.695032+00:00 GitLab Importer Fixing VCID-ypub-ukuh-p3aw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-24580.yml 38.4.0
2026-04-12T01:13:10.697080+00:00 GitLab Importer Affected by VCID-84mm-45p6-xkau https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-64458.yml 38.3.0
2026-04-12T01:13:07.298164+00:00 GitLab Importer Affected by VCID-9uzd-mmyv-mfh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-64459.yml 38.3.0
2026-04-12T01:01:13.278610+00:00 GitLab Importer Affected by VCID-w4pr-k5nj-ckgy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-57833.yml 38.3.0
2026-04-12T00:50:06.501555+00:00 GitLab Importer Affected by VCID-896g-hqec-ryb9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-48432.yml 38.3.0
2026-04-12T00:28:53.775489+00:00 GitLab Importer Affected by VCID-e2jd-yd4j-kqgt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-45231.yml 38.3.0
2026-04-12T00:12:27.008683+00:00 GitLab Importer Affected by VCID-jh1e-72hp-fuf4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-27351.yml 38.3.0
2026-04-12T00:09:45.714178+00:00 GitLab Importer Affected by VCID-8xgs-8xjr-cber https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-24680.yml 38.3.0
2026-04-12T00:02:00.500120+00:00 GitLab Importer Affected by VCID-4ztz-fq98-5fh1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-41164.yml 38.3.0
2026-04-12T00:01:59.926060+00:00 GitLab Importer Affected by VCID-8m4b-y4va-kqgm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-43665.yml 38.3.0
2026-04-12T00:01:55.490253+00:00 GitLab Importer Affected by VCID-78r4-85ms-63hm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-46695.yml 38.3.0
2026-04-11T23:51:43.887552+00:00 GitLab Importer Affected by VCID-wz1q-1tjp-4qhw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-36053.yml 38.3.0
2026-04-11T23:47:28.890427+00:00 GitLab Importer Affected by VCID-42x9-8c3c-bug1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-31047.yml 38.3.0
2026-04-11T23:40:01.031792+00:00 GitLab Importer Fixing VCID-ypub-ukuh-p3aw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-24580.yml 38.3.0
2026-04-03T01:22:07.409263+00:00 GitLab Importer Affected by VCID-84mm-45p6-xkau https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-64458.yml 38.1.0
2026-04-03T01:22:04.248501+00:00 GitLab Importer Affected by VCID-9uzd-mmyv-mfh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-64459.yml 38.1.0
2026-04-03T01:09:28.011090+00:00 GitLab Importer Affected by VCID-w4pr-k5nj-ckgy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-57833.yml 38.1.0
2026-04-03T00:58:09.964695+00:00 GitLab Importer Affected by VCID-896g-hqec-ryb9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-48432.yml 38.1.0
2026-04-03T00:36:39.654754+00:00 GitLab Importer Affected by VCID-e2jd-yd4j-kqgt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-45231.yml 38.1.0
2026-04-03T00:18:48.179899+00:00 GitLab Importer Affected by VCID-jh1e-72hp-fuf4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-27351.yml 38.1.0
2026-04-03T00:14:45.381773+00:00 GitLab Importer Affected by VCID-8xgs-8xjr-cber https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2024-24680.yml 38.1.0
2026-04-03T00:05:01.678770+00:00 GitLab Importer Affected by VCID-4ztz-fq98-5fh1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-41164.yml 38.1.0
2026-04-03T00:05:01.178404+00:00 GitLab Importer Affected by VCID-8m4b-y4va-kqgm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-43665.yml 38.1.0
2026-04-03T00:04:56.526715+00:00 GitLab Importer Affected by VCID-78r4-85ms-63hm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-46695.yml 38.1.0
2026-04-02T23:54:58.029482+00:00 GitLab Importer Affected by VCID-wz1q-1tjp-4qhw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-36053.yml 38.1.0
2026-04-02T23:50:54.937027+00:00 GitLab Importer Affected by VCID-42x9-8c3c-bug1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-31047.yml 38.1.0
2026-04-02T23:44:07.501618+00:00 GitLab Importer Fixing VCID-ypub-ukuh-p3aw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-24580.yml 38.1.0
2026-04-02T16:58:57.267731+00:00 GHSA Importer Fixing VCID-ypub-ukuh-p3aw https://github.com/advisories/GHSA-2hrw-hx67-34x6 38.1.0
2026-04-01T15:16:09.889815+00:00 PyPI Importer Affected by VCID-jh1e-72hp-fuf4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:15:59.575241+00:00 PyPI Importer Affected by VCID-8xgs-8xjr-cber https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:15:17.444447+00:00 PyPI Importer Affected by VCID-4ztz-fq98-5fh1 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:15:17.032206+00:00 PyPI Importer Affected by VCID-8m4b-y4va-kqgm https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:15:16.314418+00:00 PyPI Importer Affected by VCID-78r4-85ms-63hm https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:14:16.528719+00:00 PyPI Importer Affected by VCID-wz1q-1tjp-4qhw https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:14:01.758142+00:00 PyPI Importer Affected by VCID-42x9-8c3c-bug1 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:13:43.527720+00:00 PyPI Importer Fixing VCID-ypub-ukuh-p3aw https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T12:58:19.353944+00:00 GithubOSV Importer Fixing VCID-ypub-ukuh-p3aw https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/02/GHSA-2hrw-hx67-34x6/GHSA-2hrw-hx67-34x6.json 38.0.0
2026-04-01T12:50:54.159624+00:00 GitLab Importer Fixing VCID-ypub-ukuh-p3aw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2023-24580.yml 38.0.0
2026-04-01T12:49:26.845469+00:00 Pypa Importer Affected by VCID-jh1e-72hp-fuf4 https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-47.yaml 38.0.0
2026-04-01T12:49:20.718780+00:00 Pypa Importer Affected by VCID-8xgs-8xjr-cber https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2024-28.yaml 38.0.0
2026-04-01T12:48:57.566793+00:00 Pypa Importer Affected by VCID-8m4b-y4va-kqgm https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2023-226.yaml 38.0.0
2026-04-01T12:48:57.180445+00:00 Pypa Importer Affected by VCID-4ztz-fq98-5fh1 https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2023-225.yaml 38.0.0
2026-04-01T12:48:56.945490+00:00 Pypa Importer Affected by VCID-78r4-85ms-63hm https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2023-222.yaml 38.0.0
2026-04-01T12:48:24.268764+00:00 Pypa Importer Affected by VCID-wz1q-1tjp-4qhw https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2023-100.yaml 38.0.0
2026-04-01T12:48:16.149829+00:00 Pypa Importer Affected by VCID-42x9-8c3c-bug1 https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2023-61.yaml 38.0.0
2026-04-01T12:48:05.280044+00:00 Pypa Importer Fixing VCID-ypub-ukuh-p3aw https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2023-13.yaml 38.0.0