Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/django@4.2.25
purl pkg:pypi/django@4.2.25
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-28g3-ubx6-ebff
Aliases:
CVE-2026-1285
GHSA-4rrr-2h4v-f3j9
Django has Inefficient Algorithmic Complexity An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. `django.utils.text.Truncator.chars()` and `Truncator.words()` methods (with `html=True`) and the `truncatechars_html` and `truncatewords_html` template filters allow a remote attacker to cause a potential denial-of-service via crafted inputs containing a large number of unmatched HTML end tags. 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.28
Affected by 2 other vulnerabilities.
5.0a1
Affected by 4 other vulnerabilities.
5.2.11
Affected by 2 other vulnerabilities.
6.0.2
Affected by 2 other vulnerabilities.
VCID-2tfv-rtq7-2fg9
Aliases:
CVE-2025-13473
GHSA-2mcm-79hx-8fxw
Django has Observable Timing Discrepancy An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. The `django.contrib.auth.handlers.modwsgi.check_password()` function for authentication via `mod_wsgi` allows remote attackers to enumerate users via a timing attack. 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 Stackered for reporting this issue.
4.2.28
Affected by 2 other vulnerabilities.
5.0a1
Affected by 4 other vulnerabilities.
5.2.11
Affected by 2 other vulnerabilities.
6.0.2
Affected by 2 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-8qu1-45n9-gyb1
Aliases:
CVE-2026-1287
GHSA-gvg8-93h5-g6qq
Django has an SQL Injection issue An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. `FilteredRelation` is subject to SQL injection in column aliases via control characters, using a suitably crafted dictionary, with dictionary expansion, as the `**kwargs` passed to `QuerySet` methods `annotate()`, `aggregate()`, `extra()`, `values()`, `values_list()`, and `alias()`. 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 Solomon Kebede for reporting this issue.
4.2.28
Affected by 2 other vulnerabilities.
5.0a1
Affected by 4 other vulnerabilities.
5.2.11
Affected by 2 other vulnerabilities.
6.0.2
Affected by 2 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-ac4c-321h-tqfk
Aliases:
CVE-2026-25674
GHSA-mjgh-79qc-68w3
Django has a Race Condition vulnerability An issue was discovered in 6.0 before 6.0.3, 5.2 before 5.2.12, and 4.2 before 4.2.29. Race condition in file-system storage and file-based cache backends in Django allows an attacker to cause file system objects to be created with incorrect permissions via concurrent requests, where one thread's temporary `umask` change affects other threads in multi-threaded environments. 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 Tarek Nakkouch for reporting this issue.
4.2.29
Affected by 0 other vulnerabilities.
5.0a1
Affected by 4 other vulnerabilities.
5.2.12
Affected by 0 other vulnerabilities.
6.0a1
Affected by 6 other vulnerabilities.
6.0.3
Affected by 0 other vulnerabilities.
VCID-e9k9-1s9f-dbgv
Aliases:
CVE-2025-14550
GHSA-33mw-q7rj-mjwj
Django has Inefficient Algorithmic Complexity An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. `ASGIRequest` allows a remote attacker to cause a potential denial-of-service via a crafted request with multiple duplicate headers. 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 Jiyong Yang for reporting this issue.
4.2.28
Affected by 2 other vulnerabilities.
5.0a1
Affected by 4 other vulnerabilities.
5.2.11
Affected by 2 other vulnerabilities.
6.0.2
Affected by 2 other vulnerabilities.
VCID-msge-1mfu-7qfa
Aliases:
CVE-2026-1312
GHSA-6426-9fv3-65x8
Django has an SQL Injection issue An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. `.QuerySet.order_by()` is subject to SQL injection in column aliases containing periods when the same alias is, using a suitably crafted dictionary, with dictionary expansion, used in `FilteredRelation`. 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 Solomon Kebede for reporting this issue.
4.2.28
Affected by 2 other vulnerabilities.
5.0a1
Affected by 4 other vulnerabilities.
5.2.11
Affected by 2 other vulnerabilities.
6.0.2
Affected by 2 other vulnerabilities.
VCID-nda7-9219-6kce
Aliases:
CVE-2026-25673
GHSA-8p8v-wh79-9r56
Django vulnerable to Uncontrolled Resource Consumption An issue was discovered in 6.0 before 6.0.3, 5.2 before 5.2.12, and 4.2 before 4.2.29. `URLField.to_python()` in Django calls `urllib.parse.urlsplit()`, which performs NFKC normalization on Windows that is disproportionately slow for certain Unicode characters, allowing a remote attacker to cause denial of service via large URL inputs containing these 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.29
Affected by 0 other vulnerabilities.
5.0a1
Affected by 4 other vulnerabilities.
5.2.12
Affected by 0 other vulnerabilities.
6.0a1
Affected by 6 other vulnerabilities.
6.0.3
Affected by 0 other vulnerabilities.
VCID-ukkt-wgau-t3et
Aliases:
CVE-2025-64460
GHSA-vrcr-9hj9-jcg6
Django is vulnerable to DoS via XML serializer text extraction An issue was discovered in 5.2 before 5.2.9, 5.1 before 5.1.15, and 4.2 before 4.2.27. Algorithmic complexity in `django.core.serializers.xml_serializer.getInnerText()` allows a remote attacker to cause a potential denial-of-service attack triggering CPU and memory exhaustion via specially crafted XML input processed by the XML `Deserializer`. 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.27
Affected by 8 other vulnerabilities.
5.0a1
Affected by 4 other vulnerabilities.
5.1.15
Affected by 0 other vulnerabilities.
5.2.9
Affected by 8 other vulnerabilities.
6.0a1
Affected by 6 other vulnerabilities.
VCID-vwt9-q3dt-vbfg
Aliases:
CVE-2025-13372
GHSA-rqw2-ghq9-44m7
Django is vulnerable to SQL injection in column aliases An issue was discovered in 5.2 before 5.2.9, 5.1 before 5.1.15, and 4.2 before 4.2.27. `FilteredRelation` is subject to SQL injection in column aliases, using a suitably crafted dictionary, with dictionary expansion, as the `**kwargs` passed to `QuerySet.annotate()` or `QuerySet.alias()` on PostgreSQL. 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 Stackered for reporting this issue.
4.2.27
Affected by 8 other vulnerabilities.
5.0a1
Affected by 4 other vulnerabilities.
5.1.15
Affected by 0 other vulnerabilities.
5.2.9
Affected by 8 other vulnerabilities.
6.0a1
Affected by 6 other vulnerabilities.
VCID-ysyp-h7ja-yff3
Aliases:
CVE-2026-1207
GHSA-mwm9-4648-f68q
Django has an SQL Injection issue An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. Raster lookups on ``RasterField`` (only implemented on PostGIS) allows remote attackers to inject SQL via the band index parameter. 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 Tarek Nakkouch for reporting this issue.
4.2.28
Affected by 2 other vulnerabilities.
5.0a1
Affected by 4 other vulnerabilities.
5.2.11
Affected by 2 other vulnerabilities.
6.0.2
Affected by 2 other vulnerabilities.
Vulnerabilities fixed by this package (2)
Vulnerability Summary Aliases
VCID-c6xy-v4sf-u3hn Django vulnerable to partial directory traversal via archives An issue was discovered in Django 4.2 before 4.2.25, 5.1 before 5.1.13, and 5.2 before 5.2.7. The django.utils.archive.extract() function, used by the "startapp --template" and "startproject --template" commands, allows partial directory traversal via an archive with file paths sharing a common prefix with the target directory. CVE-2025-59682
GHSA-q95w-c7qg-hrff
VCID-mux4-uv98-hbbw Django vulnerable to SQL injection in column aliases An issue was discovered in Django 4.2 before 4.2.25, 5.1 before 5.1.13, and 5.2 before 5.2.7. QuerySet.annotate(), QuerySet.alias(), QuerySet.aggregate(), and QuerySet.extra() are subject to SQL injection in column aliases, when using a suitably crafted dictionary, with dictionary expansion, as the **kwargs passed to these methods (on MySQL and MariaDB). CVE-2025-59681
GHSA-hpr9-3m2g-3j9p

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-12T01:54:36.883348+00:00 GitLab Importer Affected by VCID-nda7-9219-6kce https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2026-25673.yml 38.3.0
2026-04-12T01:54:35.400607+00:00 GitLab Importer Affected by VCID-ac4c-321h-tqfk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2026-25674.yml 38.3.0
2026-04-12T01:39:25.540444+00:00 GitLab Importer Affected by VCID-2tfv-rtq7-2fg9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-13473.yml 38.3.0
2026-04-12T01:39:23.628028+00:00 GitLab Importer Affected by VCID-8qu1-45n9-gyb1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2026-1287.yml 38.3.0
2026-04-12T01:39:21.802256+00:00 GitLab Importer Affected by VCID-e9k9-1s9f-dbgv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-14550.yml 38.3.0
2026-04-12T01:39:17.448120+00:00 GitLab Importer Affected by VCID-ysyp-h7ja-yff3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2026-1207.yml 38.3.0
2026-04-12T01:38:50.162975+00:00 GitLab Importer Affected by VCID-msge-1mfu-7qfa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2026-1312.yml 38.3.0
2026-04-12T01:38:49.524891+00:00 GitLab Importer Affected by VCID-28g3-ubx6-ebff https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2026-1285.yml 38.3.0
2026-04-12T01:23:57.640744+00:00 GitLab Importer Affected by VCID-ukkt-wgau-t3et https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-64460.yml 38.3.0
2026-04-12T01:23:40.142170+00:00 GitLab Importer Affected by VCID-vwt9-q3dt-vbfg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-13372.yml 38.3.0
2026-04-12T01:13:10.951433+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.547758+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-05T04:22:08.012966+00:00 GitLab Importer Affected by VCID-nda7-9219-6kce https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2026-25673.yml 38.1.0
2026-04-05T04:22:06.657635+00:00 GitLab Importer Affected by VCID-ac4c-321h-tqfk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2026-25674.yml 38.1.0
2026-04-03T01:48:20.424626+00:00 GitLab Importer Affected by VCID-2tfv-rtq7-2fg9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-13473.yml 38.1.0
2026-04-03T01:48:18.537795+00:00 GitLab Importer Affected by VCID-8qu1-45n9-gyb1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2026-1287.yml 38.1.0
2026-04-03T01:48:16.772542+00:00 GitLab Importer Affected by VCID-e9k9-1s9f-dbgv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-14550.yml 38.1.0
2026-04-03T01:48:12.595463+00:00 GitLab Importer Affected by VCID-ysyp-h7ja-yff3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2026-1207.yml 38.1.0
2026-04-03T01:47:47.226826+00:00 GitLab Importer Affected by VCID-msge-1mfu-7qfa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2026-1312.yml 38.1.0
2026-04-03T01:47:46.135658+00:00 GitLab Importer Affected by VCID-28g3-ubx6-ebff https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2026-1285.yml 38.1.0
2026-04-03T01:32:37.458417+00:00 GitLab Importer Affected by VCID-ukkt-wgau-t3et https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-64460.yml 38.1.0
2026-04-03T01:32:20.034953+00:00 GitLab Importer Affected by VCID-vwt9-q3dt-vbfg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-13372.yml 38.1.0
2026-04-03T01:22:07.673923+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.499857+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-01T16:06:46.042791+00:00 GHSA Importer Fixing VCID-c6xy-v4sf-u3hn https://github.com/advisories/GHSA-q95w-c7qg-hrff 38.0.0
2026-04-01T16:06:45.958209+00:00 GHSA Importer Fixing VCID-mux4-uv98-hbbw https://github.com/advisories/GHSA-hpr9-3m2g-3j9p 38.0.0
2026-04-01T12:54:36.363371+00:00 GithubOSV Importer Fixing VCID-c6xy-v4sf-u3hn https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/10/GHSA-q95w-c7qg-hrff/GHSA-q95w-c7qg-hrff.json 38.0.0
2026-04-01T12:54:32.467511+00:00 GithubOSV Importer Fixing VCID-mux4-uv98-hbbw https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/10/GHSA-hpr9-3m2g-3j9p/GHSA-hpr9-3m2g-3j9p.json 38.0.0
2026-04-01T12:52:56.928448+00:00 GitLab Importer Fixing VCID-c6xy-v4sf-u3hn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-59682.yml 38.0.0
2026-04-01T12:52:56.729216+00:00 GitLab Importer Fixing VCID-mux4-uv98-hbbw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2025-59681.yml 38.0.0