Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/django@3.0.2
purl pkg:pypi/django@3.0.2
Next non-vulnerable version 4.2.29
Latest non-vulnerable version 6.0.4
Risk 10.0
Vulnerabilities affecting this package (20)
Vulnerability Summary Fixed by
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-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-9k9t-vp1a-z7bt
Aliases:
BIT-django-2021-3281
CVE-2021-3281
GHSA-fvgf-6h6h-3322
PYSEC-2021-9
In Django 2.2 before 2.2.18, 3.0 before 3.0.12, and 3.1 before 3.1.6, the django.utils.archive.extract method (used by "startapp --template" and "startproject --template") allows directory traversal via an archive with absolute paths or relative paths with dot segments.
3.0.12
Affected by 13 other vulnerabilities.
3.1.6
Affected by 14 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-c8s7-3g9m-d3cw
Aliases:
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.1.12
Affected by 8 other vulnerabilities.
3.2.4
Affected by 26 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-gan1-9gwu-63d2
Aliases:
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.1.13
Affected by 7 other vulnerabilities.
3.2.5
Affected by 25 other vulnerabilities.
VCID-j4br-4y39-s3gs
Aliases:
BIT-django-2020-13596
CVE-2020-13596
GHSA-2m34-jcjv-45xf
PYSEC-2020-32
An issue was discovered in Django 2.2 before 2.2.13 and 3.0 before 3.0.7. Query parameters generated by the Django admin ForeignKeyRawIdWidget were not properly URL encoded, leading to a possibility of an XSS attack.
3.0.7
Affected by 16 other vulnerabilities.
VCID-kypj-ptb9-8qhz
Aliases:
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.1.9
Affected by 11 other vulnerabilities.
3.2.1
Affected by 29 other vulnerabilities.
VCID-mmay-juu6-5ua9
Aliases:
BIT-django-2020-24584
CVE-2020-24584
GHSA-fr28-569j-53c4
PYSEC-2020-34
An issue was discovered in Django 2.2 before 2.2.16, 3.0 before 3.0.10, and 3.1 before 3.1.1 (when Python 3.7+ is used). The intermediate-level directories of the filesystem cache had the system's standard umask rather than 0o077.
3.0.10
Affected by 14 other vulnerabilities.
3.1.1
Affected by 15 other vulnerabilities.
VCID-mzdk-m12w-q3fc
Aliases:
BIT-django-2021-44420
CVE-2021-44420
GHSA-v6rh-hp5x-86rv
PYSEC-2021-439
In Django 2.2 before 2.2.25, 3.1 before 3.1.14, and 3.2 before 3.2.10, HTTP requests for URLs with trailing newlines could bypass upstream access control based on URL paths.
3.1.14
Affected by 6 other vulnerabilities.
3.2.10
Affected by 24 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.
3.1.12
Affected by 8 other vulnerabilities.
3.2.4
Affected by 26 other vulnerabilities.
VCID-u7m5-tzv2-c7hn
Aliases:
BIT-django-2021-28658
CVE-2021-28658
GHSA-xgxc-v2qg-chmh
PYSEC-2021-6
In Django 2.2 before 2.2.20, 3.0 before 3.0.14, and 3.1 before 3.1.8, MultiPartParser allowed directory traversal via uploaded files with suitably crafted file names. Built-in upload handlers were not affected by this vulnerability.
3.0.14
Affected by 11 other vulnerabilities.
3.1.8
Affected by 12 other vulnerabilities.
VCID-upy5-adtx-n7hg
Aliases:
BIT-django-2020-24583
CVE-2020-24583
GHSA-m6gj-h9gm-gw44
PYSEC-2020-33
An issue was discovered in Django 2.2 before 2.2.16, 3.0 before 3.0.10, and 3.1 before 3.1.1 (when Python 3.7+ is used). FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files. It was also not applied to intermediate-level collected static directories when using the collectstatic management command.
3.0.10
Affected by 14 other vulnerabilities.
3.1.1
Affected by 15 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.
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.
VCID-w6k8-js68-87g4
Aliases:
CVE-2021-23336
Multiple vulnerabilities have been found in Python, the worst of which might allow attackers to access sensitive information.
3.0.13
Affected by 12 other vulnerabilities.
3.1a1
Affected by 13 other vulnerabilities.
3.1.7
Affected by 13 other vulnerabilities.
3.2a1
Affected by 17 other vulnerabilities.
VCID-wb34-g6xq-rkfx
Aliases:
BIT-django-2020-9402
CVE-2020-9402
GHSA-3gh2-xw74-jmcw
PYSEC-2020-36
Django 1.11 before 1.11.29, 2.2 before 2.2.11, and 3.0 before 3.0.4 allows SQL Injection if untrusted data is used as a tolerance parameter in GIS functions and aggregates on Oracle. By passing a suitably crafted tolerance to GIS functions and aggregates on Oracle, it was possible to break escaping and inject malicious SQL.
3.0.4
Affected by 18 other vulnerabilities.
VCID-wkrc-62bd-bbgx
Aliases:
BIT-django-2020-13254
CVE-2020-13254
GHSA-wpjr-j57x-wxfw
PYSEC-2020-31
An issue was discovered in Django 2.2 before 2.2.13 and 3.0 before 3.0.7. In cases where a memcached backend does not perform key validation, passing malformed cache keys could result in a key collision, and potential data leakage.
3.0.7
Affected by 16 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.791180+00:00 GHSA Importer Affected by VCID-6gss-ppm5-3yc9 https://github.com/advisories/GHSA-8x94-hmjh-97hq 38.4.0
2026-04-16T01:58:13.104758+00:00 GHSA Importer Affected by VCID-mzdk-m12w-q3fc https://github.com/advisories/GHSA-v6rh-hp5x-86rv 38.4.0
2026-04-16T01:55:30.223664+00:00 GHSA Importer Affected by VCID-gan1-9gwu-63d2 https://github.com/advisories/GHSA-xpfp-f569-q3p2 38.4.0
2026-04-16T01:48:14.199909+00:00 GHSA Importer Affected by VCID-c8s7-3g9m-d3cw https://github.com/advisories/GHSA-p99v-5w3c-jqq9 38.4.0
2026-04-16T01:48:13.934667+00:00 GHSA Importer Affected by VCID-qm34-ec8s-tfd7 https://github.com/advisories/GHSA-68w8-qjq3-2gfm 38.4.0
2026-04-16T01:47:57.245627+00:00 GHSA Importer Affected by VCID-kypj-ptb9-8qhz https://github.com/advisories/GHSA-rxjp-mfm9-w4wr 38.4.0
2026-04-16T01:42:40.151771+00:00 GHSA Importer Affected by VCID-u7m5-tzv2-c7hn https://github.com/advisories/GHSA-xgxc-v2qg-chmh 38.4.0
2026-04-16T01:41:31.292808+00:00 GHSA Importer Affected by VCID-upy5-adtx-n7hg https://github.com/advisories/GHSA-m6gj-h9gm-gw44 38.4.0
2026-04-16T01:41:30.384141+00:00 GHSA Importer Affected by VCID-mmay-juu6-5ua9 https://github.com/advisories/GHSA-fr28-569j-53c4 38.4.0
2026-04-16T01:41:30.198371+00:00 GHSA Importer Affected by VCID-9k9t-vp1a-z7bt https://github.com/advisories/GHSA-fvgf-6h6h-3322 38.4.0
2026-04-16T01:32:58.140567+00:00 GHSA Importer Affected by VCID-j4br-4y39-s3gs https://github.com/advisories/GHSA-2m34-jcjv-45xf 38.4.0
2026-04-16T01:32:57.742345+00:00 GHSA Importer Affected by VCID-wkrc-62bd-bbgx https://github.com/advisories/GHSA-wpjr-j57x-wxfw 38.4.0
2026-04-16T01:32:55.565627+00:00 GHSA Importer Affected by VCID-wb34-g6xq-rkfx https://github.com/advisories/GHSA-3gh2-xw74-jmcw 38.4.0
2026-04-16T01:31:36.872326+00:00 GHSA Importer Affected by VCID-w2dv-u8h6-sbgs https://github.com/advisories/GHSA-hmr4-m2h5-33qx 38.4.0
2026-04-12T01:13:10.488113+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.100911+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.061728+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.298545+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.566984+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.577234+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:49:42.322965+00:00 GitLab Importer Affected by VCID-mzdk-m12w-q3fc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-44420.yml 38.3.0
2026-04-11T22:44:41.241973+00:00 GitLab Importer Affected by VCID-gan1-9gwu-63d2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-35042.yml 38.3.0
2026-04-11T22:38:54.177938+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:38:52.885775+00:00 GitLab Importer Affected by VCID-c8s7-3g9m-d3cw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33571.yml 38.3.0
2026-04-11T22:38:31.290876+00:00 GitLab Importer Affected by VCID-kypj-ptb9-8qhz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 38.3.0
2026-04-11T22:32:55.635061+00:00 GitLab Importer Affected by VCID-u7m5-tzv2-c7hn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-28658.yml 38.3.0
2026-04-11T22:31:21.568922+00:00 GitLab Importer Affected by VCID-9k9t-vp1a-z7bt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-3281.yml 38.3.0
2026-04-11T22:31:19.883044+00:00 GitLab Importer Affected by VCID-upy5-adtx-n7hg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24583.yml 38.3.0
2026-04-11T22:31:16.756660+00:00 GitLab Importer Affected by VCID-mmay-juu6-5ua9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24584.yml 38.3.0
2026-04-11T22:29:35.211568+00:00 GitLab Importer Affected by VCID-w6k8-js68-87g4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-23336.yml 38.3.0
2026-04-11T22:15:40.106221+00:00 GitLab Importer Affected by VCID-j4br-4y39-s3gs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-13596.yml 38.3.0
2026-04-11T22:15:34.406127+00:00 GitLab Importer Affected by VCID-wkrc-62bd-bbgx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-13254.yml 38.3.0
2026-04-11T22:15:33.757565+00:00 GitLab Importer Affected by VCID-wb34-g6xq-rkfx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-9402.yml 38.3.0
2026-04-11T22:11:43.714971+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-11T13:58:53.539028+00:00 GHSA Importer Affected by VCID-6gss-ppm5-3yc9 https://github.com/advisories/GHSA-8x94-hmjh-97hq 38.3.0
2026-04-11T13:25:19.380865+00:00 GHSA Importer Affected by VCID-mzdk-m12w-q3fc https://github.com/advisories/GHSA-v6rh-hp5x-86rv 38.3.0
2026-04-11T13:22:31.841505+00:00 GHSA Importer Affected by VCID-gan1-9gwu-63d2 https://github.com/advisories/GHSA-xpfp-f569-q3p2 38.3.0
2026-04-11T13:17:33.729924+00:00 GHSA Importer Affected by VCID-c8s7-3g9m-d3cw https://github.com/advisories/GHSA-p99v-5w3c-jqq9 38.3.0
2026-04-11T13:17:33.452023+00:00 GHSA Importer Affected by VCID-qm34-ec8s-tfd7 https://github.com/advisories/GHSA-68w8-qjq3-2gfm 38.3.0
2026-04-11T13:17:15.771957+00:00 GHSA Importer Affected by VCID-kypj-ptb9-8qhz https://github.com/advisories/GHSA-rxjp-mfm9-w4wr 38.3.0
2026-04-11T13:11:51.371330+00:00 GHSA Importer Affected by VCID-u7m5-tzv2-c7hn https://github.com/advisories/GHSA-xgxc-v2qg-chmh 38.3.0
2026-04-11T13:10:37.069899+00:00 GHSA Importer Affected by VCID-upy5-adtx-n7hg https://github.com/advisories/GHSA-m6gj-h9gm-gw44 38.3.0
2026-04-11T13:10:36.295169+00:00 GHSA Importer Affected by VCID-mmay-juu6-5ua9 https://github.com/advisories/GHSA-fr28-569j-53c4 38.3.0
2026-04-11T13:10:36.096592+00:00 GHSA Importer Affected by VCID-9k9t-vp1a-z7bt https://github.com/advisories/GHSA-fvgf-6h6h-3322 38.3.0
2026-04-11T13:02:16.190095+00:00 GHSA Importer Affected by VCID-j4br-4y39-s3gs https://github.com/advisories/GHSA-2m34-jcjv-45xf 38.3.0
2026-04-11T13:02:15.796704+00:00 GHSA Importer Affected by VCID-wkrc-62bd-bbgx https://github.com/advisories/GHSA-wpjr-j57x-wxfw 38.3.0
2026-04-11T13:02:13.545632+00:00 GHSA Importer Affected by VCID-wb34-g6xq-rkfx https://github.com/advisories/GHSA-3gh2-xw74-jmcw 38.3.0
2026-04-11T13:00:59.150900+00:00 GHSA Importer Affected by VCID-w2dv-u8h6-sbgs https://github.com/advisories/GHSA-hmr4-m2h5-33qx 38.3.0
2026-04-03T01:22:07.211336+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.050232+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.813592+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.770808+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.458236+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:51.079067+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:59:08.706552+00:00 GitLab Importer Affected by VCID-mzdk-m12w-q3fc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-44420.yml 38.1.0
2026-04-02T22:54:40.681487+00:00 GitLab Importer Affected by VCID-gan1-9gwu-63d2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-35042.yml 38.1.0
2026-04-02T22:49:32.415763+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:49:31.286135+00:00 GitLab Importer Affected by VCID-c8s7-3g9m-d3cw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33571.yml 38.1.0
2026-04-02T22:49:11.876309+00:00 GitLab Importer Affected by VCID-kypj-ptb9-8qhz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 38.1.0
2026-04-02T22:44:07.045856+00:00 GitLab Importer Affected by VCID-u7m5-tzv2-c7hn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-28658.yml 38.1.0
2026-04-02T22:42:44.116350+00:00 GitLab Importer Affected by VCID-9k9t-vp1a-z7bt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-3281.yml 38.1.0
2026-04-02T22:42:42.570912+00:00 GitLab Importer Affected by VCID-upy5-adtx-n7hg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24583.yml 38.1.0
2026-04-02T22:42:39.515593+00:00 GitLab Importer Affected by VCID-mmay-juu6-5ua9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24584.yml 38.1.0
2026-04-02T22:41:06.325057+00:00 GitLab Importer Affected by VCID-w6k8-js68-87g4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-23336.yml 38.1.0
2026-04-02T22:27:53.986520+00:00 GitLab Importer Affected by VCID-j4br-4y39-s3gs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-13596.yml 38.1.0
2026-04-02T22:27:48.681857+00:00 GitLab Importer Affected by VCID-wkrc-62bd-bbgx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-13254.yml 38.1.0
2026-04-02T22:27:48.141346+00:00 GitLab Importer Affected by VCID-wb34-g6xq-rkfx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-9402.yml 38.1.0
2026-04-02T22:24:13.191355+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-02T14:45:06.063504+00:00 GHSA Importer Affected by VCID-6gss-ppm5-3yc9 https://github.com/advisories/GHSA-8x94-hmjh-97hq 38.1.0
2026-04-02T14:15:35.632941+00:00 GHSA Importer Affected by VCID-mzdk-m12w-q3fc https://github.com/advisories/GHSA-v6rh-hp5x-86rv 38.1.0
2026-04-02T14:13:06.612602+00:00 GHSA Importer Affected by VCID-gan1-9gwu-63d2 https://github.com/advisories/GHSA-xpfp-f569-q3p2 38.1.0
2026-04-02T14:08:35.988033+00:00 GHSA Importer Affected by VCID-c8s7-3g9m-d3cw https://github.com/advisories/GHSA-p99v-5w3c-jqq9 38.1.0
2026-04-02T14:08:35.608534+00:00 GHSA Importer Affected by VCID-qm34-ec8s-tfd7 https://github.com/advisories/GHSA-68w8-qjq3-2gfm 38.1.0
2026-04-02T14:08:20.448256+00:00 GHSA Importer Affected by VCID-kypj-ptb9-8qhz https://github.com/advisories/GHSA-rxjp-mfm9-w4wr 38.1.0
2026-04-02T14:03:22.512374+00:00 GHSA Importer Affected by VCID-u7m5-tzv2-c7hn https://github.com/advisories/GHSA-xgxc-v2qg-chmh 38.1.0
2026-04-02T14:02:17.644838+00:00 GHSA Importer Affected by VCID-upy5-adtx-n7hg https://github.com/advisories/GHSA-m6gj-h9gm-gw44 38.1.0
2026-04-02T14:02:16.932446+00:00 GHSA Importer Affected by VCID-mmay-juu6-5ua9 https://github.com/advisories/GHSA-fr28-569j-53c4 38.1.0
2026-04-02T14:02:16.752435+00:00 GHSA Importer Affected by VCID-9k9t-vp1a-z7bt https://github.com/advisories/GHSA-fvgf-6h6h-3322 38.1.0
2026-04-02T13:54:12.864315+00:00 GHSA Importer Affected by VCID-j4br-4y39-s3gs https://github.com/advisories/GHSA-2m34-jcjv-45xf 38.1.0
2026-04-02T13:54:12.491931+00:00 GHSA Importer Affected by VCID-wkrc-62bd-bbgx https://github.com/advisories/GHSA-wpjr-j57x-wxfw 38.1.0
2026-04-02T13:54:10.493617+00:00 GHSA Importer Affected by VCID-wb34-g6xq-rkfx https://github.com/advisories/GHSA-3gh2-xw74-jmcw 38.1.0
2026-04-02T13:53:01.971587+00:00 GHSA Importer Affected by VCID-w2dv-u8h6-sbgs https://github.com/advisories/GHSA-hmr4-m2h5-33qx 38.1.0
2026-04-01T17:51:15.930911+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:17:49.388263+00:00 GitLab Importer Affected by VCID-mzdk-m12w-q3fc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-44420.yml 38.0.0
2026-04-01T17:12:58.315612+00:00 GitLab Importer Affected by VCID-gan1-9gwu-63d2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-35042.yml 38.0.0
2026-04-01T17:07:27.830413+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-01T17:07:26.711809+00:00 GitLab Importer Affected by VCID-c8s7-3g9m-d3cw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-33571.yml 38.0.0
2026-04-01T17:07:05.651853+00:00 GitLab Importer Affected by VCID-kypj-ptb9-8qhz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-31542.yml 38.0.0
2026-04-01T17:01:58.709490+00:00 GitLab Importer Affected by VCID-u7m5-tzv2-c7hn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-28658.yml 38.0.0
2026-04-01T17:00:26.339778+00:00 GitLab Importer Affected by VCID-9k9t-vp1a-z7bt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-3281.yml 38.0.0
2026-04-01T17:00:24.785018+00:00 GitLab Importer Affected by VCID-upy5-adtx-n7hg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24583.yml 38.0.0
2026-04-01T17:00:20.988801+00:00 GitLab Importer Affected by VCID-mmay-juu6-5ua9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-24584.yml 38.0.0
2026-04-01T16:58:35.856432+00:00 GitLab Importer Affected by VCID-w6k8-js68-87g4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-23336.yml 38.0.0
2026-04-01T16:45:51.612359+00:00 GitLab Importer Affected by VCID-j4br-4y39-s3gs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-13596.yml 38.0.0
2026-04-01T16:45:48.630608+00:00 GitLab Importer Affected by VCID-wkrc-62bd-bbgx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-13254.yml 38.0.0
2026-04-01T16:45:48.049233+00:00 GitLab Importer Affected by VCID-wb34-g6xq-rkfx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2020-9402.yml 38.0.0
2026-04-01T16:42:03.077538+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-01T15:09:44.707803+00:00 PyPI Importer Affected by VCID-c8s7-3g9m-d3cw https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:09:42.978500+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:04:57.379185+00:00 PyPI Importer Affected by VCID-u7m5-tzv2-c7hn https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:03:24.340686+00:00 PyPI Importer Affected by VCID-9k9t-vp1a-z7bt https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:02:12.739105+00:00 PyPI Importer Affected by VCID-mmay-juu6-5ua9 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:02:12.436637+00:00 PyPI Importer Affected by VCID-upy5-adtx-n7hg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:58.989594+00:00 PyPI Importer Affected by VCID-wkrc-62bd-bbgx https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:58.836660+00:00 PyPI Importer Affected by VCID-j4br-4y39-s3gs https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:33.187246+00:00 PyPI Importer Affected by VCID-wb34-g6xq-rkfx https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:30.811374+00:00 PyPI Importer Affected by VCID-w2dv-u8h6-sbgs https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T12:46:04.589739+00:00 Pypa Importer Affected by VCID-c8s7-3g9m-d3cw https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-99.yaml 38.0.0
2026-04-01T12:46:03.667291+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:43:57.323980+00:00 Pypa Importer Affected by VCID-u7m5-tzv2-c7hn https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-6.yaml 38.0.0
2026-04-01T12:43:17.589441+00:00 Pypa Importer Affected by VCID-9k9t-vp1a-z7bt https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-9.yaml 38.0.0
2026-04-01T12:42:37.076617+00:00 Pypa Importer Affected by VCID-upy5-adtx-n7hg https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2020-33.yaml 38.0.0
2026-04-01T12:42:36.924065+00:00 Pypa Importer Affected by VCID-mmay-juu6-5ua9 https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2020-34.yaml 38.0.0
2026-04-01T12:42:29.987780+00:00 Pypa Importer Affected by VCID-wkrc-62bd-bbgx https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2020-31.yaml 38.0.0
2026-04-01T12:42:29.895743+00:00 Pypa Importer Affected by VCID-j4br-4y39-s3gs https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2020-32.yaml 38.0.0
2026-04-01T12:42:16.171831+00:00 Pypa Importer Affected by VCID-wb34-g6xq-rkfx https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2020-36.yaml 38.0.0
2026-04-01T12:42:14.901307+00:00 Pypa Importer Affected by VCID-w2dv-u8h6-sbgs https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2020-35.yaml 38.0.0