Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/django@2.1.8
purl pkg:pypi/django@2.1.8
Next non-vulnerable version 4.2.29
Latest non-vulnerable version 6.0.4
Risk 10.0
Vulnerabilities affecting this package (24)
Vulnerability Summary Fixed by
VCID-1v22-g646-wbay
Aliases:
CVE-2019-14235
GHSA-v9qg-3j8p-r63v
PYSEC-2019-14
An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. If passed certain inputs, django.utils.encoding.uri_to_iri could lead to significant memory usage due to a recursion when repercent-encoding invalid UTF-8 octet sequences.
2.1.11
Affected by 11 other vulnerabilities.
2.2.4
Affected by 31 other vulnerabilities.
VCID-2zb9-27sm-3kgh
Aliases:
CVE-2019-14232
GHSA-c4qh-4vgv-qc6g
PYSEC-2019-11
An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. If django.utils.text.Truncator's chars() and words() methods were passed the html=True argument, they were extremely slow to evaluate certain inputs due to a catastrophic backtracking vulnerability in a regular expression. The chars() and words() methods are used to implement the truncatechars_html and truncatewords_html template filters, which were thus vulnerable.
2.1.11
Affected by 11 other vulnerabilities.
2.2.4
Affected by 31 other vulnerabilities.
VCID-3s9f-prpy-hbcx
Aliases:
CVE-2019-11358
GHSA-6c3j-c64m-qhgq
Cross-site Scripting The jQuery library, which is included in rdoc, mishandles `jQuery.extend(true, {}, ...)` because of Object.prototype pollution. If an unsanitized source object contained an enumerable `__proto__` property, it could extend the native `Object.prototype.`
2.1.9
Affected by 21 other vulnerabilities.
2.2.2
Affected by 41 other vulnerabilities.
VCID-56na-n4w5-8fak
Aliases:
CVE-2019-12308
GHSA-7rp2-fm2h-wchj
PYSEC-2019-79
An issue was discovered in Django 1.11 before 1.11.21, 2.1 before 2.1.9, and 2.2 before 2.2.2. The clickable Current URL value displayed by the AdminURLFieldWidget displays the provided value without validating it as a safe URL. Thus, an unvalidated value stored in the database, or a value provided as a URL query parameter payload, could result in an clickable JavaScript link.
2.1.9
Affected by 21 other vulnerabilities.
2.2.2
Affected by 41 other vulnerabilities.
VCID-6gss-ppm5-3yc9
Aliases:
BIT-django-2022-36359
CVE-2022-36359
GHSA-8x94-hmjh-97hq
PYSEC-2022-245
An issue was discovered in the HTTP FileResponse class in Django 3.2 before 3.2.15 and 4.0 before 4.0.7. An application is vulnerable to a reflected file download (RFD) attack that sets the Content-Disposition header of a FileResponse when the filename is derived from user-supplied input.
3.2.15
Affected by 15 other vulnerabilities.
4.0.7
Affected by 10 other vulnerabilities.
VCID-6xs7-fpvj-mbbw
Aliases:
PYSEC-2019-80
An issue was discovered in Django 1.11 before 1.11.22, 2.1 before 2.1.10, and 2.2 before 2.2.3. An HTTP request is not redirected to HTTPS when the SECURE_PROXY_SSL_HEADER and SECURE_SSL_REDIRECT settings are used, and the proxy connects to Django via HTTPS. In other words, django.http.HttpRequest.scheme has incorrect behavior when a client uses HTTP.
2.1.10
Affected by 19 other vulnerabilities.
2.2.3
Affected by 39 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-8jaq-53td-wbeg
Aliases:
CVE-2019-19844
GHSA-vfq6-hq5r-27r6
PYSEC-2019-16
Django before 1.11.27, 2.x before 2.2.9, and 3.x before 3.0.1 allows account takeover. A suitably crafted email address (that is equal to an existing user's email address after case transformation of Unicode characters) would allow an attacker to be sent a password reset token for the matched user account. (One mitigation in the new releases is to send password reset tokens only to the registered user email address.)
2.2.9
Affected by 27 other vulnerabilities.
3.0.1
Affected by 20 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-a8zx-jamf-cfcm
Aliases:
CVE-2019-14234
GHSA-6r97-cj55-9hrq
PYSEC-2019-13
An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. Due to an error in shallow key transformation, key and index lookups for django.contrib.postgres.fields.JSONField, and key lookups for django.contrib.postgres.fields.HStoreField, were subject to SQL injection. This could, for example, be exploited via crafted use of "OR 1=1" in a key or index name to return all records, using a suitably crafted dictionary, with dictionary expansion, as the **kwargs passed to the QuerySet.filter() function.
2.1.11
Affected by 11 other vulnerabilities.
2.2.4
Affected by 31 other vulnerabilities.
VCID-b2ds-36xh-zfhp
Aliases:
PYSEC-2019-85
Django 2.1 before 2.1.15 and 2.2 before 2.2.8 allows unintended model editing. A Django model admin displaying inline related models, where the user has view-only permissions to a parent model but edit permissions to the inline model, would be presented with an editing UI, allowing POST requests, for updating the inline model. Directly editing the view-only parent model was not possible, but the parent model's save() method was called, triggering potential side effects, and causing pre and post-save signal handlers to be invoked. (To resolve this, the Django admin is adjusted to require edit permissions on the parent model in order for inline models to be editable.)
2.1.15
Affected by 9 other vulnerabilities.
2.2.8
Affected by 29 other vulnerabilities.
VCID-be38-bevp-y7ae
Aliases:
PYSEC-2019-9
An issue was discovered in Django 1.11 before 1.11.21, 2.1 before 2.1.9, and 2.2 before 2.2.2. The clickable Current URL value displayed by the AdminURLFieldWidget displays the provided value without validating it as a safe URL. Thus, an unvalidated value stored in the database, or a value provided as a URL query parameter payload, could result in an clickable JavaScript link.
2.1.9
Affected by 21 other vulnerabilities.
2.2.2
Affected by 41 other vulnerabilities.
VCID-c2kc-1jh1-j3ha
Aliases:
CVE-2019-19118
GHSA-hvmf-r92r-27hr
PYSEC-2019-15
Django 2.1 before 2.1.15 and 2.2 before 2.2.8 allows unintended model editing. A Django model admin displaying inline related models, where the user has view-only permissions to a parent model but edit permissions to the inline model, would be presented with an editing UI, allowing POST requests, for updating the inline model. Directly editing the view-only parent model was not possible, but the parent model's save() method was called, triggering potential side effects, and causing pre and post-save signal handlers to be invoked. (To resolve this, the Django admin is adjusted to require edit permissions on the parent model in order for inline models to be editable.)
2.1.15
Affected by 9 other vulnerabilities.
2.2.8
Affected by 29 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-f7dh-ahya-hfar
Aliases:
PYSEC-2019-84
An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. If passed certain inputs, django.utils.encoding.uri_to_iri could lead to significant memory usage due to a recursion when repercent-encoding invalid UTF-8 octet sequences.
2.1.11
Affected by 11 other vulnerabilities.
2.2.4
Affected by 31 other vulnerabilities.
VCID-hpg4-c6bk-s7c7
Aliases:
PYSEC-2019-82
An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. Due to the behaviour of the underlying HTMLParser, django.utils.html.strip_tags would be extremely slow to evaluate certain inputs containing large sequences of nested incomplete HTML entities.
2.1.11
Affected by 11 other vulnerabilities.
2.2.4
Affected by 31 other vulnerabilities.
VCID-jtru-9jmz-kkek
Aliases:
CVE-2019-14233
GHSA-h5jv-4p7w-64jg
PYSEC-2019-12
An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. Due to the behaviour of the underlying HTMLParser, django.utils.html.strip_tags would be extremely slow to evaluate certain inputs containing large sequences of nested incomplete HTML entities.
2.1.11
Affected by 11 other vulnerabilities.
2.2.4
Affected by 31 other vulnerabilities.
VCID-k114-8z8u-2qh1
Aliases:
PYSEC-2019-81
An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. If django.utils.text.Truncator's chars() and words() methods were passed the html=True argument, they were extremely slow to evaluate certain inputs due to a catastrophic backtracking vulnerability in a regular expression. The chars() and words() methods are used to implement the truncatechars_html and truncatewords_html template filters, which were thus vulnerable.
2.1.11
Affected by 11 other vulnerabilities.
2.2.4
Affected by 31 other vulnerabilities.
VCID-mjsc-w5v5-t7cg
Aliases:
PYSEC-2019-83
An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. Due to an error in shallow key transformation, key and index lookups for django.contrib.postgres.fields.JSONField, and key lookups for django.contrib.postgres.fields.HStoreField, were subject to SQL injection. This could, for example, be exploited via crafted use of "OR 1=1" in a key or index name to return all records, using a suitably crafted dictionary, with dictionary expansion, as the **kwargs passed to the QuerySet.filter() function.
2.1.11
Affected by 11 other vulnerabilities.
2.2.4
Affected by 31 other vulnerabilities.
VCID-qjez-qe32-e3b6
Aliases:
CVE-2019-12781
GHSA-6c7v-2f49-8h26
PYSEC-2019-10
An issue was discovered in Django 1.11 before 1.11.22, 2.1 before 2.1.10, and 2.2 before 2.2.3. An HTTP request is not redirected to HTTPS when the SECURE_PROXY_SSL_HEADER and SECURE_SSL_REDIRECT settings are used, and the proxy connects to Django via HTTPS. In other words, django.http.HttpRequest.scheme has incorrect behavior when a client uses HTTP.
2.1.10
Affected by 19 other vulnerabilities.
2.2.3
Affected by 39 other vulnerabilities.
VCID-qm34-ec8s-tfd7
Aliases:
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.
2.2.24
Affected by 14 other vulnerabilities.
3.1.12
Affected by 8 other vulnerabilities.
3.2.4
Affected by 26 other vulnerabilities.
VCID-w2dv-u8h6-sbgs
Aliases:
BIT-django-2020-7471
CVE-2020-7471
GHSA-hmr4-m2h5-33qx
PYSEC-2020-35
Django 1.11 before 1.11.28, 2.2 before 2.2.10, and 3.0 before 3.0.3 allows SQL Injection if untrusted data is used as a StringAgg delimiter (e.g., in Django applications that offer downloads of data as a series of rows with a user-specified column delimiter). By passing a suitably crafted delimiter to a contrib.postgres.aggregates.StringAgg instance, it was possible to break escaping and inject malicious SQL.
2.2.10
Affected by 26 other vulnerabilities.
3.0.3
Affected by 19 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.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T02:33:25.605754+00:00 GHSA Importer Affected by VCID-6gss-ppm5-3yc9 https://github.com/advisories/GHSA-8x94-hmjh-97hq 38.4.0
2026-04-16T01:48:13.650426+00:00 GHSA Importer Affected by VCID-qm34-ec8s-tfd7 https://github.com/advisories/GHSA-68w8-qjq3-2gfm 38.4.0
2026-04-16T01:31:35.846084+00:00 GHSA Importer Affected by VCID-w2dv-u8h6-sbgs https://github.com/advisories/GHSA-hmr4-m2h5-33qx 38.4.0
2026-04-16T01:31:21.083663+00:00 GHSA Importer Affected by VCID-8jaq-53td-wbeg https://github.com/advisories/GHSA-vfq6-hq5r-27r6 38.4.0
2026-04-16T01:31:00.019568+00:00 GHSA Importer Affected by VCID-c2kc-1jh1-j3ha https://github.com/advisories/GHSA-hvmf-r92r-27hr 38.4.0
2026-04-16T01:29:48.133733+00:00 GHSA Importer Affected by VCID-a8zx-jamf-cfcm https://github.com/advisories/GHSA-6r97-cj55-9hrq 38.4.0
2026-04-16T01:29:47.233299+00:00 GHSA Importer Affected by VCID-jtru-9jmz-kkek https://github.com/advisories/GHSA-h5jv-4p7w-64jg 38.4.0
2026-04-16T01:29:46.144753+00:00 GHSA Importer Affected by VCID-1v22-g646-wbay https://github.com/advisories/GHSA-v9qg-3j8p-r63v 38.4.0
2026-04-16T01:29:45.948678+00:00 GHSA Importer Affected by VCID-2zb9-27sm-3kgh https://github.com/advisories/GHSA-c4qh-4vgv-qc6g 38.4.0
2026-04-16T01:29:24.012750+00:00 GHSA Importer Affected by VCID-qjez-qe32-e3b6 https://github.com/advisories/GHSA-6c7v-2f49-8h26 38.4.0
2026-04-16T01:29:10.583747+00:00 GHSA Importer Affected by VCID-56na-n4w5-8fak https://github.com/advisories/GHSA-7rp2-fm2h-wchj 38.4.0
2026-04-12T01:13:10.304143+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:06.927297+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:12.883412+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.119992+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.389242+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-11T23:23:14.403214+00:00 GitLab Importer Affected by VCID-6gss-ppm5-3yc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-36359.yml 38.3.0
2026-04-11T22:38:54.000749+00:00 GitLab Importer Affected by VCID-qm34-ec8s-tfd7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 38.3.0
2026-04-11T22:11:43.596317+00:00 GitLab Importer Affected by VCID-w2dv-u8h6-sbgs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-7471.yml 38.3.0
2026-04-11T22:11:08.507481+00:00 GitLab Importer Affected by VCID-8jaq-53td-wbeg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-19844.yml 38.3.0
2026-04-11T22:10:21.156101+00:00 GitLab Importer Affected by VCID-c2kc-1jh1-j3ha https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-19118.yml 38.3.0
2026-04-11T22:07:49.647972+00:00 GitLab Importer Affected by VCID-a8zx-jamf-cfcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14234.yml 38.3.0
2026-04-11T22:07:42.222228+00:00 GitLab Importer Affected by VCID-jtru-9jmz-kkek https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14233.yml 38.3.0
2026-04-11T22:07:41.469031+00:00 GitLab Importer Affected by VCID-1v22-g646-wbay https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14235.yml 38.3.0
2026-04-11T22:07:41.103971+00:00 GitLab Importer Affected by VCID-2zb9-27sm-3kgh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14232.yml 38.3.0
2026-04-11T22:06:52.533768+00:00 GitLab Importer Affected by VCID-qjez-qe32-e3b6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12781.yml 38.3.0
2026-04-11T22:06:16.675855+00:00 GitLab Importer Affected by VCID-56na-n4w5-8fak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12308.yml 38.3.0
2026-04-11T22:04:58.505951+00:00 GitLab Importer Affected by VCID-3s9f-prpy-hbcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-11358.yml 38.3.0
2026-04-11T13:58:53.347146+00:00 GHSA Importer Affected by VCID-6gss-ppm5-3yc9 https://github.com/advisories/GHSA-8x94-hmjh-97hq 38.3.0
2026-04-11T13:17:33.151941+00:00 GHSA Importer Affected by VCID-qm34-ec8s-tfd7 https://github.com/advisories/GHSA-68w8-qjq3-2gfm 38.3.0
2026-04-11T13:00:58.076417+00:00 GHSA Importer Affected by VCID-w2dv-u8h6-sbgs https://github.com/advisories/GHSA-hmr4-m2h5-33qx 38.3.0
2026-04-11T13:00:42.643154+00:00 GHSA Importer Affected by VCID-8jaq-53td-wbeg https://github.com/advisories/GHSA-vfq6-hq5r-27r6 38.3.0
2026-04-11T13:00:19.116978+00:00 GHSA Importer Affected by VCID-c2kc-1jh1-j3ha https://github.com/advisories/GHSA-hvmf-r92r-27hr 38.3.0
2026-04-11T12:59:04.416141+00:00 GHSA Importer Affected by VCID-a8zx-jamf-cfcm https://github.com/advisories/GHSA-6r97-cj55-9hrq 38.3.0
2026-04-11T12:59:03.562085+00:00 GHSA Importer Affected by VCID-jtru-9jmz-kkek https://github.com/advisories/GHSA-h5jv-4p7w-64jg 38.3.0
2026-04-11T12:59:02.581972+00:00 GHSA Importer Affected by VCID-1v22-g646-wbay https://github.com/advisories/GHSA-v9qg-3j8p-r63v 38.3.0
2026-04-11T12:59:02.398784+00:00 GHSA Importer Affected by VCID-2zb9-27sm-3kgh https://github.com/advisories/GHSA-c4qh-4vgv-qc6g 38.3.0
2026-04-11T12:58:41.378064+00:00 GHSA Importer Affected by VCID-qjez-qe32-e3b6 https://github.com/advisories/GHSA-6c7v-2f49-8h26 38.3.0
2026-04-11T12:58:28.590058+00:00 GHSA Importer Affected by VCID-56na-n4w5-8fak https://github.com/advisories/GHSA-7rp2-fm2h-wchj 38.3.0
2026-04-03T01:22:07.040351+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:03.876594+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:27.639517+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.602806+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.287538+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-02T23:29:50.928758+00:00 GitLab Importer Affected by VCID-6gss-ppm5-3yc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-36359.yml 38.1.0
2026-04-02T22:49:32.264800+00:00 GitLab Importer Affected by VCID-qm34-ec8s-tfd7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 38.1.0
2026-04-02T22:24:13.083775+00:00 GitLab Importer Affected by VCID-w2dv-u8h6-sbgs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-7471.yml 38.1.0
2026-04-02T22:23:39.763488+00:00 GitLab Importer Affected by VCID-8jaq-53td-wbeg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-19844.yml 38.1.0
2026-04-02T22:22:56.602918+00:00 GitLab Importer Affected by VCID-c2kc-1jh1-j3ha https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-19118.yml 38.1.0
2026-04-02T22:20:34.757314+00:00 GitLab Importer Affected by VCID-a8zx-jamf-cfcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14234.yml 38.1.0
2026-04-02T22:20:27.377316+00:00 GitLab Importer Affected by VCID-jtru-9jmz-kkek https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14233.yml 38.1.0
2026-04-02T22:20:26.683876+00:00 GitLab Importer Affected by VCID-1v22-g646-wbay https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14235.yml 38.1.0
2026-04-02T22:20:26.354397+00:00 GitLab Importer Affected by VCID-2zb9-27sm-3kgh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14232.yml 38.1.0
2026-04-02T22:19:41.438034+00:00 GitLab Importer Affected by VCID-qjez-qe32-e3b6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12781.yml 38.1.0
2026-04-02T22:19:06.464917+00:00 GitLab Importer Affected by VCID-56na-n4w5-8fak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12308.yml 38.1.0
2026-04-02T22:17:52.454902+00:00 GitLab Importer Affected by VCID-3s9f-prpy-hbcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-11358.yml 38.1.0
2026-04-02T14:45:05.909104+00:00 GHSA Importer Affected by VCID-6gss-ppm5-3yc9 https://github.com/advisories/GHSA-8x94-hmjh-97hq 38.1.0
2026-04-02T14:08:35.354671+00:00 GHSA Importer Affected by VCID-qm34-ec8s-tfd7 https://github.com/advisories/GHSA-68w8-qjq3-2gfm 38.1.0
2026-04-02T13:53:01.038359+00:00 GHSA Importer Affected by VCID-w2dv-u8h6-sbgs https://github.com/advisories/GHSA-hmr4-m2h5-33qx 38.1.0
2026-04-02T13:52:47.128644+00:00 GHSA Importer Affected by VCID-8jaq-53td-wbeg https://github.com/advisories/GHSA-vfq6-hq5r-27r6 38.1.0
2026-04-02T13:52:27.086856+00:00 GHSA Importer Affected by VCID-c2kc-1jh1-j3ha https://github.com/advisories/GHSA-hvmf-r92r-27hr 38.1.0
2026-04-02T13:51:17.111455+00:00 GHSA Importer Affected by VCID-a8zx-jamf-cfcm https://github.com/advisories/GHSA-6r97-cj55-9hrq 38.1.0
2026-04-02T13:51:16.314990+00:00 GHSA Importer Affected by VCID-jtru-9jmz-kkek https://github.com/advisories/GHSA-h5jv-4p7w-64jg 38.1.0
2026-04-02T13:51:15.345340+00:00 GHSA Importer Affected by VCID-1v22-g646-wbay https://github.com/advisories/GHSA-v9qg-3j8p-r63v 38.1.0
2026-04-02T13:51:15.175730+00:00 GHSA Importer Affected by VCID-2zb9-27sm-3kgh https://github.com/advisories/GHSA-c4qh-4vgv-qc6g 38.1.0
2026-04-02T13:50:56.498416+00:00 GHSA Importer Affected by VCID-qjez-qe32-e3b6 https://github.com/advisories/GHSA-6c7v-2f49-8h26 38.1.0
2026-04-02T13:50:44.076610+00:00 GHSA Importer Affected by VCID-56na-n4w5-8fak https://github.com/advisories/GHSA-7rp2-fm2h-wchj 38.1.0
2026-04-01T17:51:15.760178+00:00 GitLab Importer Affected by VCID-6gss-ppm5-3yc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-36359.yml 38.0.0
2026-04-01T17:07:27.681753+00:00 GitLab Importer Affected by VCID-qm34-ec8s-tfd7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33203.yml 38.0.0
2026-04-01T16:42:02.968194+00:00 GitLab Importer Affected by VCID-w2dv-u8h6-sbgs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-7471.yml 38.0.0
2026-04-01T16:41:27.735259+00:00 GitLab Importer Affected by VCID-8jaq-53td-wbeg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-19844.yml 38.0.0
2026-04-01T16:40:42.877205+00:00 GitLab Importer Affected by VCID-c2kc-1jh1-j3ha https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-19118.yml 38.0.0
2026-04-01T16:38:21.540003+00:00 GitLab Importer Affected by VCID-a8zx-jamf-cfcm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14234.yml 38.0.0
2026-04-01T16:38:13.315005+00:00 GitLab Importer Affected by VCID-jtru-9jmz-kkek https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14233.yml 38.0.0
2026-04-01T16:38:12.627324+00:00 GitLab Importer Affected by VCID-1v22-g646-wbay https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14235.yml 38.0.0
2026-04-01T16:38:12.294484+00:00 GitLab Importer Affected by VCID-2zb9-27sm-3kgh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-14232.yml 38.0.0
2026-04-01T16:37:27.099068+00:00 GitLab Importer Affected by VCID-qjez-qe32-e3b6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12781.yml 38.0.0
2026-04-01T16:36:52.159880+00:00 GitLab Importer Affected by VCID-56na-n4w5-8fak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12308.yml 38.0.0
2026-04-01T16:35:32.073324+00:00 GitLab Importer Affected by VCID-3s9f-prpy-hbcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-11358.yml 38.0.0
2026-04-01T15:09:42.846135+00:00 PyPI Importer Affected by VCID-qm34-ec8s-tfd7 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:17.315832+00:00 PyPI Importer Affected by VCID-c2kc-1jh1-j3ha https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:17.125536+00:00 PyPI Importer Affected by VCID-b2ds-36xh-zfhp https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:04.837932+00:00 PyPI Importer Affected by VCID-a8zx-jamf-cfcm https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:04.457111+00:00 PyPI Importer Affected by VCID-mjsc-w5v5-t7cg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:03.937060+00:00 PyPI Importer Affected by VCID-hpg4-c6bk-s7c7 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:03.553242+00:00 PyPI Importer Affected by VCID-1v22-g646-wbay https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:03.173190+00:00 PyPI Importer Affected by VCID-2zb9-27sm-3kgh https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:02.789348+00:00 PyPI Importer Affected by VCID-k114-8z8u-2qh1 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:02.393676+00:00 PyPI Importer Affected by VCID-jtru-9jmz-kkek https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:02.026577+00:00 PyPI Importer Affected by VCID-f7dh-ahya-hfar https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:00:55.017497+00:00 PyPI Importer Affected by VCID-qjez-qe32-e3b6 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:00:54.661612+00:00 PyPI Importer Affected by VCID-6xs7-fpvj-mbbw https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:00:52.548913+00:00 PyPI Importer Affected by VCID-be38-bevp-y7ae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:00:52.214538+00:00 PyPI Importer Affected by VCID-56na-n4w5-8fak https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T12:46:03.597452+00:00 Pypa Importer Affected by VCID-qm34-ec8s-tfd7 https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-98.yaml 38.0.0
2026-04-01T12:42:09.582304+00:00 Pypa Importer Affected by VCID-c2kc-1jh1-j3ha https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2019-15.yaml 38.0.0
2026-04-01T12:42:04.401903+00:00 Pypa Importer Affected by VCID-a8zx-jamf-cfcm https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2019-13.yaml 38.0.0
2026-04-01T12:42:04.182110+00:00 Pypa Importer Affected by VCID-1v22-g646-wbay https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2019-14.yaml 38.0.0
2026-04-01T12:42:03.997757+00:00 Pypa Importer Affected by VCID-jtru-9jmz-kkek https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2019-12.yaml 38.0.0
2026-04-01T12:42:03.816340+00:00 Pypa Importer Affected by VCID-2zb9-27sm-3kgh https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2019-11.yaml 38.0.0
2026-04-01T12:42:01.532016+00:00 Pypa Importer Affected by VCID-qjez-qe32-e3b6 https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2019-10.yaml 38.0.0
2026-04-01T12:42:00.729757+00:00 Pypa Importer Affected by VCID-56na-n4w5-8fak https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2019-79.yaml 38.0.0