Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/django@2.2.2
purl pkg:pypi/django@2.2.2
Next non-vulnerable version 4.2.29
Latest non-vulnerable version 6.0.4
Risk 10.0
Vulnerabilities affecting this package (41)
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.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.2.4
Affected by 31 other vulnerabilities.
VCID-66w1-4zku-gyfp
Aliases:
BIT-django-2021-45452
CVE-2021-45452
GHSA-jrh2-hc4r-7jwx
PYSEC-2022-3
Storage.save in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1 allows directory traversal if crafted filenames are directly passed to it.
2.2.26
Affected by 10 other vulnerabilities.
3.2.11
Affected by 21 other vulnerabilities.
4.0.1
Affected by 16 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.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-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.
2.2.18
Affected by 20 other vulnerabilities.
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-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.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.2.8
Affected by 29 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.2.8
Affected by 29 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+..) .
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-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.2.4
Affected by 31 other vulnerabilities.
VCID-gp5e-nguh-5fdk
Aliases:
BIT-django-2022-23833
CVE-2022-23833
GHSA-6cw3-g6wv-c2xv
PYSEC-2022-20
An issue was discovered in MultiPartParser in Django 2.2 before 2.2.27, 3.2 before 3.2.12, and 4.0 before 4.0.2. Passing certain inputs to multipart forms could result in an infinite loop when parsing files.
2.2.27
Affected by 8 other vulnerabilities.
3.2.12
Affected by 19 other vulnerabilities.
4.0.2
Affected by 14 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.2.4
Affected by 31 other vulnerabilities.
VCID-hwa2-n7a2-pyg1
Aliases:
BIT-django-2021-45116
CVE-2021-45116
GHSA-8c5j-9r9f-c6w8
PYSEC-2022-2
An issue was discovered in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1. Due to leveraging the Django Template Language's variable resolution logic, the dictsort template filter was potentially vulnerable to information disclosure, or an unintended method call, if passed a suitably crafted key.
2.2.26
Affected by 10 other vulnerabilities.
3.2.11
Affected by 21 other vulnerabilities.
4.0.1
Affected by 16 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.
2.2.13
Affected by 23 other vulnerabilities.
3.0.7
Affected by 16 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.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.2.4
Affected by 31 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.
2.2.21
Affected by 17 other vulnerabilities.
3.1.9
Affected by 11 other vulnerabilities.
3.2.1
Affected by 29 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.2.4
Affected by 31 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.
2.2.16
Affected by 21 other vulnerabilities.
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.
2.2.25
Affected by 13 other vulnerabilities.
3.1.14
Affected by 6 other vulnerabilities.
3.2.10
Affected by 24 other vulnerabilities.
VCID-pa75-6avj-duf7
Aliases:
BIT-django-2022-28346
CVE-2022-28346
GHSA-2gwj-7jmv-h26r
PYSEC-2022-190
An issue was discovered in Django 2.2 before 2.2.28, 3.2 before 3.2.13, and 4.0 before 4.0.4. QuerySet.annotate(), aggregate(), and extra() methods are subject to SQL injection in column aliases via a crafted dictionary (with dictionary expansion) as the passed **kwargs.
2.2.28
Affected by 6 other vulnerabilities.
3.2.13
Affected by 17 other vulnerabilities.
4.0.4
Affected by 12 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.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-th9v-dk98-3kea
Aliases:
BIT-django-2022-28347
CVE-2022-28347
GHSA-w24h-v9qh-8gxj
PYSEC-2022-191
A SQL injection issue was discovered in QuerySet.explain() in Django 2.2 before 2.2.28, 3.2 before 3.2.13, and 4.0 before 4.0.4. This occurs by passing a crafted dictionary (with dictionary expansion) as the **options argument, and placing the injection payload in an option name.
2.2.28
Affected by 6 other vulnerabilities.
3.2.13
Affected by 17 other vulnerabilities.
4.0.4
Affected by 12 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.
2.2.20
Affected by 18 other vulnerabilities.
3.0.14
Affected by 11 other vulnerabilities.
3.1.8
Affected by 12 other vulnerabilities.
VCID-ume2-wt6y-jye7
Aliases:
BIT-django-2022-22818
CVE-2022-22818
GHSA-95rw-fx8r-36v6
PYSEC-2022-19
The {% debug %} template tag in Django 2.2 before 2.2.27, 3.2 before 3.2.12, and 4.0 before 4.0.2 does not properly encode the current context. This may lead to XSS.
2.2.27
Affected by 8 other vulnerabilities.
3.2.12
Affected by 19 other vulnerabilities.
4.0.2
Affected by 14 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.
2.2.16
Affected by 21 other vulnerabilities.
3.0.10
Affected by 14 other vulnerabilities.
3.1.1
Affected by 15 other vulnerabilities.
VCID-v4ad-xxy8-wfc9
Aliases:
BIT-django-2021-32052
CVE-2021-32052
GHSA-qm57-vhq3-3fwf
PYSEC-2021-8
In Django 2.2 before 2.2.22, 3.1 before 3.1.10, and 3.2 before 3.2.2 (with Python 3.9.5+), URLValidator does not prohibit newlines and tabs (unless the URLField form field is used). If an application uses values with newlines in an HTTP response, header injection can occur. Django itself is unaffected because HttpResponse prohibits newlines in HTTP headers.
2.2.22
Affected by 16 other vulnerabilities.
3.1.10
Affected by 10 other vulnerabilities.
3.2.2
Affected by 28 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.
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.
2.2.19
Affected by 19 other vulnerabilities.
3.0a1
Affected by 12 other vulnerabilities.
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.
2.2.11
Affected by 25 other vulnerabilities.
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.
2.2.13
Affected by 23 other vulnerabilities.
3.0.7
Affected by 16 other vulnerabilities.
VCID-x516-xwze-6ba3
Aliases:
PYSEC-2019-86
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.
VCID-z8z1-cjee-kfeg
Aliases:
BIT-django-2021-45115
CVE-2021-45115
GHSA-53qw-q765-4fww
PYSEC-2022-1
An issue was discovered in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1. UserAttributeSimilarityValidator incurred significant overhead in evaluating a submitted password that was artificially large in relation to the comparison values. In a situation where access to user registration was unrestricted, this provided a potential vector for a denial-of-service attack.
2.2.26
Affected by 10 other vulnerabilities.
3.2.11
Affected by 21 other vulnerabilities.
4.0.1
Affected by 16 other vulnerabilities.
Vulnerabilities fixed by this package (3)
Vulnerability Summary Aliases
VCID-3s9f-prpy-hbcx 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.` CVE-2019-11358
GHSA-6c3j-c64m-qhgq
VCID-56na-n4w5-8fak 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. CVE-2019-12308
GHSA-7rp2-fm2h-wchj
PYSEC-2019-79
VCID-be38-bevp-y7ae 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. PYSEC-2019-9

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T22:06:57.404984+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.4.0
2026-04-16T21:44:50.543588+00:00 GitLab Importer Affected by VCID-pa75-6avj-duf7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-28346.yml 38.4.0
2026-04-16T21:44:48.874605+00:00 GitLab Importer Affected by VCID-th9v-dk98-3kea https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-28347.yml 38.4.0
2026-04-16T21:38:25.162244+00:00 GitLab Importer Affected by VCID-gp5e-nguh-5fdk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-23833.yml 38.4.0
2026-04-16T21:38:24.683779+00:00 GitLab Importer Affected by VCID-ume2-wt6y-jye7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-22818.yml 38.4.0
2026-04-16T21:37:32.807189+00:00 GitLab Importer Affected by VCID-66w1-4zku-gyfp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-45452.yml 38.4.0
2026-04-16T21:37:30.704832+00:00 GitLab Importer Affected by VCID-hwa2-n7a2-pyg1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-45116.yml 38.4.0
2026-04-16T21:37:29.621730+00:00 GitLab Importer Affected by VCID-z8z1-cjee-kfeg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-45115.yml 38.4.0
2026-04-16T21:36:01.933044+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.4.0
2026-04-16T21:26:03.968621+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.4.0
2026-04-16T21:26:02.790318+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.4.0
2026-04-16T21:25:57.915053+00:00 GitLab Importer Affected by VCID-v4ad-xxy8-wfc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-32052.yml 38.4.0
2026-04-16T21:25:42.698651+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.4.0
2026-04-16T21:20:32.239178+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.4.0
2026-04-16T21:19:04.682687+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.4.0
2026-04-16T21:19:03.079644+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.4.0
2026-04-16T21:18:59.631386+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.4.0
2026-04-16T21:17:25.643307+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.4.0
2026-04-16T21:04:15.933775+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.4.0
2026-04-16T21:04:10.567511+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.4.0
2026-04-16T21:04:10.010666+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.4.0
2026-04-16T21:00:28.633463+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.4.0
2026-04-16T20:59:53.691021+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.4.0
2026-04-16T20:59:08.838527+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.4.0
2026-04-16T20:56:49.169927+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.4.0
2026-04-16T20:56:41.577692+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.4.0
2026-04-16T20:56:40.844063+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.4.0
2026-04-16T20:56:40.514223+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.4.0
2026-04-16T20:55:52.080686+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.4.0
2026-04-16T20:55:17.556610+00:00 GitLab Importer Fixing VCID-56na-n4w5-8fak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12308.yml 38.4.0
2026-04-16T02:33:25.660640+00:00 GHSA Importer Affected by VCID-6gss-ppm5-3yc9 https://github.com/advisories/GHSA-8x94-hmjh-97hq 38.4.0
2026-04-16T02:04:36.235570+00:00 GHSA Importer Affected by VCID-pa75-6avj-duf7 https://github.com/advisories/GHSA-2gwj-7jmv-h26r 38.4.0
2026-04-16T02:04:35.310517+00:00 GHSA Importer Affected by VCID-th9v-dk98-3kea https://github.com/advisories/GHSA-w24h-v9qh-8gxj 38.4.0
2026-04-16T02:00:19.747555+00:00 GHSA Importer Affected by VCID-ume2-wt6y-jye7 https://github.com/advisories/GHSA-95rw-fx8r-36v6 38.4.0
2026-04-16T02:00:18.809742+00:00 GHSA Importer Affected by VCID-gp5e-nguh-5fdk https://github.com/advisories/GHSA-6cw3-g6wv-c2xv 38.4.0
2026-04-16T01:59:31.158572+00:00 GHSA Importer Affected by VCID-hwa2-n7a2-pyg1 https://github.com/advisories/GHSA-8c5j-9r9f-c6w8 38.4.0
2026-04-16T01:59:30.572105+00:00 GHSA Importer Affected by VCID-66w1-4zku-gyfp https://github.com/advisories/GHSA-jrh2-hc4r-7jwx 38.4.0
2026-04-16T01:59:30.019726+00:00 GHSA Importer Affected by VCID-z8z1-cjee-kfeg https://github.com/advisories/GHSA-53qw-q765-4fww 38.4.0
2026-04-16T01:58:12.866418+00:00 GHSA Importer Affected by VCID-mzdk-m12w-q3fc https://github.com/advisories/GHSA-v6rh-hp5x-86rv 38.4.0
2026-04-16T01:48:14.616003+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.702295+00:00 GHSA Importer Affected by VCID-qm34-ec8s-tfd7 https://github.com/advisories/GHSA-68w8-qjq3-2gfm 38.4.0
2026-04-16T01:48:10.582550+00:00 GHSA Importer Affected by VCID-v4ad-xxy8-wfc9 https://github.com/advisories/GHSA-qm57-vhq3-3fwf 38.4.0
2026-04-16T01:47:56.847663+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:39.736457+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.075913+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.571051+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:29.816152+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:57.924812+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.420342+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.117064+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:35.899001+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.132840+00:00 GHSA Importer Affected by VCID-8jaq-53td-wbeg https://github.com/advisories/GHSA-vfq6-hq5r-27r6 38.4.0
2026-04-16T01:30:59.827157+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:47.939516+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:46.765377+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.320495+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.497836+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:23.849313+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:11.031938+00:00 GHSA Importer Fixing VCID-56na-n4w5-8fak https://github.com/advisories/GHSA-7rp2-fm2h-wchj 38.4.0
2026-04-12T01:13:10.355961+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.976015+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.934498+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.171465+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.443188+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.454329+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-11T23:00:32.055007+00:00 GitLab Importer Affected by VCID-pa75-6avj-duf7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-28346.yml 38.3.0
2026-04-11T23:00:30.361412+00:00 GitLab Importer Affected by VCID-th9v-dk98-3kea https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-28347.yml 38.3.0
2026-04-11T22:53:03.973291+00:00 GitLab Importer Affected by VCID-gp5e-nguh-5fdk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-23833.yml 38.3.0
2026-04-11T22:53:02.805043+00:00 GitLab Importer Affected by VCID-ume2-wt6y-jye7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-22818.yml 38.3.0
2026-04-11T22:51:40.672835+00:00 GitLab Importer Affected by VCID-66w1-4zku-gyfp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-45452.yml 38.3.0
2026-04-11T22:51:37.309707+00:00 GitLab Importer Affected by VCID-hwa2-n7a2-pyg1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-45116.yml 38.3.0
2026-04-11T22:51:35.108156+00:00 GitLab Importer Affected by VCID-z8z1-cjee-kfeg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-45115.yml 38.3.0
2026-04-11T22:49:42.188479+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:38:54.051222+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.763359+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:47.741074+00:00 GitLab Importer Affected by VCID-v4ad-xxy8-wfc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-32052.yml 38.3.0
2026-04-11T22:38:31.185508+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.511699+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.466309+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.778416+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.664608+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.135412+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.015201+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.315110+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.682663+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.644863+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.556931+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.218880+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.714375+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.279506+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.528376+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.165926+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.574956+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.731477+00:00 GitLab Importer Fixing VCID-56na-n4w5-8fak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12308.yml 38.3.0
2026-04-11T13:58:53.403893+00:00 GHSA Importer Affected by VCID-6gss-ppm5-3yc9 https://github.com/advisories/GHSA-8x94-hmjh-97hq 38.3.0
2026-04-11T13:31:52.783612+00:00 GHSA Importer Affected by VCID-pa75-6avj-duf7 https://github.com/advisories/GHSA-2gwj-7jmv-h26r 38.3.0
2026-04-11T13:31:51.848904+00:00 GHSA Importer Affected by VCID-th9v-dk98-3kea https://github.com/advisories/GHSA-w24h-v9qh-8gxj 38.3.0
2026-04-11T13:27:36.146229+00:00 GHSA Importer Affected by VCID-ume2-wt6y-jye7 https://github.com/advisories/GHSA-95rw-fx8r-36v6 38.3.0
2026-04-11T13:27:35.191548+00:00 GHSA Importer Affected by VCID-gp5e-nguh-5fdk https://github.com/advisories/GHSA-6cw3-g6wv-c2xv 38.3.0
2026-04-11T13:26:47.045249+00:00 GHSA Importer Affected by VCID-hwa2-n7a2-pyg1 https://github.com/advisories/GHSA-8c5j-9r9f-c6w8 38.3.0
2026-04-11T13:26:46.472438+00:00 GHSA Importer Affected by VCID-66w1-4zku-gyfp https://github.com/advisories/GHSA-jrh2-hc4r-7jwx 38.3.0
2026-04-11T13:26:45.889352+00:00 GHSA Importer Affected by VCID-z8z1-cjee-kfeg https://github.com/advisories/GHSA-53qw-q765-4fww 38.3.0
2026-04-11T13:25:19.137032+00:00 GHSA Importer Affected by VCID-mzdk-m12w-q3fc https://github.com/advisories/GHSA-v6rh-hp5x-86rv 38.3.0
2026-04-11T13:17:34.170841+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.208178+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:29.926784+00:00 GHSA Importer Affected by VCID-v4ad-xxy8-wfc9 https://github.com/advisories/GHSA-qm57-vhq3-3fwf 38.3.0
2026-04-11T13:17:15.373198+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:50.965988+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:36.840424+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.471429+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:35.723930+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:15.984490+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.605060+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.118234+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:58.126629+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.695829+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:18.931537+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.239649+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.142119+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.745326+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:01.960478+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.195514+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:29.017040+00:00 GHSA Importer Fixing VCID-56na-n4w5-8fak https://github.com/advisories/GHSA-7rp2-fm2h-wchj 38.3.0
2026-04-03T01:22:07.090361+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.926048+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.690070+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.651504+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.336310+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.972310+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-02T23:09:06.458288+00:00 GitLab Importer Affected by VCID-pa75-6avj-duf7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-28346.yml 38.1.0
2026-04-02T23:09:04.930980+00:00 GitLab Importer Affected by VCID-th9v-dk98-3kea https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-28347.yml 38.1.0
2026-04-02T23:02:25.790495+00:00 GitLab Importer Affected by VCID-gp5e-nguh-5fdk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-23833.yml 38.1.0
2026-04-02T23:02:24.940884+00:00 GitLab Importer Affected by VCID-ume2-wt6y-jye7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-22818.yml 38.1.0
2026-04-02T23:01:06.443589+00:00 GitLab Importer Affected by VCID-66w1-4zku-gyfp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-45452.yml 38.1.0
2026-04-02T23:01:03.167631+00:00 GitLab Importer Affected by VCID-hwa2-n7a2-pyg1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-45116.yml 38.1.0
2026-04-02T23:01:01.026626+00:00 GitLab Importer Affected by VCID-z8z1-cjee-kfeg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-45115.yml 38.1.0
2026-04-02T22:59:08.591167+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:49:32.308228+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.168672+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:26.612632+00:00 GitLab Importer Affected by VCID-v4ad-xxy8-wfc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-32052.yml 38.1.0
2026-04-02T22:49:11.773622+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:06.946624+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.030488+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.477912+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.428828+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.251106+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.904772+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.609837+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.077262+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.127593+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.808342+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.656608+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.811144+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.427822+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.733928+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.410371+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.473985+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.517960+00:00 GitLab Importer Fixing VCID-56na-n4w5-8fak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12308.yml 38.1.0
2026-04-02T14:45:05.953147+00:00 GHSA Importer Affected by VCID-6gss-ppm5-3yc9 https://github.com/advisories/GHSA-8x94-hmjh-97hq 38.1.0
2026-04-02T14:21:36.717394+00:00 GHSA Importer Affected by VCID-pa75-6avj-duf7 https://github.com/advisories/GHSA-2gwj-7jmv-h26r 38.1.0
2026-04-02T14:21:35.543282+00:00 GHSA Importer Affected by VCID-th9v-dk98-3kea https://github.com/advisories/GHSA-w24h-v9qh-8gxj 38.1.0
2026-04-02T14:17:43.834093+00:00 GHSA Importer Affected by VCID-ume2-wt6y-jye7 https://github.com/advisories/GHSA-95rw-fx8r-36v6 38.1.0
2026-04-02T14:17:42.999990+00:00 GHSA Importer Affected by VCID-gp5e-nguh-5fdk https://github.com/advisories/GHSA-6cw3-g6wv-c2xv 38.1.0
2026-04-02T14:17:00.339918+00:00 GHSA Importer Affected by VCID-hwa2-n7a2-pyg1 https://github.com/advisories/GHSA-8c5j-9r9f-c6w8 38.1.0
2026-04-02T14:16:59.817854+00:00 GHSA Importer Affected by VCID-66w1-4zku-gyfp https://github.com/advisories/GHSA-jrh2-hc4r-7jwx 38.1.0
2026-04-02T14:16:59.292862+00:00 GHSA Importer Affected by VCID-z8z1-cjee-kfeg https://github.com/advisories/GHSA-53qw-q765-4fww 38.1.0
2026-04-02T14:15:35.419850+00:00 GHSA Importer Affected by VCID-mzdk-m12w-q3fc https://github.com/advisories/GHSA-v6rh-hp5x-86rv 38.1.0
2026-04-02T14:08:36.394536+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.400110+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:32.659826+00:00 GHSA Importer Affected by VCID-v4ad-xxy8-wfc9 https://github.com/advisories/GHSA-qm57-vhq3-3fwf 38.1.0
2026-04-02T14:08:20.094453+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.143942+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.450480+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:17.106747+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.407314+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.669202+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.314618+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.100550+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.082602+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.171415+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:26.912630+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:16.942158+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:15.841607+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.487930+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:14.787380+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.356328+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.437843+00:00 GHSA Importer Fixing VCID-56na-n4w5-8fak https://github.com/advisories/GHSA-7rp2-fm2h-wchj 38.1.0
2026-04-01T17:51:15.809921+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:28:38.408939+00:00 GitLab Importer Affected by VCID-pa75-6avj-duf7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-28346.yml 38.0.0
2026-04-01T17:28:36.779644+00:00 GitLab Importer Affected by VCID-th9v-dk98-3kea https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-28347.yml 38.0.0
2026-04-01T17:21:16.259122+00:00 GitLab Importer Affected by VCID-gp5e-nguh-5fdk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-23833.yml 38.0.0
2026-04-01T17:21:15.151482+00:00 GitLab Importer Affected by VCID-ume2-wt6y-jye7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2022-22818.yml 38.0.0
2026-04-01T17:19:56.993069+00:00 GitLab Importer Affected by VCID-66w1-4zku-gyfp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-45452.yml 38.0.0
2026-04-01T17:19:53.816589+00:00 GitLab Importer Affected by VCID-hwa2-n7a2-pyg1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-45116.yml 38.0.0
2026-04-01T17:19:46.088200+00:00 GitLab Importer Affected by VCID-z8z1-cjee-kfeg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-45115.yml 38.0.0
2026-04-01T17:17:49.270668+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:07:27.725809+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.594484+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:20.820373+00:00 GitLab Importer Affected by VCID-v4ad-xxy8-wfc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2021-32052.yml 38.0.0
2026-04-01T17:07:05.545996+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.609421+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.244981+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.690308+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.901565+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.767223+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.523427+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.557209+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:47.979183+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.014889+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.783084+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.932858+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.594234+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.364792+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.678030+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.352180+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.133620+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-01T15:57:32.341191+00:00 GHSA Importer Fixing VCID-56na-n4w5-8fak https://github.com/advisories/GHSA-7rp2-fm2h-wchj 38.0.0
2026-04-01T15:57:27.251763+00:00 GHSA Importer Fixing VCID-3s9f-prpy-hbcx https://github.com/advisories/GHSA-6c3j-c64m-qhgq 38.0.0
2026-04-01T15:12:51.041647+00:00 PyPI Importer Affected by VCID-pa75-6avj-duf7 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:12:50.597241+00:00 PyPI Importer Affected by VCID-th9v-dk98-3kea https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:11:57.910099+00:00 PyPI Importer Affected by VCID-gp5e-nguh-5fdk https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:11:57.507940+00:00 PyPI Importer Affected by VCID-ume2-wt6y-jye7 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:11:52.559239+00:00 PyPI Importer Affected by VCID-hwa2-n7a2-pyg1 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:11:52.156247+00:00 PyPI Importer Affected by VCID-66w1-4zku-gyfp https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:11:51.750293+00:00 PyPI Importer Affected by VCID-z8z1-cjee-kfeg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:11:46.633185+00:00 PyPI Importer Affected by VCID-mzdk-m12w-q3fc https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:09:44.625742+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.891820+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:05:10.813208+00:00 PyPI Importer Affected by VCID-v4ad-xxy8-wfc9 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:05:10.495535+00:00 PyPI Importer Affected by VCID-kypj-ptb9-8qhz https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:04:57.310364+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.279281+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.681218+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.379928+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.946212+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.793195+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.148655+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.776437+00:00 PyPI Importer Affected by VCID-w2dv-u8h6-sbgs https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:20.356894+00:00 PyPI Importer Affected by VCID-x516-xwze-6ba3 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:19.108601+00:00 PyPI Importer Affected by VCID-8jaq-53td-wbeg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:01:17.349782+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.163604+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.855266+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.476874+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.956068+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.570667+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.191490+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.808851+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.411629+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.045783+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.030787+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.677762+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.728817+00:00 PyPI Importer Fixing VCID-be38-bevp-y7ae https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:00:52.391964+00:00 PyPI Importer Fixing VCID-56na-n4w5-8fak https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T13:04:41.500682+00:00 GithubOSV Importer Fixing VCID-56na-n4w5-8fak https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2019/06/GHSA-7rp2-fm2h-wchj/GHSA-7rp2-fm2h-wchj.json 38.0.0
2026-04-01T13:04:08.701849+00:00 GithubOSV Importer Fixing VCID-3s9f-prpy-hbcx https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2019/04/GHSA-6c3j-c64m-qhgq/GHSA-6c3j-c64m-qhgq.json 38.0.0
2026-04-01T12:48:31.383093+00:00 GitLab Importer Fixing VCID-56na-n4w5-8fak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-12308.yml 38.0.0
2026-04-01T12:48:26.578182+00:00 GitLab Importer Fixing VCID-3s9f-prpy-hbcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Django/CVE-2019-11358.yml 38.0.0
2026-04-01T12:47:35.592790+00:00 Pypa Importer Affected by VCID-th9v-dk98-3kea https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2022-191.yaml 38.0.0
2026-04-01T12:47:35.360007+00:00 Pypa Importer Affected by VCID-pa75-6avj-duf7 https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2022-190.yaml 38.0.0
2026-04-01T12:47:09.574445+00:00 Pypa Importer Affected by VCID-gp5e-nguh-5fdk https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2022-20.yaml 38.0.0
2026-04-01T12:47:09.354889+00:00 Pypa Importer Affected by VCID-ume2-wt6y-jye7 https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2022-19.yaml 38.0.0
2026-04-01T12:47:06.478101+00:00 Pypa Importer Affected by VCID-z8z1-cjee-kfeg https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2022-1.yaml 38.0.0
2026-04-01T12:47:06.271235+00:00 Pypa Importer Affected by VCID-66w1-4zku-gyfp https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2022-3.yaml 38.0.0
2026-04-01T12:47:06.076435+00:00 Pypa Importer Affected by VCID-hwa2-n7a2-pyg1 https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2022-2.yaml 38.0.0
2026-04-01T12:47:02.660927+00:00 Pypa Importer Affected by VCID-mzdk-m12w-q3fc https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-439.yaml 38.0.0
2026-04-01T12:46:04.546063+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.623198+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:44:04.726243+00:00 Pypa Importer Affected by VCID-v4ad-xxy8-wfc9 https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-8.yaml 38.0.0
2026-04-01T12:44:04.584346+00:00 Pypa Importer Affected by VCID-kypj-ptb9-8qhz https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2021-7.yaml 38.0.0
2026-04-01T12:43:57.285889+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.561520+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.047078+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.898196+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.964036+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.871647+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.151705+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.881803+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
2026-04-01T12:42:10.534300+00:00 Pypa Importer Affected by VCID-8jaq-53td-wbeg https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2019-16.yaml 38.0.0
2026-04-01T12:42:09.599726+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.411028+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.191057+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:04.006776+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.825395+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.539200+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.818844+00:00 Pypa Importer Fixing VCID-56na-n4w5-8fak https://github.com/pypa/advisory-database/blob/main/vulns/django/PYSEC-2019-79.yaml 38.0.0