Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/python-django@0?distro=trixie
purl pkg:deb/debian/python-django@0?distro=trixie
Vulnerabilities affecting this package (0)
Vulnerability Summary Fixed by
This package is not known to be affected by vulnerabilities.
Vulnerabilities fixed by this package (12)
Vulnerability Summary Aliases
VCID-3sac-ah8j-pucd Django SQL injection in HasKey(lhs, rhs) on Oracle An issue was discovered in Django 5.1 before 5.1.4, 5.0 before 5.0.10, and 4.2 before 4.2.17. Direct usage of the django.db.models.fields.json.HasKey lookup, when an Oracle database is used, is subject to SQL injection if untrusted data is used as an lhs value. (Applications that use the jsonfield.has_key lookup via __ are unaffected.) BIT-django-2024-53908
CVE-2024-53908
GHSA-m9g8-fxxm-xg86
PYSEC-2024-157
VCID-6hfy-2gcp-1uh4 An issue was discovered in Django 2.1 before 2.1.2, in which unprivileged users can read the password hashes of arbitrary accounts. The read-only password widget used by the Django Admin to display an obfuscated password hash was bypassed if a user has only the "view" permission (new in Django 2.1), resulting in display of the entire password hash to those users. This may result in a vulnerability for sites with legacy user accounts using insecure hashes. CVE-2018-16984
GHSA-6mx3-3vqg-hpp2
PYSEC-2018-3
VCID-78r4-85ms-63hm 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. BIT-django-2023-46695
CVE-2023-46695
GHSA-qmf9-6jqf-j8fq
PYSEC-2023-222
VCID-84mm-45p6-xkau 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. CVE-2025-64458
GHSA-qw25-v68c-qjf3
VCID-e9k9-1s9f-dbgv 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. CVE-2025-14550
GHSA-33mw-q7rj-mjwj
VCID-fw2d-s2rt-syfz Directory traversal vulnerability in Django 1.1.x before 1.1.4 and 1.2.x before 1.2.5 on Windows might allow remote attackers to read or execute files via a / (slash) character in a key in a session cookie, related to session replays. CVE-2011-0698
GHSA-7g9h-c88w-r7h2
PYSEC-2011-12
VCID-gan1-9gwu-63d2 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. BIT-django-2021-35042
CVE-2021-35042
GHSA-xpfp-f569-q3p2
PYSEC-2021-109
VCID-khxh-hjmn-fbdq The session.flush function in the cached_db backend in Django 1.8.x before 1.8.2 does not properly flush the session, which allows remote attackers to hijack user sessions via an empty string in the session key. CVE-2015-3982
GHSA-6wgp-fwfm-mxp3
PYSEC-2015-19
VCID-nda7-9219-6kce 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. CVE-2026-25673
GHSA-8p8v-wh79-9r56
VCID-p9fd-1qx2-8ubc An issue was discovered in Django 5.1 before 5.1.8 and 5.0 before 5.0.14. The NFKC normalization is slow on Windows. As a consequence, django.contrib.auth.views.LoginView, django.contrib.auth.views.LogoutView, and django.views.i18n.set_language are subject to a potential denial-of-service attack via certain inputs with a very large number of Unicode characters. BIT-django-2025-27556
CVE-2025-27556
GHSA-wqfg-m96j-85vm
PYSEC-2025-14
VCID-t8d7-68j2-suet validators.URLValidator in Django 1.8.x before 1.8.3 allows remote attackers to cause a denial of service (CPU consumption) via unspecified vectors. CVE-2015-5145
GHSA-cqf7-ff9h-7967
PYSEC-2015-21
VCID-vwt9-q3dt-vbfg 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. CVE-2025-13372
GHSA-rqw2-ghq9-44m7

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T12:32:27.760317+00:00 Debian Importer Fixing VCID-78r4-85ms-63hm https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:25:04.226141+00:00 Debian Importer Fixing VCID-khxh-hjmn-fbdq https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:23:00.672823+00:00 Debian Importer Fixing VCID-gan1-9gwu-63d2 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:20:02.867217+00:00 Debian Importer Fixing VCID-vwt9-q3dt-vbfg https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:13:55.611606+00:00 Debian Importer Fixing VCID-6hfy-2gcp-1uh4 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:30:32.239088+00:00 Debian Importer Fixing VCID-e9k9-1s9f-dbgv https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:15:26.906663+00:00 Debian Importer Fixing VCID-84mm-45p6-xkau https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:12:10.009644+00:00 Debian Importer Fixing VCID-t8d7-68j2-suet https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:06:02.654969+00:00 Debian Importer Fixing VCID-fw2d-s2rt-syfz https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T08:54:59.061725+00:00 Debian Importer Fixing VCID-3sac-ah8j-pucd https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T08:47:41.943556+00:00 Debian Importer Fixing VCID-nda7-9219-6kce https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T08:38:13.864165+00:00 Debian Importer Fixing VCID-p9fd-1qx2-8ubc https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-12T18:15:36.215703+00:00 Debian Importer Fixing VCID-vwt9-q3dt-vbfg https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-12T18:15:35.121157+00:00 Debian Importer Fixing VCID-78r4-85ms-63hm https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-12T18:15:34.025177+00:00 Debian Importer Fixing VCID-gan1-9gwu-63d2 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-12T18:15:32.611057+00:00 Debian Importer Fixing VCID-6hfy-2gcp-1uh4 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-12T18:15:31.849980+00:00 Debian Importer Fixing VCID-t8d7-68j2-suet https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-12T18:15:31.706571+00:00 Debian Importer Fixing VCID-khxh-hjmn-fbdq https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-12T18:15:30.048038+00:00 Debian Importer Fixing VCID-fw2d-s2rt-syfz https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:20:33.830645+00:00 Debian Importer Fixing VCID-e9k9-1s9f-dbgv https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:11:19.870666+00:00 Debian Importer Fixing VCID-84mm-45p6-xkau https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T17:59:00.882613+00:00 Debian Importer Fixing VCID-3sac-ah8j-pucd https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T17:54:32.856666+00:00 Debian Importer Fixing VCID-nda7-9219-6kce https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T17:48:27.097232+00:00 Debian Importer Fixing VCID-p9fd-1qx2-8ubc https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-03T07:50:46.419993+00:00 Debian Importer Fixing VCID-nda7-9219-6kce https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:45.965144+00:00 Debian Importer Fixing VCID-84mm-45p6-xkau https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:45.562859+00:00 Debian Importer Fixing VCID-p9fd-1qx2-8ubc https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:45.442013+00:00 Debian Importer Fixing VCID-e9k9-1s9f-dbgv https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:45.291128+00:00 Debian Importer Fixing VCID-vwt9-q3dt-vbfg https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:45.152553+00:00 Debian Importer Fixing VCID-3sac-ah8j-pucd https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:44.345755+00:00 Debian Importer Fixing VCID-78r4-85ms-63hm https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:43.355807+00:00 Debian Importer Fixing VCID-gan1-9gwu-63d2 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:42.024491+00:00 Debian Importer Fixing VCID-6hfy-2gcp-1uh4 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:41.296063+00:00 Debian Importer Fixing VCID-t8d7-68j2-suet https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:41.170360+00:00 Debian Importer Fixing VCID-khxh-hjmn-fbdq https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:50:39.657075+00:00 Debian Importer Fixing VCID-fw2d-s2rt-syfz https://security-tracker.debian.org/tracker/data/json 38.1.0