Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/python-django@1.7.11-1%2Bdeb8u3
purl pkg:deb/debian/python-django@1.7.11-1%2Bdeb8u3
Next non-vulnerable version 3:3.2.25-0+deb12u2
Latest non-vulnerable version 3:4.2.30-1
Risk 10.0
Vulnerabilities affecting this package (80)
Vulnerability Summary Fixed by
VCID-1fs3-2msx-9kev
Aliases:
CVE-2018-14574
GHSA-5hg3-6c2f-f3wr
PYSEC-2018-2
django.middleware.common.CommonMiddleware in Django 1.11.x before 1.11.15 and 2.0.x before 2.0.8 has an Open Redirect.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
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.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
2:2.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-27wt-wmzc-1bc2
Aliases:
CVE-2018-6188
GHSA-rf4j-j272-fj86
PYSEC-2018-4
django.contrib.auth.forms.AuthenticationForm in Django 2.0 before 2.0.2, and 1.11.8 and 1.11.9, allows remote attackers to obtain potentially sensitive information by leveraging data exposure from the confirm_login_allowed() method, as demonstrated by discovering whether a user account is inactive.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
VCID-28g3-ubx6-ebff
Aliases:
CVE-2026-1285
GHSA-4rrr-2h4v-f3j9
Django has Inefficient Algorithmic Complexity An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. `django.utils.text.Truncator.chars()` and `Truncator.words()` methods (with `html=True`) and the `truncatechars_html` and `truncatewords_html` template filters allow a remote attacker to cause a potential denial-of-service via crafted inputs containing a large number of unmatched HTML end tags. Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected. Django would like to thank Seokchan Yoon for reporting this issue.
3:3.2.19-1+deb12u1
Affected by 9 other vulnerabilities.
VCID-2tfv-rtq7-2fg9
Aliases:
CVE-2025-13473
GHSA-2mcm-79hx-8fxw
Django has Observable Timing Discrepancy An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. The `django.contrib.auth.handlers.modwsgi.check_password()` function for authentication via `mod_wsgi` allows remote attackers to enumerate users via a timing attack. Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected. Django would like to thank Stackered for reporting this issue.
3:3.2.19-1+deb12u1
Affected by 9 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.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
2:2.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-325d-7dfk-sqd2
Aliases:
CVE-2016-2513
GHSA-fp6p-5xvw-m74f
PYSEC-2016-16
The password hasher in contrib/auth/hashers.py in Django before 1.8.10 and 1.9.x before 1.9.3 allows remote attackers to enumerate users via a timing attack involving login requests.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
VCID-42x9-8c3c-bug1
Aliases:
BIT-django-2023-31047
CVE-2023-31047
GHSA-r3xc-prgr-mg9p
PYSEC-2023-61
In Django 3.2 before 3.2.19, 4.x before 4.1.9, and 4.2 before 4.2.1, it was possible to bypass validation when using one form field to upload multiple files. This multiple upload has never been supported by forms.FileField or forms.ImageField (only the last uploaded file was validated). However, Django's "Uploading multiple files" documentation suggested otherwise.
2:2.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-438j-ce4y-zkan
Aliases:
CVE-2017-12794
GHSA-9r8w-6x8c-6jr9
PYSEC-2017-44
In Django 1.10.x before 1.10.8 and 1.11.x before 1.11.5, HTML autoescaping was disabled in a portion of the template for the technical 500 debug page. Given the right circumstances, this allowed a cross-site scripting attack. This vulnerability shouldn't affect most production sites since you shouldn't run with "DEBUG = True" (which makes this page accessible) in your production settings.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
VCID-4ztz-fq98-5fh1
Aliases:
BIT-django-2023-41164
CVE-2023-41164
GHSA-7h4p-27mh-hmrw
PYSEC-2023-225
In Django 3.2 before 3.2.21, 4.1 before 4.1.11, and 4.2 before 4.2.5, django.utils.encoding.uri_to_iri() is subject to a potential DoS (denial of service) attack via certain inputs with a very large number of Unicode characters.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 other vulnerabilities.
VCID-56na-n4w5-8fak
Aliases:
CVE-2019-12308
GHSA-7rp2-fm2h-wchj
PYSEC-2019-79
An issue was discovered in Django 1.11 before 1.11.21, 2.1 before 2.1.9, and 2.2 before 2.2.2. The clickable Current URL value displayed by the AdminURLFieldWidget displays the provided value without validating it as a safe URL. Thus, an unvalidated value stored in the database, or a value provided as a URL query parameter payload, could result in an clickable JavaScript link.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 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.2.28-1~deb11u2
Affected by 35 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.
2:2.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-7tca-pgcs-cuhd
Aliases:
BIT-django-2022-41323
CVE-2022-41323
GHSA-qrw5-5h28-6cmg
PYSEC-2022-304
In Django 3.2 before 3.2.16, 4.0 before 4.0.8, and 4.1 before 4.1.2, internationalized URLs were subject to a potential denial of service attack via the locale parameter, which is treated as a regular expression.
2:2.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-7tph-k8q2-bue2
Aliases:
BIT-django-2024-41991
CVE-2024-41991
GHSA-r836-hh6v-rg5g
PYSEC-2024-69
An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. The urlize and urlizetrunc template filters, and the AdminURLFieldWidget widget, are subject to a potential denial-of-service attack via certain inputs with a very large number of Unicode characters.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 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.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 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.)
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
2:2.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-8m4b-y4va-kqgm
Aliases:
BIT-django-2023-43665
CVE-2023-43665
GHSA-h8gc-pgj2-vjm3
PYSEC-2023-226
In Django 3.2 before 3.2.22, 4.1 before 4.1.12, and 4.2 before 4.2.6, the django.utils.text.Truncator chars() and words() methods (when used with html=True) are subject to a potential DoS (denial of service) attack via certain inputs with very long, potentially malformed HTML text. The chars() and words() methods are used to implement the truncatechars_html and truncatewords_html template filters, which are thus also vulnerable. NOTE: this issue exists because of an incomplete fix for CVE-2019-14232.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 other vulnerabilities.
VCID-8qu1-45n9-gyb1
Aliases:
CVE-2026-1287
GHSA-gvg8-93h5-g6qq
Django has an SQL Injection issue An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. `FilteredRelation` is subject to SQL injection in column aliases via control characters, using a suitably crafted dictionary, with dictionary expansion, as the `**kwargs` passed to `QuerySet` methods `annotate()`, `aggregate()`, `extra()`, `values()`, `values_list()`, and `alias()`. Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected. Django would like to thank Solomon Kebede for reporting this issue.
3:3.2.19-1+deb12u1
Affected by 9 other vulnerabilities.
VCID-8teq-9xr9-q3fg
Aliases:
CVE-2016-7401
GHSA-crhm-qpjc-cm64
PYSEC-2016-3
The cookie parsing code in Django before 1.8.15 and 1.9.x before 1.9.10, when used on a site with Google Analytics, allows remote attackers to bypass an intended CSRF protection mechanism by setting arbitrary cookies.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
VCID-8xgs-8xjr-cber
Aliases:
BIT-django-2024-24680
CVE-2024-24680
GHSA-xxj9-f6rv-m3x4
PYSEC-2024-28
An issue was discovered in Django 3.2 before 3.2.24, 4.2 before 4.2.10, and Django 5.0 before 5.0.2. The intcomma template filter was subject to a potential denial-of-service attack when used with very long strings.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 other vulnerabilities.
VCID-9abh-apwm-ebab
Aliases:
BIT-django-2025-32873
CVE-2025-32873
GHSA-8j24-cjrq-gr2m
PYSEC-2025-37
An issue was discovered in Django 4.2 before 4.2.21, 5.1 before 5.1.9, and 5.2 before 5.2.1. The django.utils.html.strip_tags() function is vulnerable to a potential denial-of-service (slow performance) when processing inputs containing large sequences of incomplete HTML tags. The template filter striptags is also vulnerable, because it is built on top of strip_tags().
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 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.2.28-1~deb11u2
Affected by 35 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.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 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.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
2:2.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-bdms-nb18-guf9
Aliases:
CVE-2017-7233
GHSA-37hp-765x-j95x
PYSEC-2017-9
Django 1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18 relies on user input in some cases to redirect the user to an "on success" URL. The security check for these redirects (namely ``django.utils.http.is_safe_url()``) considered some numeric URLs "safe" when they shouldn't be, aka an open redirect vulnerability. Also, if a developer relies on ``is_safe_url()`` to provide safe redirect targets and puts such a URL into a link, they could suffer from an XSS attack.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
VCID-br5x-v7md-47hp
Aliases:
CVE-2015-8213
GHSA-6wcr-wcqm-3mfh
PYSEC-2015-11
The get_format function in utils/formats.py in Django before 1.7.x before 1.7.11, 1.8.x before 1.8.7, and 1.9.x before 1.9rc2 might allow remote attackers to obtain sensitive application secrets via a settings key in place of a date/time format setting, as demonstrated by SECRET_KEY.
1.8.18-1~bpo8+1
Affected by 79 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.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-c6xy-v4sf-u3hn
Aliases:
CVE-2025-59682
GHSA-q95w-c7qg-hrff
Django vulnerable to partial directory traversal via archives An issue was discovered in Django 4.2 before 4.2.25, 5.1 before 5.1.13, and 5.2 before 5.2.7. The django.utils.archive.extract() function, used by the "startapp --template" and "startproject --template" commands, allows partial directory traversal via an archive with file paths sharing a common prefix with the target directory.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 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.2.28-1~deb11u2
Affected by 35 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).
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 other vulnerabilities.
VCID-e87q-1j8h-93hh
Aliases:
BIT-django-2024-56374
CVE-2024-56374
GHSA-qcgg-j2x8-h9g8
PYSEC-2025-1
An issue was discovered in Django 5.1 before 5.1.5, 5.0 before 5.0.11, and 4.2 before 4.2.18. Lack of upper-bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions clean_ipv6_address and is_valid_ipv6_address are vulnerable, as is the django.forms.GenericIPAddressField form field. (The django.db.models.GenericIPAddressField model field is not affected.)
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 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.2.28-1~deb11u2
Affected by 35 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.2.28-1~deb11u2
Affected by 35 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.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
2:2.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-jae8-w85w-cyfu
Aliases:
CVE-2018-7537
GHSA-2f9x-5v75-3qv4
PYSEC-2018-6
An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. 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.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
VCID-jh1e-72hp-fuf4
Aliases:
BIT-django-2024-27351
CVE-2024-27351
GHSA-vm8q-m57g-pff3
PYSEC-2024-47
In Django 3.2 before 3.2.25, 4.2 before 4.2.11, and 5.0 before 5.0.3, the django.utils.text.Truncator.words() method (with html=True) and the truncatewords_html template filter are subject to a potential regular expression denial-of-service attack via a crafted string. NOTE: this issue exists because of an incomplete fix for CVE-2019-14232 and CVE-2023-43665.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 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.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
2:2.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-k25u-g17y-hyfh
Aliases:
CVE-2017-7234
GHSA-h4hv-m4h4-mhwg
PYSEC-2017-10
A maliciously crafted URL to a Django (1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18) site using the ``django.views.static.serve()`` view could redirect to any other domain, aka an open redirect vulnerability.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
VCID-k6s1-gnmc-e3ed
Aliases:
CVE-2016-9014
GHSA-3f2c-jm6v-cr35
PYSEC-2016-18
Django before 1.8.x before 1.8.16, 1.9.x before 1.9.11, and 1.10.x before 1.10.3, when settings.DEBUG is True, allow remote attackers to conduct DNS rebinding attacks by leveraging failure to validate the HTTP Host header against settings.ALLOWED_HOSTS.
1:1.10.7-2+deb9u9
Affected by 70 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.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-m91a-6235-nye9
Aliases:
BIT-django-2024-42005
CVE-2024-42005
GHSA-pv4p-cwwg-4rph
PYSEC-2024-70
An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. QuerySet.values() and values_list() methods on models with a JSONField are subject to SQL injection in column aliases via a crafted JSON object key as a passed *arg.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 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.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-msge-1mfu-7qfa
Aliases:
CVE-2026-1312
GHSA-6426-9fv3-65x8
Django has an SQL Injection issue An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. `.QuerySet.order_by()` is subject to SQL injection in column aliases containing periods when the same alias is, using a suitably crafted dictionary, with dictionary expansion, used in `FilteredRelation`. Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected. Django would like to thank Solomon Kebede for reporting this issue.
3:3.2.19-1+deb12u1
Affected by 9 other vulnerabilities.
VCID-mux4-uv98-hbbw
Aliases:
CVE-2025-59681
GHSA-hpr9-3m2g-3j9p
Django vulnerable to SQL injection in column aliases An issue was discovered in Django 4.2 before 4.2.25, 5.1 before 5.1.13, and 5.2 before 5.2.7. QuerySet.annotate(), QuerySet.alias(), QuerySet.aggregate(), and QuerySet.extra() are subject to SQL injection in column aliases, when using a suitably crafted dictionary, with dictionary expansion, as the **kwargs passed to these methods (on MySQL and MariaDB).
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 other vulnerabilities.
VCID-mv1p-yxvp-pbh6
Aliases:
CVE-2018-7536
GHSA-r28v-mw67-m5p9
PYSEC-2018-5
An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. The django.utils.html.urlize() function was extremely slow to evaluate certain inputs due to catastrophic backtracking vulnerabilities in two regular expressions (only one regular expression for Django 1.8.x). The urlize() function is used to implement the urlize and urlizetrunc template filters, which were thus vulnerable.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 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.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-nese-5485-hkbs
Aliases:
BIT-django-2023-23969
CVE-2023-23969
GHSA-q2jf-h9jm-m7p4
PYSEC-2023-12
In Django 3.2 before 3.2.17, 4.0 before 4.0.9, and 4.1 before 4.1.6, the parsed values of Accept-Language headers are cached in order to avoid repetitive parsing. This leads to a potential denial-of-service vector via excessive memory usage if the raw value of Accept-Language headers is very large.
2:2.2.28-1~deb11u2
Affected by 35 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.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-q12d-kv8p-8ff7
Aliases:
BIT-django-2024-39329
CVE-2024-39329
GHSA-x7q2-wr7g-xqmf
PYSEC-2024-57
An issue was discovered in Django 5.0 before 5.0.7 and 4.2 before 4.2.14. The django.contrib.auth.backends.ModelBackend.authenticate() method allows remote attackers to enumerate users via a timing attack involving login requests for users with an unusable password.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 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.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 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.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-t6uc-dfrd-jyfg
Aliases:
BIT-django-2022-34265
CVE-2022-34265
GHSA-p64x-8rxx-wf6q
PYSEC-2022-213
An issue was discovered in Django 3.2 before 3.2.14 and 4.0 before 4.0.6. The Trunc() and Extract() database functions are subject to SQL injection if untrusted data is used as a kind/lookup_name value. Applications that constrain the lookup name and kind choice to a known safe list are unaffected.
2:2.2.28-1~deb11u2
Affected by 35 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.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-u3zk-tff2-aua9
Aliases:
BIT-django-2024-39614
CVE-2024-39614
GHSA-f6f8-9mx6-9mx2
PYSEC-2024-59
An issue was discovered in Django 5.0 before 5.0.7 and 4.2 before 4.2.14. get_supported_language_variant() was subject to a potential denial-of-service attack when used with very long strings containing specific characters.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 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.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-uk1w-hehw-dyda
Aliases:
CVE-2016-9013
GHSA-mv8g-fhh6-6267
PYSEC-2016-17
Django 1.8.x before 1.8.16, 1.9.x before 1.9.11, and 1.10.x before 1.10.3 use a hardcoded password for a temporary database user created when running tests with an Oracle database, which makes it easier for remote attackers to obtain access to the database server by leveraging failure to manually specify a password in the database settings TEST dictionary.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
VCID-ukkt-wgau-t3et
Aliases:
CVE-2025-64460
GHSA-vrcr-9hj9-jcg6
Django is vulnerable to DoS via XML serializer text extraction An issue was discovered in 5.2 before 5.2.9, 5.1 before 5.1.15, and 4.2 before 4.2.27. Algorithmic complexity in `django.core.serializers.xml_serializer.getInnerText()` allows a remote attacker to cause a potential denial-of-service attack triggering CPU and memory exhaustion via specially crafted XML input processed by the XML `Deserializer`. Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected. Django would like to thank Seokchan Yoon for reporting this issue.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 other vulnerabilities.
VCID-ukxp-wqpr-t3by
Aliases:
CVE-2016-2512
GHSA-pw27-w7w4-9qc7
PYSEC-2016-15
The utils.http.is_safe_url function in Django before 1.8.10 and 1.9.x before 1.9.3 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks or possibly conduct cross-site scripting (XSS) attacks via a URL containing basic authentication, as demonstrated by http://mysite.example.com\@attacker.com.
1:1.10.7-2+deb9u9
Affected by 70 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.2.28-1~deb11u2
Affected by 35 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.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-v1xr-z4zu-yfb4
Aliases:
BIT-django-2024-41989
CVE-2024-41989
GHSA-jh75-99hh-qvx9
PYSEC-2024-67
An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. The floatformat template filter is subject to significant memory consumption when given a string representation of a number in scientific notation with a large exponent.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 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.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-vwt9-q3dt-vbfg
Aliases:
CVE-2025-13372
GHSA-rqw2-ghq9-44m7
Django is vulnerable to SQL injection in column aliases An issue was discovered in 5.2 before 5.2.9, 5.1 before 5.1.15, and 4.2 before 4.2.27. `FilteredRelation` is subject to SQL injection in column aliases, using a suitably crafted dictionary, with dictionary expansion, as the `**kwargs` passed to `QuerySet.annotate()` or `QuerySet.alias()` on PostgreSQL. Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected. Django would like to thank Stackered for reporting this issue.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 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.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
2:2.2.28-1~deb11u2
Affected by 35 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().
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 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.2.28-1~deb11u2
Affected by 35 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.2.28-1~deb11u2
Affected by 35 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.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
2:2.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-wwa5-mhgu-9khz
Aliases:
CVE-2024-53907
GHSA-8498-2h75-472j
Django denial-of-service in django.utils.html.strip_tags() An issue was discovered in Django 5.1 before 5.1.4, 5.0 before 5.0.10, and 4.2 before 4.2.17. The strip_tags() method and striptags template filter are subject to a potential denial-of-service attack via certain inputs containing large sequences of nested incomplete HTML entities.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 other vulnerabilities.
VCID-wz1q-1tjp-4qhw
Aliases:
BIT-django-2023-36053
CVE-2023-36053
GHSA-jh3w-4vvf-mjgr
PYSEC-2023-100
In Django 3.2 before 3.2.20, 4 before 4.1.10, and 4.2 before 4.2.3, EmailValidator and URLValidator are subject to a potential ReDoS (regular expression denial of service) attack via a very large number of domain name labels of emails and URLs.
2:2.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-x4ev-6zjm-sbe4
Aliases:
CVE-2016-6186
GHSA-c8c8-9472-w52h
PYSEC-2016-2
Cross-site scripting (XSS) vulnerability in the dismissChangeRelatedObjectPopup function in contrib/admin/static/admin/js/admin/RelatedObjectLookups.js in Django before 1.8.14, 1.9.x before 1.9.8, and 1.10.x before 1.10rc1 allows remote attackers to inject arbitrary web script or HTML via vectors involving unsafe usage of Element.innerHTML.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
VCID-x664-bfna-6qdv
Aliases:
CVE-2019-3498
GHSA-337x-4q8g-prc5
PYSEC-2019-17
In Django 1.11.x before 1.11.18, 2.0.x before 2.0.10, and 2.1.x before 2.1.5, an Improper Neutralization of Special Elements in Output Used by a Downstream Component issue exists in django.views.defaults.page_not_found(), leading to content spoofing (in a 404 error page) if a user fails to recognize that a crafted URL has malicious content.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
VCID-xaqg-mhqa-7keg
Aliases:
CVE-2019-6975
GHSA-wh4h-v3f2-r2pp
PYSEC-2019-18
Django 1.11.x before 1.11.19, 2.0.x before 2.0.11, and 2.1.x before 2.1.6 allows Uncontrolled Memory Consumption via a malicious attacker-supplied value to the django.utils.numberformat.format() function.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
VCID-xgv1-s2ek-q3dp
Aliases:
BIT-django-2025-26699
CVE-2025-26699
GHSA-p3fp-8748-vqfq
PYSEC-2025-13
An issue was discovered in Django 5.1 before 5.1.7, 5.0 before 5.0.13, and 4.2 before 4.2.20. The django.utils.text.wrap() method and wordwrap template filter are subject to a potential denial-of-service attack when used with very long strings.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 other vulnerabilities.
VCID-y8fz-krt7-vkhp
Aliases:
CVE-2016-2048
GHSA-46x4-9jmv-jc8p
PYSEC-2016-14
Django 1.9.x before 1.9.2, when ModelAdmin.save_as is set to True, allows remote authenticated users to bypass intended access restrictions and create ModelAdmin objects via the "Save as New" option when editing objects and leveraging the "change" permission.
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
VCID-ypub-ukuh-p3aw
Aliases:
BIT-django-2023-24580
CVE-2023-24580
GHSA-2hrw-hx67-34x6
PYSEC-2023-13
An issue was discovered in the Multipart Request Parser in Django 3.2 before 3.2.18, 4.0 before 4.0.10, and 4.1 before 4.1.7. Passing certain inputs (e.g., an excessive number of parts) to multipart forms could result in too many open files or memory exhaustion, and provided a potential vector for a denial-of-service attack.
2:2.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
VCID-ysyp-h7ja-yff3
Aliases:
CVE-2026-1207
GHSA-mwm9-4648-f68q
Django has an SQL Injection issue An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28. Raster lookups on ``RasterField`` (only implemented on PostGIS) allows remote attackers to inject SQL via the band index parameter. Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected. Django would like to thank Tarek Nakkouch for reporting this issue.
3:3.2.19-1+deb12u1
Affected by 9 other vulnerabilities.
VCID-z27q-zfpz-ckby
Aliases:
BIT-django-2024-39330
CVE-2024-39330
GHSA-9jmf-237g-qf46
PYSEC-2024-58
An issue was discovered in Django 5.0 before 5.0.7 and 4.2 before 4.2.14. Derived classes of the django.core.files.storage.Storage base class, when they override generate_filename() without replicating the file-path validations from the parent class, potentially allow directory traversal via certain inputs during a save() call. (Built-in Storage sub-classes are unaffected.)
1:1.10.7-2+deb9u9
Affected by 70 other vulnerabilities.
1:1.11.29-1~deb10u1
Affected by 60 other vulnerabilities.
3:3.2.19-1+deb12u1
Affected by 9 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.2.28-1~deb11u2
Affected by 35 other vulnerabilities.
Vulnerabilities fixed by this package (15)
Vulnerability Summary Aliases
VCID-325d-7dfk-sqd2 The password hasher in contrib/auth/hashers.py in Django before 1.8.10 and 1.9.x before 1.9.3 allows remote attackers to enumerate users via a timing attack involving login requests. CVE-2016-2513
GHSA-fp6p-5xvw-m74f
PYSEC-2016-16
VCID-8teq-9xr9-q3fg The cookie parsing code in Django before 1.8.15 and 1.9.x before 1.9.10, when used on a site with Google Analytics, allows remote attackers to bypass an intended CSRF protection mechanism by setting arbitrary cookies. CVE-2016-7401
GHSA-crhm-qpjc-cm64
PYSEC-2016-3
VCID-a715-2qks-wyhn The session backends in Django before 1.4.21, 1.5.x through 1.6.x, 1.7.x before 1.7.9, and 1.8.x before 1.8.3 allows remote attackers to cause a denial of service (session store consumption) via multiple requests with unique session keys. CVE-2015-5143
GHSA-h582-2pch-3xv3
PYSEC-2015-20
VCID-bdms-nb18-guf9 Django 1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18 relies on user input in some cases to redirect the user to an "on success" URL. The security check for these redirects (namely ``django.utils.http.is_safe_url()``) considered some numeric URLs "safe" when they shouldn't be, aka an open redirect vulnerability. Also, if a developer relies on ``is_safe_url()`` to provide safe redirect targets and puts such a URL into a link, they could suffer from an XSS attack. CVE-2017-7233
GHSA-37hp-765x-j95x
PYSEC-2017-9
VCID-br5x-v7md-47hp The get_format function in utils/formats.py in Django before 1.7.x before 1.7.11, 1.8.x before 1.8.7, and 1.9.x before 1.9rc2 might allow remote attackers to obtain sensitive application secrets via a settings key in place of a date/time format setting, as demonstrated by SECRET_KEY. CVE-2015-8213
GHSA-6wcr-wcqm-3mfh
PYSEC-2015-11
VCID-d7fu-jyta-2ygm contrib.sessions.middleware.SessionMiddleware in Django 1.8.x before 1.8.4, 1.7.x before 1.7.10, 1.4.x before 1.4.22, and possibly other versions allows remote attackers to cause a denial of service (session store consumption or session record removal) via a large number of requests to contrib.auth.views.logout, which triggers the creation of an empty session record. CVE-2015-5963
GHSA-pgxh-wfw4-jx2v
PYSEC-2015-22
VCID-jae8-w85w-cyfu An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. 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. CVE-2018-7537
GHSA-2f9x-5v75-3qv4
PYSEC-2018-6
VCID-k25u-g17y-hyfh A maliciously crafted URL to a Django (1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18) site using the ``django.views.static.serve()`` view could redirect to any other domain, aka an open redirect vulnerability. CVE-2017-7234
GHSA-h4hv-m4h4-mhwg
PYSEC-2017-10
VCID-k6s1-gnmc-e3ed Django before 1.8.x before 1.8.16, 1.9.x before 1.9.11, and 1.10.x before 1.10.3, when settings.DEBUG is True, allow remote attackers to conduct DNS rebinding attacks by leveraging failure to validate the HTTP Host header against settings.ALLOWED_HOSTS. CVE-2016-9014
GHSA-3f2c-jm6v-cr35
PYSEC-2016-18
VCID-msmd-931q-abhe The (1) contrib.sessions.backends.base.SessionBase.flush and (2) cache_db.SessionStore.flush functions in Django 1.7.x before 1.7.10, 1.4.x before 1.4.22, and possibly other versions create empty sessions in certain circumstances, which allows remote attackers to cause a denial of service (session store consumption) via unspecified vectors. CVE-2015-5964
GHSA-x38m-486c-2wr9
PYSEC-2015-23
VCID-mv1p-yxvp-pbh6 An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. The django.utils.html.urlize() function was extremely slow to evaluate certain inputs due to catastrophic backtracking vulnerabilities in two regular expressions (only one regular expression for Django 1.8.x). The urlize() function is used to implement the urlize and urlizetrunc template filters, which were thus vulnerable. CVE-2018-7536
GHSA-r28v-mw67-m5p9
PYSEC-2018-5
VCID-sbr6-pybe-dubq Django before 1.4.21, 1.5.x through 1.6.x, 1.7.x before 1.7.9, and 1.8.x before 1.8.3 uses an incorrect regular expression, which allows remote attackers to inject arbitrary headers and conduct HTTP response splitting attacks via a newline character in an (1) email message to the EmailValidator, a (2) URL to the URLValidator, or unspecified vectors to the (3) validate_ipv4_address or (4) validate_slug validator. CVE-2015-5144
GHSA-q5qw-4364-5hhm
PYSEC-2015-10
VCID-uk1w-hehw-dyda Django 1.8.x before 1.8.16, 1.9.x before 1.9.11, and 1.10.x before 1.10.3 use a hardcoded password for a temporary database user created when running tests with an Oracle database, which makes it easier for remote attackers to obtain access to the database server by leveraging failure to manually specify a password in the database settings TEST dictionary. CVE-2016-9013
GHSA-mv8g-fhh6-6267
PYSEC-2016-17
VCID-ukxp-wqpr-t3by The utils.http.is_safe_url function in Django before 1.8.10 and 1.9.x before 1.9.3 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks or possibly conduct cross-site scripting (XSS) attacks via a URL containing basic authentication, as demonstrated by http://mysite.example.com\@attacker.com. CVE-2016-2512
GHSA-pw27-w7w4-9qc7
PYSEC-2016-15
VCID-x4ev-6zjm-sbe4 Cross-site scripting (XSS) vulnerability in the dismissChangeRelatedObjectPopup function in contrib/admin/static/admin/js/admin/RelatedObjectLookups.js in Django before 1.8.14, 1.9.x before 1.9.8, and 1.10.x before 1.10rc1 allows remote attackers to inject arbitrary web script or HTML via vectors involving unsafe usage of Element.innerHTML. CVE-2016-6186
GHSA-c8c8-9472-w52h
PYSEC-2016-2

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T01:01:54.200810+00:00 Debian Oval Importer Fixing VCID-a715-2qks-wyhn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:44:50.213318+00:00 Debian Oval Importer Affected by VCID-c6xy-v4sf-u3hn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:43:51.175178+00:00 Debian Oval Importer Affected by VCID-y8fz-krt7-vkhp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:41:17.344822+00:00 Debian Oval Importer Affected by VCID-8teq-9xr9-q3fg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:38:14.543326+00:00 Debian Oval Importer Affected by VCID-mux4-uv98-hbbw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:36:29.036401+00:00 Debian Oval Importer Affected by VCID-u7m5-tzv2-c7hn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:27:21.184252+00:00 Debian Oval Importer Affected by VCID-325d-7dfk-sqd2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:24:28.748743+00:00 Debian Oval Importer Affected by VCID-k25u-g17y-hyfh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:16:31.254652+00:00 Debian Oval Importer Affected by VCID-c2kc-1jh1-j3ha https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:14:36.468091+00:00 Debian Oval Importer Affected by VCID-e87q-1j8h-93hh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:13:55.701461+00:00 Debian Oval Importer Affected by VCID-27wt-wmzc-1bc2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:07:39.777413+00:00 Debian Oval Importer Affected by VCID-m91a-6235-nye9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:03:39.073781+00:00 Debian Oval Importer Affected by VCID-wwa5-mhgu-9khz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:58:45.058461+00:00 Debian Oval Importer Fixing VCID-sbr6-pybe-dubq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:43:27.011155+00:00 Debian Oval Importer Affected by VCID-uk1w-hehw-dyda https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:15:22.459332+00:00 Debian Oval Importer Fixing VCID-msmd-931q-abhe https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:07:21.362532+00:00 Debian Oval Importer Affected by VCID-kypj-ptb9-8qhz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:06:51.340152+00:00 Debian Oval Importer Affected by VCID-438j-ce4y-zkan https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:06:44.296367+00:00 Debian Oval Importer Affected by VCID-v4ad-xxy8-wfc9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:06:16.595589+00:00 Debian Oval Importer Affected by VCID-nese-5485-hkbs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:04:25.523547+00:00 Debian Oval Importer Affected by VCID-ysyp-h7ja-yff3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:03:44.445542+00:00 Debian Oval Importer Affected by VCID-e2jd-yd4j-kqgt https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:55:16.728378+00:00 Debian Oval Importer Affected by VCID-z27q-zfpz-ckby https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:36:32.391197+00:00 Debian Oval Importer Affected by VCID-br5x-v7md-47hp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:31:56.212497+00:00 Debian Oval Importer Affected by VCID-pa75-6avj-duf7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:29:54.778659+00:00 Debian Oval Importer Affected by VCID-q12d-kv8p-8ff7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:03:46.420161+00:00 Debian Oval Importer Affected by VCID-msge-1mfu-7qfa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:55:00.824534+00:00 Debian Oval Importer Affected by VCID-8qu1-45n9-gyb1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:54:58.051040+00:00 Debian Oval Importer Affected by VCID-wkrc-62bd-bbgx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:53:59.096860+00:00 Debian Oval Importer Affected by VCID-upy5-adtx-n7hg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:50:38.142777+00:00 Debian Oval Importer Fixing VCID-d7fu-jyta-2ygm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:39:44.341781+00:00 Debian Oval Importer Affected by VCID-th9v-dk98-3kea https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:39:11.704968+00:00 Debian Oval Importer Affected by VCID-1fs3-2msx-9kev https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:26:07.672421+00:00 Debian Oval Importer Affected by VCID-jtru-9jmz-kkek https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:12:40.839562+00:00 Debian Oval Importer Affected by VCID-hwa2-n7a2-pyg1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:59:01.089668+00:00 Debian Oval Importer Affected by VCID-ume2-wt6y-jye7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:45:04.736878+00:00 Debian Oval Importer Affected by VCID-9uzd-mmyv-mfh4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:34:44.891399+00:00 Debian Oval Importer Affected by VCID-v1xr-z4zu-yfb4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:27:14.772645+00:00 Debian Oval Importer Affected by VCID-7tca-pgcs-cuhd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:17:51.773114+00:00 Debian Oval Importer Affected by VCID-ypub-ukuh-p3aw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:07:32.840475+00:00 Debian Oval Importer Affected by VCID-9abh-apwm-ebab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:47:55.756102+00:00 Debian Oval Importer Affected by VCID-2tfv-rtq7-2fg9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:47:45.853796+00:00 Debian Oval Importer Affected by VCID-j4br-4y39-s3gs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:36:34.860591+00:00 Debian Oval Importer Affected by VCID-bdms-nb18-guf9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:30:38.207279+00:00 Debian Oval Importer Affected by VCID-wb34-g6xq-rkfx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:14:59.605443+00:00 Debian Oval Importer Affected by VCID-jh1e-72hp-fuf4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:14:21.035513+00:00 Debian Oval Importer Affected by VCID-x4ev-6zjm-sbe4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:02:29.180810+00:00 Debian Oval Importer Affected by VCID-x664-bfna-6qdv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:54:04.000111+00:00 Debian Oval Importer Affected by VCID-qjez-qe32-e3b6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:46:56.564623+00:00 Debian Oval Importer Affected by VCID-28g3-ubx6-ebff https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:46:06.526250+00:00 Debian Oval Importer Affected by VCID-z8z1-cjee-kfeg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:34:34.466826+00:00 Debian Oval Importer Affected by VCID-8xgs-8xjr-cber https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:30:28.265358+00:00 Debian Oval Importer Affected by VCID-mv1p-yxvp-pbh6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:25:22.407381+00:00 Debian Oval Importer Affected by VCID-896g-hqec-ryb9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:13:41.942402+00:00 Debian Oval Importer Affected by VCID-4ztz-fq98-5fh1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:01:45.922315+00:00 Debian Oval Importer Affected by VCID-56na-n4w5-8fak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:00:41.491809+00:00 Debian Oval Importer Affected by VCID-42x9-8c3c-bug1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:51:59.709336+00:00 Debian Oval Importer Affected by VCID-qm34-ec8s-tfd7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:44:00.680533+00:00 Debian Oval Importer Affected by VCID-k6s1-gnmc-e3ed https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:33:19.806365+00:00 Debian Oval Importer Affected by VCID-c8s7-3g9m-d3cw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:22:47.374374+00:00 Debian Oval Importer Affected by VCID-xaqg-mhqa-7keg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:21:20.895820+00:00 Debian Oval Importer Affected by VCID-w4pr-k5nj-ckgy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:20:23.903417+00:00 Debian Oval Importer Affected by VCID-9k9t-vp1a-z7bt https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:17:28.445700+00:00 Debian Oval Importer Affected by VCID-66w1-4zku-gyfp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:16:41.190319+00:00 Debian Oval Importer Affected by VCID-xgv1-s2ek-q3dp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:14:54.781799+00:00 Debian Oval Importer Affected by VCID-jae8-w85w-cyfu https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:06:32.004187+00:00 Debian Oval Importer Affected by VCID-8jaq-53td-wbeg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:46:46.266960+00:00 Debian Oval Importer Affected by VCID-wz1q-1tjp-4qhw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:23:54.640960+00:00 Debian Oval Importer Affected by VCID-w6k8-js68-87g4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:20:59.138778+00:00 Debian Oval Importer Affected by VCID-6gss-ppm5-3yc9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:19:05.416255+00:00 Debian Oval Importer Affected by VCID-1v22-g646-wbay https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:18:55.345126+00:00 Debian Oval Importer Affected by VCID-u3zk-tff2-aua9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:14:37.872381+00:00 Debian Oval Importer Affected by VCID-gp5e-nguh-5fdk https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:02:39.415878+00:00 Debian Oval Importer Affected by VCID-8m4b-y4va-kqgm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:00:22.419189+00:00 Debian Oval Importer Affected by VCID-a8zx-jamf-cfcm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:59:01.436885+00:00 Debian Oval Importer Affected by VCID-7tph-k8q2-bue2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:55:30.700372+00:00 Debian Oval Importer Affected by VCID-mzdk-m12w-q3fc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:42:47.034678+00:00 Debian Oval Importer Affected by VCID-t6uc-dfrd-jyfg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:41:59.792271+00:00 Debian Oval Importer Affected by VCID-mmay-juu6-5ua9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:34:54.202951+00:00 Debian Oval Importer Affected by VCID-w2dv-u8h6-sbgs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:30:37.533930+00:00 Debian Oval Importer Affected by VCID-2zb9-27sm-3kgh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:25:07.713216+00:00 Debian Oval Importer Affected by VCID-ukkt-wgau-t3et https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:18:26.621826+00:00 Debian Oval Importer Affected by VCID-ukxp-wqpr-t3by https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:15:09.778020+00:00 Debian Oval Importer Affected by VCID-ukkt-wgau-t3et https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T15:11:00.379134+00:00 Debian Oval Importer Affected by VCID-e87q-1j8h-93hh https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T15:07:32.377084+00:00 Debian Oval Importer Affected by VCID-j4br-4y39-s3gs https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T15:05:27.100453+00:00 Debian Oval Importer Affected by VCID-1v22-g646-wbay https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T15:03:35.899825+00:00 Debian Oval Importer Affected by VCID-8jaq-53td-wbeg https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T15:03:19.728541+00:00 Debian Oval Importer Affected by VCID-q12d-kv8p-8ff7 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T15:01:51.895812+00:00 Debian Oval Importer Affected by VCID-a8zx-jamf-cfcm https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T15:00:41.246031+00:00 Debian Oval Importer Affected by VCID-c6xy-v4sf-u3hn https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T15:00:31.683404+00:00 Debian Oval Importer Affected by VCID-jtru-9jmz-kkek https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:59:13.798585+00:00 Debian Oval Importer Affected by VCID-v1xr-z4zu-yfb4 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:59:11.978945+00:00 Debian Oval Importer Affected by VCID-9abh-apwm-ebab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:56:35.590171+00:00 Debian Oval Importer Affected by VCID-9uzd-mmyv-mfh4 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:56:20.417434+00:00 Debian Oval Importer Affected by VCID-w4pr-k5nj-ckgy https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:55:53.985559+00:00 Debian Oval Importer Affected by VCID-4ztz-fq98-5fh1 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:54:31.136895+00:00 Debian Oval Importer Affected by VCID-vwt9-q3dt-vbfg https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:52:58.267208+00:00 Debian Oval Importer Affected by VCID-u3zk-tff2-aua9 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:51:50.939753+00:00 Debian Oval Importer Affected by VCID-e2jd-yd4j-kqgt https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:51:42.611970+00:00 Debian Oval Importer Affected by VCID-896g-hqec-ryb9 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:51:32.002596+00:00 Debian Oval Importer Affected by VCID-xgv1-s2ek-q3dp https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:51:22.134171+00:00 Debian Oval Importer Affected by VCID-z27q-zfpz-ckby https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:50:51.692044+00:00 Debian Oval Importer Affected by VCID-jh1e-72hp-fuf4 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:50:26.618731+00:00 Debian Oval Importer Affected by VCID-wkrc-62bd-bbgx https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:48:59.739040+00:00 Debian Oval Importer Affected by VCID-2zb9-27sm-3kgh https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:48:32.829925+00:00 Debian Oval Importer Affected by VCID-8m4b-y4va-kqgm https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:47:17.846812+00:00 Debian Oval Importer Affected by VCID-m91a-6235-nye9 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:46:09.266832+00:00 Debian Oval Importer Affected by VCID-8xgs-8xjr-cber https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:46:00.335504+00:00 Debian Oval Importer Affected by VCID-w2dv-u8h6-sbgs https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:45:16.736119+00:00 Debian Oval Importer Affected by VCID-wwa5-mhgu-9khz https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:43:22.359266+00:00 Debian Oval Importer Affected by VCID-mux4-uv98-hbbw https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:41:07.932126+00:00 Debian Oval Importer Affected by VCID-7tph-k8q2-bue2 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:37:39.383692+00:00 Debian Oval Importer Affected by VCID-e87q-1j8h-93hh https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:35:58.556070+00:00 Debian Oval Importer Affected by VCID-v1xr-z4zu-yfb4 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:33:27.920201+00:00 Debian Oval Importer Affected by VCID-vwt9-q3dt-vbfg https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:33:05.824964+00:00 Debian Oval Importer Affected by VCID-qjez-qe32-e3b6 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:33:05.130658+00:00 Debian Oval Importer Affected by VCID-mv1p-yxvp-pbh6 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:33:00.472134+00:00 Debian Oval Importer Affected by VCID-x664-bfna-6qdv https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:31:55.506164+00:00 Debian Oval Importer Affected by VCID-8m4b-y4va-kqgm https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:31:48.430627+00:00 Debian Oval Importer Affected by VCID-jh1e-72hp-fuf4 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:31:34.451791+00:00 Debian Oval Importer Affected by VCID-xgv1-s2ek-q3dp https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:31:13.617198+00:00 Debian Oval Importer Affected by VCID-jtru-9jmz-kkek https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:30:56.094106+00:00 Debian Oval Importer Affected by VCID-9abh-apwm-ebab https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:29:35.153577+00:00 Debian Oval Importer Affected by VCID-896g-hqec-ryb9 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:28:24.546203+00:00 Debian Oval Importer Affected by VCID-jae8-w85w-cyfu https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:27:59.654105+00:00 Debian Oval Importer Affected by VCID-7tph-k8q2-bue2 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:26:19.056557+00:00 Debian Oval Importer Affected by VCID-u3zk-tff2-aua9 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:25:24.421271+00:00 Debian Oval Importer Affected by VCID-xaqg-mhqa-7keg https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:24:36.490323+00:00 Debian Oval Importer Affected by VCID-ukkt-wgau-t3et https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:23:26.008802+00:00 Debian Oval Importer Affected by VCID-mux4-uv98-hbbw https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:21:44.784744+00:00 Debian Oval Importer Affected by VCID-4ztz-fq98-5fh1 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:21:42.652051+00:00 Debian Oval Importer Affected by VCID-1fs3-2msx-9kev https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:18:14.455464+00:00 Debian Oval Importer Affected by VCID-e2jd-yd4j-kqgt https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:17:33.488323+00:00 Debian Oval Importer Affected by VCID-8xgs-8xjr-cber https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:17:11.064469+00:00 Debian Oval Importer Affected by VCID-q12d-kv8p-8ff7 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:16:38.410281+00:00 Debian Oval Importer Affected by VCID-1v22-g646-wbay https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:14:17.985041+00:00 Debian Oval Importer Affected by VCID-w4pr-k5nj-ckgy https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:12:58.167110+00:00 Debian Oval Importer Affected by VCID-j4br-4y39-s3gs https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:12:01.854276+00:00 Debian Oval Importer Affected by VCID-2zb9-27sm-3kgh https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:11:22.854392+00:00 Debian Oval Importer Affected by VCID-56na-n4w5-8fak https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:10:39.558855+00:00 Debian Oval Importer Affected by VCID-8jaq-53td-wbeg https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:10:22.038758+00:00 Debian Oval Importer Affected by VCID-a8zx-jamf-cfcm https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:10:06.394816+00:00 Debian Oval Importer Affected by VCID-wwa5-mhgu-9khz https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:09:51.658028+00:00 Debian Oval Importer Affected by VCID-w2dv-u8h6-sbgs https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:09:02.924659+00:00 Debian Oval Importer Affected by VCID-9uzd-mmyv-mfh4 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:09:02.213767+00:00 Debian Oval Importer Affected by VCID-c6xy-v4sf-u3hn https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:08:05.875692+00:00 Debian Oval Importer Affected by VCID-m91a-6235-nye9 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:05:35.238097+00:00 Debian Oval Importer Affected by VCID-wkrc-62bd-bbgx https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:04:50.016538+00:00 Debian Oval Importer Affected by VCID-z27q-zfpz-ckby https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.4.0
2026-04-15T14:03:57.375824+00:00 Debian Oval Importer Fixing VCID-bdms-nb18-guf9 https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.4.0
2026-04-15T14:00:02.388740+00:00 Debian Oval Importer Fixing VCID-k25u-g17y-hyfh https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.4.0
2026-04-15T13:58:13.056764+00:00 Debian Oval Importer Fixing VCID-sbr6-pybe-dubq https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.4.0
2026-04-15T13:57:39.121046+00:00 Debian Oval Importer Fixing VCID-ukxp-wqpr-t3by https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.4.0
2026-04-15T13:49:46.500202+00:00 Debian Oval Importer Fixing VCID-d7fu-jyta-2ygm https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.4.0
2026-04-15T13:48:06.261204+00:00 Debian Oval Importer Fixing VCID-8teq-9xr9-q3fg https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.4.0
2026-04-15T13:43:55.432769+00:00 Debian Oval Importer Fixing VCID-br5x-v7md-47hp https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.4.0
2026-04-15T13:41:48.727678+00:00 Debian Oval Importer Fixing VCID-a715-2qks-wyhn https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.4.0
2026-04-15T13:40:18.570628+00:00 Debian Oval Importer Fixing VCID-mv1p-yxvp-pbh6 https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.4.0
2026-04-15T13:34:48.916838+00:00 Debian Oval Importer Fixing VCID-msmd-931q-abhe https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.4.0
2026-04-15T13:33:08.993435+00:00 Debian Oval Importer Fixing VCID-uk1w-hehw-dyda https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.4.0
2026-04-15T13:32:02.901928+00:00 Debian Oval Importer Fixing VCID-k6s1-gnmc-e3ed https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.4.0
2026-04-15T13:31:13.080908+00:00 Debian Oval Importer Fixing VCID-325d-7dfk-sqd2 https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.4.0
2026-04-15T13:30:57.118703+00:00 Debian Oval Importer Fixing VCID-jae8-w85w-cyfu https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.4.0
2026-04-15T13:24:20.420450+00:00 Debian Oval Importer Fixing VCID-x4ev-6zjm-sbe4 https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.4.0
2026-04-12T00:34:03.457262+00:00 Debian Oval Importer Fixing VCID-a715-2qks-wyhn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-12T00:17:31.396361+00:00 Debian Oval Importer Affected by VCID-c6xy-v4sf-u3hn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-12T00:16:33.730225+00:00 Debian Oval Importer Affected by VCID-y8fz-krt7-vkhp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-12T00:14:07.725454+00:00 Debian Oval Importer Affected by VCID-8teq-9xr9-q3fg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-12T00:11:12.425686+00:00 Debian Oval Importer Affected by VCID-mux4-uv98-hbbw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-12T00:09:33.836872+00:00 Debian Oval Importer Affected by VCID-u7m5-tzv2-c7hn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-12T00:00:45.693036+00:00 Debian Oval Importer Affected by VCID-325d-7dfk-sqd2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:57:56.946085+00:00 Debian Oval Importer Affected by VCID-k25u-g17y-hyfh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:50:12.110876+00:00 Debian Oval Importer Affected by VCID-c2kc-1jh1-j3ha https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:48:20.298385+00:00 Debian Oval Importer Affected by VCID-e87q-1j8h-93hh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:47:40.948828+00:00 Debian Oval Importer Affected by VCID-27wt-wmzc-1bc2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:41:38.893376+00:00 Debian Oval Importer Affected by VCID-m91a-6235-nye9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:37:44.352498+00:00 Debian Oval Importer Affected by VCID-wwa5-mhgu-9khz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:32:55.290281+00:00 Debian Oval Importer Fixing VCID-sbr6-pybe-dubq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:18:11.011321+00:00 Debian Oval Importer Affected by VCID-uk1w-hehw-dyda https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:51:05.990638+00:00 Debian Oval Importer Fixing VCID-msmd-931q-abhe https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:43:23.740251+00:00 Debian Oval Importer Affected by VCID-kypj-ptb9-8qhz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:42:54.959042+00:00 Debian Oval Importer Affected by VCID-438j-ce4y-zkan https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:42:48.208532+00:00 Debian Oval Importer Affected by VCID-v4ad-xxy8-wfc9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:42:21.365780+00:00 Debian Oval Importer Affected by VCID-nese-5485-hkbs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:40:32.699450+00:00 Debian Oval Importer Affected by VCID-ysyp-h7ja-yff3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:39:52.083030+00:00 Debian Oval Importer Affected by VCID-e2jd-yd4j-kqgt https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:31:43.062416+00:00 Debian Oval Importer Affected by VCID-z27q-zfpz-ckby https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:13:22.160910+00:00 Debian Oval Importer Affected by VCID-br5x-v7md-47hp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:08:55.299982+00:00 Debian Oval Importer Affected by VCID-pa75-6avj-duf7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:06:58.878255+00:00 Debian Oval Importer Affected by VCID-q12d-kv8p-8ff7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:41:51.840891+00:00 Debian Oval Importer Affected by VCID-msge-1mfu-7qfa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:33:23.923813+00:00 Debian Oval Importer Affected by VCID-8qu1-45n9-gyb1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:33:21.016415+00:00 Debian Oval Importer Affected by VCID-wkrc-62bd-bbgx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:32:24.384171+00:00 Debian Oval Importer Affected by VCID-upy5-adtx-n7hg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:29:08.315145+00:00 Debian Oval Importer Fixing VCID-d7fu-jyta-2ygm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:18:34.511557+00:00 Debian Oval Importer Affected by VCID-th9v-dk98-3kea https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:18:03.283281+00:00 Debian Oval Importer Affected by VCID-1fs3-2msx-9kev https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:05:26.465744+00:00 Debian Oval Importer Affected by VCID-jtru-9jmz-kkek https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:52:30.898894+00:00 Debian Oval Importer Affected by VCID-hwa2-n7a2-pyg1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:39:20.208148+00:00 Debian Oval Importer Affected by VCID-ume2-wt6y-jye7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:26:02.558754+00:00 Debian Oval Importer Affected by VCID-9uzd-mmyv-mfh4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:16:00.162866+00:00 Debian Oval Importer Affected by VCID-v1xr-z4zu-yfb4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:08:44.646878+00:00 Debian Oval Importer Affected by VCID-7tca-pgcs-cuhd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:59:36.995205+00:00 Debian Oval Importer Affected by VCID-ypub-ukuh-p3aw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:49:12.077050+00:00 Debian Oval Importer Affected by VCID-9abh-apwm-ebab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:30:17.486183+00:00 Debian Oval Importer Affected by VCID-2tfv-rtq7-2fg9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:30:07.635815+00:00 Debian Oval Importer Affected by VCID-j4br-4y39-s3gs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:19:16.654914+00:00 Debian Oval Importer Affected by VCID-bdms-nb18-guf9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:13:30.122043+00:00 Debian Oval Importer Affected by VCID-wb34-g6xq-rkfx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:58:29.525762+00:00 Debian Oval Importer Affected by VCID-jh1e-72hp-fuf4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:57:53.438673+00:00 Debian Oval Importer Affected by VCID-x4ev-6zjm-sbe4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:46:31.290319+00:00 Debian Oval Importer Affected by VCID-x664-bfna-6qdv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:38:25.129347+00:00 Debian Oval Importer Affected by VCID-qjez-qe32-e3b6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:31:42.503889+00:00 Debian Oval Importer Affected by VCID-28g3-ubx6-ebff https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:30:53.379329+00:00 Debian Oval Importer Affected by VCID-z8z1-cjee-kfeg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:19:15.467923+00:00 Debian Oval Importer Affected by VCID-8xgs-8xjr-cber https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:15:22.327229+00:00 Debian Oval Importer Affected by VCID-mv1p-yxvp-pbh6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:10:26.082152+00:00 Debian Oval Importer Affected by VCID-896g-hqec-ryb9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:59:07.928451+00:00 Debian Oval Importer Affected by VCID-4ztz-fq98-5fh1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:47:32.847327+00:00 Debian Oval Importer Affected by VCID-56na-n4w5-8fak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:46:28.644804+00:00 Debian Oval Importer Affected by VCID-42x9-8c3c-bug1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:37:57.907776+00:00 Debian Oval Importer Affected by VCID-qm34-ec8s-tfd7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:30:03.414921+00:00 Debian Oval Importer Affected by VCID-k6s1-gnmc-e3ed https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:19:40.109115+00:00 Debian Oval Importer Affected by VCID-c8s7-3g9m-d3cw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:09:13.203258+00:00 Debian Oval Importer Affected by VCID-xaqg-mhqa-7keg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:07:47.423729+00:00 Debian Oval Importer Affected by VCID-w4pr-k5nj-ckgy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:06:52.000436+00:00 Debian Oval Importer Affected by VCID-9k9t-vp1a-z7bt https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:03:59.189127+00:00 Debian Oval Importer Affected by VCID-66w1-4zku-gyfp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:03:12.908888+00:00 Debian Oval Importer Affected by VCID-xgv1-s2ek-q3dp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:01:28.253838+00:00 Debian Oval Importer Affected by VCID-jae8-w85w-cyfu https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:53:08.448369+00:00 Debian Oval Importer Affected by VCID-8jaq-53td-wbeg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:33:34.020359+00:00 Debian Oval Importer Affected by VCID-wz1q-1tjp-4qhw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:11:10.354051+00:00 Debian Oval Importer Affected by VCID-w6k8-js68-87g4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:08:16.813950+00:00 Debian Oval Importer Affected by VCID-6gss-ppm5-3yc9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:06:24.614123+00:00 Debian Oval Importer Affected by VCID-1v22-g646-wbay https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:06:14.715036+00:00 Debian Oval Importer Affected by VCID-u3zk-tff2-aua9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:01:59.845574+00:00 Debian Oval Importer Affected by VCID-gp5e-nguh-5fdk https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:50:13.145728+00:00 Debian Oval Importer Affected by VCID-8m4b-y4va-kqgm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:47:56.607591+00:00 Debian Oval Importer Affected by VCID-a8zx-jamf-cfcm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:46:37.167756+00:00 Debian Oval Importer Affected by VCID-7tph-k8q2-bue2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:43:08.543827+00:00 Debian Oval Importer Affected by VCID-mzdk-m12w-q3fc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:30:34.181605+00:00 Debian Oval Importer Affected by VCID-t6uc-dfrd-jyfg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:29:47.691301+00:00 Debian Oval Importer Affected by VCID-mmay-juu6-5ua9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:22:51.207400+00:00 Debian Oval Importer Affected by VCID-w2dv-u8h6-sbgs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:18:38.913285+00:00 Debian Oval Importer Affected by VCID-2zb9-27sm-3kgh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:13:17.634396+00:00 Debian Oval Importer Affected by VCID-ukkt-wgau-t3et https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:06:43.721425+00:00 Debian Oval Importer Affected by VCID-ukxp-wqpr-t3by https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:03:29.236437+00:00 Debian Oval Importer Affected by VCID-ukkt-wgau-t3et https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:59:18.181407+00:00 Debian Oval Importer Affected by VCID-e87q-1j8h-93hh https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:55:50.155292+00:00 Debian Oval Importer Affected by VCID-j4br-4y39-s3gs https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:53:44.716343+00:00 Debian Oval Importer Affected by VCID-1v22-g646-wbay https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:51:54.603228+00:00 Debian Oval Importer Affected by VCID-8jaq-53td-wbeg https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:51:38.440843+00:00 Debian Oval Importer Affected by VCID-q12d-kv8p-8ff7 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:50:10.124118+00:00 Debian Oval Importer Affected by VCID-a8zx-jamf-cfcm https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:48:58.278504+00:00 Debian Oval Importer Affected by VCID-c6xy-v4sf-u3hn https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:48:48.442020+00:00 Debian Oval Importer Affected by VCID-jtru-9jmz-kkek https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:47:29.187056+00:00 Debian Oval Importer Affected by VCID-v1xr-z4zu-yfb4 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:47:27.441377+00:00 Debian Oval Importer Affected by VCID-9abh-apwm-ebab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:44:52.096951+00:00 Debian Oval Importer Affected by VCID-9uzd-mmyv-mfh4 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:44:37.066774+00:00 Debian Oval Importer Affected by VCID-w4pr-k5nj-ckgy https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:44:10.757082+00:00 Debian Oval Importer Affected by VCID-4ztz-fq98-5fh1 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:42:46.933213+00:00 Debian Oval Importer Affected by VCID-vwt9-q3dt-vbfg https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:41:13.352286+00:00 Debian Oval Importer Affected by VCID-u3zk-tff2-aua9 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:40:05.615521+00:00 Debian Oval Importer Affected by VCID-e2jd-yd4j-kqgt https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:39:57.084156+00:00 Debian Oval Importer Affected by VCID-896g-hqec-ryb9 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:39:46.617988+00:00 Debian Oval Importer Affected by VCID-xgv1-s2ek-q3dp https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:39:36.548231+00:00 Debian Oval Importer Affected by VCID-z27q-zfpz-ckby https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:39:06.025677+00:00 Debian Oval Importer Affected by VCID-jh1e-72hp-fuf4 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:38:40.893434+00:00 Debian Oval Importer Affected by VCID-wkrc-62bd-bbgx https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:37:14.692668+00:00 Debian Oval Importer Affected by VCID-2zb9-27sm-3kgh https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:36:47.611719+00:00 Debian Oval Importer Affected by VCID-8m4b-y4va-kqgm https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:35:32.418302+00:00 Debian Oval Importer Affected by VCID-m91a-6235-nye9 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:34:25.441865+00:00 Debian Oval Importer Affected by VCID-8xgs-8xjr-cber https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:34:16.534333+00:00 Debian Oval Importer Affected by VCID-w2dv-u8h6-sbgs https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:33:34.056838+00:00 Debian Oval Importer Affected by VCID-wwa5-mhgu-9khz https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:31:40.012180+00:00 Debian Oval Importer Affected by VCID-mux4-uv98-hbbw https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:29:26.107227+00:00 Debian Oval Importer Affected by VCID-7tph-k8q2-bue2 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:25:56.330184+00:00 Debian Oval Importer Affected by VCID-e87q-1j8h-93hh https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:24:15.196617+00:00 Debian Oval Importer Affected by VCID-v1xr-z4zu-yfb4 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:21:45.453331+00:00 Debian Oval Importer Affected by VCID-vwt9-q3dt-vbfg https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:21:23.969294+00:00 Debian Oval Importer Affected by VCID-qjez-qe32-e3b6 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:21:23.278452+00:00 Debian Oval Importer Affected by VCID-mv1p-yxvp-pbh6 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:21:18.579661+00:00 Debian Oval Importer Affected by VCID-x664-bfna-6qdv https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:20:12.877344+00:00 Debian Oval Importer Affected by VCID-8m4b-y4va-kqgm https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:20:06.035726+00:00 Debian Oval Importer Affected by VCID-jh1e-72hp-fuf4 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:19:52.398023+00:00 Debian Oval Importer Affected by VCID-xgv1-s2ek-q3dp https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:19:31.368432+00:00 Debian Oval Importer Affected by VCID-jtru-9jmz-kkek https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:19:13.935154+00:00 Debian Oval Importer Affected by VCID-9abh-apwm-ebab https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:17:53.864235+00:00 Debian Oval Importer Affected by VCID-896g-hqec-ryb9 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:16:44.408383+00:00 Debian Oval Importer Affected by VCID-jae8-w85w-cyfu https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:16:19.646344+00:00 Debian Oval Importer Affected by VCID-7tph-k8q2-bue2 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:14:38.774090+00:00 Debian Oval Importer Affected by VCID-u3zk-tff2-aua9 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:13:44.658632+00:00 Debian Oval Importer Affected by VCID-xaqg-mhqa-7keg https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:12:56.664267+00:00 Debian Oval Importer Affected by VCID-ukkt-wgau-t3et https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:11:46.907330+00:00 Debian Oval Importer Affected by VCID-mux4-uv98-hbbw https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:10:06.676324+00:00 Debian Oval Importer Affected by VCID-4ztz-fq98-5fh1 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:10:04.521803+00:00 Debian Oval Importer Affected by VCID-1fs3-2msx-9kev https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:06:45.338804+00:00 Debian Oval Importer Affected by VCID-e2jd-yd4j-kqgt https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:06:04.419255+00:00 Debian Oval Importer Affected by VCID-8xgs-8xjr-cber https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:05:41.721399+00:00 Debian Oval Importer Affected by VCID-q12d-kv8p-8ff7 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:05:09.115929+00:00 Debian Oval Importer Affected by VCID-1v22-g646-wbay https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:02:50.254455+00:00 Debian Oval Importer Affected by VCID-w4pr-k5nj-ckgy https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:01:31.281429+00:00 Debian Oval Importer Affected by VCID-j4br-4y39-s3gs https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T14:00:34.217738+00:00 Debian Oval Importer Affected by VCID-2zb9-27sm-3kgh https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:59:54.936533+00:00 Debian Oval Importer Affected by VCID-56na-n4w5-8fak https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:59:12.347716+00:00 Debian Oval Importer Affected by VCID-8jaq-53td-wbeg https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:58:54.996274+00:00 Debian Oval Importer Affected by VCID-a8zx-jamf-cfcm https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:58:39.541924+00:00 Debian Oval Importer Affected by VCID-wwa5-mhgu-9khz https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:58:24.757335+00:00 Debian Oval Importer Affected by VCID-w2dv-u8h6-sbgs https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:57:36.753038+00:00 Debian Oval Importer Affected by VCID-9uzd-mmyv-mfh4 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:57:35.957173+00:00 Debian Oval Importer Affected by VCID-c6xy-v4sf-u3hn https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:56:39.667248+00:00 Debian Oval Importer Affected by VCID-m91a-6235-nye9 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:54:11.234180+00:00 Debian Oval Importer Affected by VCID-wkrc-62bd-bbgx https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:53:26.864954+00:00 Debian Oval Importer Affected by VCID-z27q-zfpz-ckby https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.3.0
2026-04-11T13:52:34.972406+00:00 Debian Oval Importer Fixing VCID-bdms-nb18-guf9 https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.3.0
2026-04-11T13:48:39.319637+00:00 Debian Oval Importer Fixing VCID-k25u-g17y-hyfh https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.3.0
2026-04-11T13:46:50.615081+00:00 Debian Oval Importer Fixing VCID-sbr6-pybe-dubq https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.3.0
2026-04-11T13:46:16.841253+00:00 Debian Oval Importer Fixing VCID-ukxp-wqpr-t3by https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.3.0
2026-04-11T13:38:28.610773+00:00 Debian Oval Importer Fixing VCID-d7fu-jyta-2ygm https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.3.0
2026-04-11T13:36:49.233365+00:00 Debian Oval Importer Fixing VCID-8teq-9xr9-q3fg https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.3.0
2026-04-11T13:32:37.286676+00:00 Debian Oval Importer Fixing VCID-br5x-v7md-47hp https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.3.0
2026-04-11T13:30:30.975282+00:00 Debian Oval Importer Fixing VCID-a715-2qks-wyhn https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.3.0
2026-04-11T13:29:01.225581+00:00 Debian Oval Importer Fixing VCID-mv1p-yxvp-pbh6 https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.3.0
2026-04-11T13:23:32.951883+00:00 Debian Oval Importer Fixing VCID-msmd-931q-abhe https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.3.0
2026-04-11T13:21:51.289078+00:00 Debian Oval Importer Fixing VCID-uk1w-hehw-dyda https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.3.0
2026-04-11T13:20:44.709050+00:00 Debian Oval Importer Fixing VCID-k6s1-gnmc-e3ed https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.3.0
2026-04-11T13:19:53.721632+00:00 Debian Oval Importer Fixing VCID-325d-7dfk-sqd2 https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.3.0
2026-04-11T13:19:37.887369+00:00 Debian Oval Importer Fixing VCID-jae8-w85w-cyfu https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.3.0
2026-04-11T13:13:04.870395+00:00 Debian Oval Importer Fixing VCID-x4ev-6zjm-sbe4 https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.3.0
2026-04-09T00:04:15.831751+00:00 Debian Oval Importer Fixing VCID-a715-2qks-wyhn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:48:23.224104+00:00 Debian Oval Importer Affected by VCID-c6xy-v4sf-u3hn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:47:28.769023+00:00 Debian Oval Importer Affected by VCID-y8fz-krt7-vkhp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:45:06.158075+00:00 Debian Oval Importer Affected by VCID-8teq-9xr9-q3fg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:42:16.298619+00:00 Debian Oval Importer Affected by VCID-mux4-uv98-hbbw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:40:38.028657+00:00 Debian Oval Importer Affected by VCID-u7m5-tzv2-c7hn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:32:13.601367+00:00 Debian Oval Importer Affected by VCID-325d-7dfk-sqd2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:29:37.002175+00:00 Debian Oval Importer Affected by VCID-k25u-g17y-hyfh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:22:16.819780+00:00 Debian Oval Importer Affected by VCID-c2kc-1jh1-j3ha https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:20:31.181603+00:00 Debian Oval Importer Affected by VCID-e87q-1j8h-93hh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:19:54.106043+00:00 Debian Oval Importer Affected by VCID-27wt-wmzc-1bc2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:14:06.738342+00:00 Debian Oval Importer Affected by VCID-m91a-6235-nye9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:10:18.469454+00:00 Debian Oval Importer Affected by VCID-wwa5-mhgu-9khz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:05:40.980926+00:00 Debian Oval Importer Fixing VCID-sbr6-pybe-dubq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:51:35.815117+00:00 Debian Oval Importer Affected by VCID-uk1w-hehw-dyda https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:25:40.322900+00:00 Debian Oval Importer Fixing VCID-msmd-931q-abhe https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:18:16.572730+00:00 Debian Oval Importer Affected by VCID-kypj-ptb9-8qhz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:17:51.152735+00:00 Debian Oval Importer Affected by VCID-438j-ce4y-zkan https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:17:44.810719+00:00 Debian Oval Importer Affected by VCID-v4ad-xxy8-wfc9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:17:21.717902+00:00 Debian Oval Importer Affected by VCID-nese-5485-hkbs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:15:40.639215+00:00 Debian Oval Importer Affected by VCID-ysyp-h7ja-yff3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:15:01.379615+00:00 Debian Oval Importer Affected by VCID-e2jd-yd4j-kqgt https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:07:16.479353+00:00 Debian Oval Importer Affected by VCID-z27q-zfpz-ckby https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:49:46.399514+00:00 Debian Oval Importer Affected by VCID-br5x-v7md-47hp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:45:29.597952+00:00 Debian Oval Importer Affected by VCID-pa75-6avj-duf7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:43:44.217812+00:00 Debian Oval Importer Affected by VCID-q12d-kv8p-8ff7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:19:46.170157+00:00 Debian Oval Importer Affected by VCID-msge-1mfu-7qfa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:11:36.627866+00:00 Debian Oval Importer Affected by VCID-8qu1-45n9-gyb1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:11:33.809644+00:00 Debian Oval Importer Affected by VCID-wkrc-62bd-bbgx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:10:39.108385+00:00 Debian Oval Importer Affected by VCID-upy5-adtx-n7hg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:07:31.634042+00:00 Debian Oval Importer Fixing VCID-d7fu-jyta-2ygm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:57:20.325534+00:00 Debian Oval Importer Affected by VCID-th9v-dk98-3kea https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:56:50.392008+00:00 Debian Oval Importer Affected by VCID-1fs3-2msx-9kev https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:44:34.559763+00:00 Debian Oval Importer Affected by VCID-jtru-9jmz-kkek https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:32:02.557902+00:00 Debian Oval Importer Affected by VCID-hwa2-n7a2-pyg1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:19:21.909320+00:00 Debian Oval Importer Affected by VCID-ume2-wt6y-jye7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:06:33.071795+00:00 Debian Oval Importer Affected by VCID-9uzd-mmyv-mfh4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:57:00.429345+00:00 Debian Oval Importer Affected by VCID-v1xr-z4zu-yfb4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:50:07.073049+00:00 Debian Oval Importer Affected by VCID-7tca-pgcs-cuhd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:41:25.433403+00:00 Debian Oval Importer Affected by VCID-ypub-ukuh-p3aw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:31:47.035134+00:00 Debian Oval Importer Affected by VCID-9abh-apwm-ebab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:13:43.205712+00:00 Debian Oval Importer Affected by VCID-2tfv-rtq7-2fg9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:13:33.467084+00:00 Debian Oval Importer Affected by VCID-j4br-4y39-s3gs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:03:03.392627+00:00 Debian Oval Importer Affected by VCID-bdms-nb18-guf9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:57:31.420474+00:00 Debian Oval Importer Affected by VCID-wb34-g6xq-rkfx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:43:03.531365+00:00 Debian Oval Importer Affected by VCID-jh1e-72hp-fuf4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:42:28.938229+00:00 Debian Oval Importer Affected by VCID-x4ev-6zjm-sbe4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:31:31.915117+00:00 Debian Oval Importer Affected by VCID-x664-bfna-6qdv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:23:35.771164+00:00 Debian Oval Importer Affected by VCID-qjez-qe32-e3b6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:16:50.459093+00:00 Debian Oval Importer Affected by VCID-28g3-ubx6-ebff https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:16:04.052942+00:00 Debian Oval Importer Affected by VCID-z8z1-cjee-kfeg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:05:21.369057+00:00 Debian Oval Importer Affected by VCID-8xgs-8xjr-cber https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:01:36.711228+00:00 Debian Oval Importer Affected by VCID-mv1p-yxvp-pbh6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:56:46.966498+00:00 Debian Oval Importer Affected by VCID-896g-hqec-ryb9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:45:51.150942+00:00 Debian Oval Importer Affected by VCID-4ztz-fq98-5fh1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:34:45.650302+00:00 Debian Oval Importer Affected by VCID-56na-n4w5-8fak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:33:43.756504+00:00 Debian Oval Importer Affected by VCID-42x9-8c3c-bug1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:25:24.522621+00:00 Debian Oval Importer Affected by VCID-qm34-ec8s-tfd7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:18:00.820276+00:00 Debian Oval Importer Affected by VCID-k6s1-gnmc-e3ed https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:08:07.842966+00:00 Debian Oval Importer Affected by VCID-c8s7-3g9m-d3cw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:58:19.470029+00:00 Debian Oval Importer Affected by VCID-xaqg-mhqa-7keg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:56:57.261055+00:00 Debian Oval Importer Affected by VCID-w4pr-k5nj-ckgy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:56:03.490139+00:00 Debian Oval Importer Affected by VCID-9k9t-vp1a-z7bt https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:53:19.707919+00:00 Debian Oval Importer Affected by VCID-66w1-4zku-gyfp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:52:34.816282+00:00 Debian Oval Importer Affected by VCID-xgv1-s2ek-q3dp https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:50:54.134832+00:00 Debian Oval Importer Affected by VCID-jae8-w85w-cyfu https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:42:58.440010+00:00 Debian Oval Importer Affected by VCID-8jaq-53td-wbeg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:24:35.516318+00:00 Debian Oval Importer Affected by VCID-wz1q-1tjp-4qhw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:03:38.087519+00:00 Debian Oval Importer Affected by VCID-w6k8-js68-87g4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:00:54.250132+00:00 Debian Oval Importer Affected by VCID-6gss-ppm5-3yc9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:59:06.682829+00:00 Debian Oval Importer Affected by VCID-1v22-g646-wbay https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:58:56.970736+00:00 Debian Oval Importer Affected by VCID-u3zk-tff2-aua9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:54:56.567586+00:00 Debian Oval Importer Affected by VCID-gp5e-nguh-5fdk https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:43:39.800990+00:00 Debian Oval Importer Affected by VCID-8m4b-y4va-kqgm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:41:31.085814+00:00 Debian Oval Importer Affected by VCID-a8zx-jamf-cfcm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:40:16.266541+00:00 Debian Oval Importer Affected by VCID-7tph-k8q2-bue2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:36:55.585864+00:00 Debian Oval Importer Affected by VCID-mzdk-m12w-q3fc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:24:49.381849+00:00 Debian Oval Importer Affected by VCID-t6uc-dfrd-jyfg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:24:04.881495+00:00 Debian Oval Importer Affected by VCID-mmay-juu6-5ua9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:17:26.819139+00:00 Debian Oval Importer Affected by VCID-w2dv-u8h6-sbgs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:13:22.476638+00:00 Debian Oval Importer Affected by VCID-2zb9-27sm-3kgh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:08:14.261160+00:00 Debian Oval Importer Affected by VCID-ukkt-wgau-t3et https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:02:04.780529+00:00 Debian Oval Importer Affected by VCID-ukxp-wqpr-t3by https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T14:59:00.264063+00:00 Debian Oval Importer Affected by VCID-ukkt-wgau-t3et https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-08T13:12:19.725401+00:00 Debian Oval Importer Fixing VCID-x4ev-6zjm-sbe4 https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.1.0
2026-04-07T23:31:12.635782+00:00 Debian Oval Importer Affected by VCID-e87q-1j8h-93hh https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:28:02.994238+00:00 Debian Oval Importer Affected by VCID-j4br-4y39-s3gs https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:26:10.537575+00:00 Debian Oval Importer Affected by VCID-1v22-g646-wbay https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:24:29.252587+00:00 Debian Oval Importer Affected by VCID-8jaq-53td-wbeg https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:24:13.649355+00:00 Debian Oval Importer Affected by VCID-q12d-kv8p-8ff7 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:22:48.434586+00:00 Debian Oval Importer Affected by VCID-a8zx-jamf-cfcm https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:21:40.675972+00:00 Debian Oval Importer Affected by VCID-c6xy-v4sf-u3hn https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:21:31.568196+00:00 Debian Oval Importer Affected by VCID-jtru-9jmz-kkek https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:20:14.989269+00:00 Debian Oval Importer Affected by VCID-v1xr-z4zu-yfb4 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:20:13.443212+00:00 Debian Oval Importer Affected by VCID-9abh-apwm-ebab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:17:43.060831+00:00 Debian Oval Importer Affected by VCID-9uzd-mmyv-mfh4 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:17:28.763818+00:00 Debian Oval Importer Affected by VCID-w4pr-k5nj-ckgy https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:17:03.104682+00:00 Debian Oval Importer Affected by VCID-4ztz-fq98-5fh1 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:15:43.336314+00:00 Debian Oval Importer Affected by VCID-vwt9-q3dt-vbfg https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:14:13.056024+00:00 Debian Oval Importer Affected by VCID-u3zk-tff2-aua9 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:13:07.277084+00:00 Debian Oval Importer Affected by VCID-e2jd-yd4j-kqgt https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:12:58.844933+00:00 Debian Oval Importer Affected by VCID-896g-hqec-ryb9 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:12:48.503604+00:00 Debian Oval Importer Affected by VCID-xgv1-s2ek-q3dp https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:12:39.090974+00:00 Debian Oval Importer Affected by VCID-z27q-zfpz-ckby https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:12:10.561803+00:00 Debian Oval Importer Affected by VCID-jh1e-72hp-fuf4 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:11:46.329451+00:00 Debian Oval Importer Affected by VCID-wkrc-62bd-bbgx https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:10:22.497287+00:00 Debian Oval Importer Affected by VCID-2zb9-27sm-3kgh https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:09:55.888232+00:00 Debian Oval Importer Affected by VCID-8m4b-y4va-kqgm https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:08:43.375668+00:00 Debian Oval Importer Affected by VCID-m91a-6235-nye9 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:07:38.159512+00:00 Debian Oval Importer Affected by VCID-8xgs-8xjr-cber https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:07:29.671922+00:00 Debian Oval Importer Affected by VCID-w2dv-u8h6-sbgs https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:06:48.969346+00:00 Debian Oval Importer Affected by VCID-wwa5-mhgu-9khz https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:04:58.720623+00:00 Debian Oval Importer Affected by VCID-mux4-uv98-hbbw https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:02:48.397795+00:00 Debian Oval Importer Affected by VCID-7tph-k8q2-bue2 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T22:59:25.187277+00:00 Debian Oval Importer Affected by VCID-e87q-1j8h-93hh https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:57:47.145916+00:00 Debian Oval Importer Affected by VCID-v1xr-z4zu-yfb4 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:55:21.365205+00:00 Debian Oval Importer Affected by VCID-vwt9-q3dt-vbfg https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:55:00.455154+00:00 Debian Oval Importer Affected by VCID-qjez-qe32-e3b6 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:54:59.760151+00:00 Debian Oval Importer Affected by VCID-mv1p-yxvp-pbh6 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:54:55.550810+00:00 Debian Oval Importer Affected by VCID-x664-bfna-6qdv https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:53:52.798858+00:00 Debian Oval Importer Affected by VCID-8m4b-y4va-kqgm https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:53:46.290959+00:00 Debian Oval Importer Affected by VCID-jh1e-72hp-fuf4 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:53:33.041217+00:00 Debian Oval Importer Affected by VCID-xgv1-s2ek-q3dp https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:53:12.931593+00:00 Debian Oval Importer Affected by VCID-jtru-9jmz-kkek https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:52:56.217679+00:00 Debian Oval Importer Affected by VCID-9abh-apwm-ebab https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:51:37.615587+00:00 Debian Oval Importer Affected by VCID-896g-hqec-ryb9 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:50:30.243957+00:00 Debian Oval Importer Affected by VCID-jae8-w85w-cyfu https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:50:05.819663+00:00 Debian Oval Importer Affected by VCID-7tph-k8q2-bue2 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:48:28.583348+00:00 Debian Oval Importer Affected by VCID-u3zk-tff2-aua9 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:47:36.982305+00:00 Debian Oval Importer Affected by VCID-xaqg-mhqa-7keg https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:46:50.432594+00:00 Debian Oval Importer Affected by VCID-ukkt-wgau-t3et https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:45:43.540883+00:00 Debian Oval Importer Affected by VCID-mux4-uv98-hbbw https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:44:06.836009+00:00 Debian Oval Importer Affected by VCID-4ztz-fq98-5fh1 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:44:04.792921+00:00 Debian Oval Importer Affected by VCID-1fs3-2msx-9kev https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:40:47.884070+00:00 Debian Oval Importer Affected by VCID-e2jd-yd4j-kqgt https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:40:08.574125+00:00 Debian Oval Importer Affected by VCID-8xgs-8xjr-cber https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:39:44.447757+00:00 Debian Oval Importer Affected by VCID-q12d-kv8p-8ff7 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:39:14.289286+00:00 Debian Oval Importer Affected by VCID-1v22-g646-wbay https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:37:08.643219+00:00 Debian Oval Importer Affected by VCID-w4pr-k5nj-ckgy https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:35:55.653785+00:00 Debian Oval Importer Affected by VCID-j4br-4y39-s3gs https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:35:03.634596+00:00 Debian Oval Importer Affected by VCID-2zb9-27sm-3kgh https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:34:26.466591+00:00 Debian Oval Importer Affected by VCID-56na-n4w5-8fak https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:33:45.915752+00:00 Debian Oval Importer Affected by VCID-8jaq-53td-wbeg https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:33:29.770639+00:00 Debian Oval Importer Affected by VCID-a8zx-jamf-cfcm https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:33:15.398813+00:00 Debian Oval Importer Affected by VCID-wwa5-mhgu-9khz https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:33:01.914104+00:00 Debian Oval Importer Affected by VCID-w2dv-u8h6-sbgs https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:32:18.697817+00:00 Debian Oval Importer Affected by VCID-9uzd-mmyv-mfh4 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:32:18.033915+00:00 Debian Oval Importer Affected by VCID-c6xy-v4sf-u3hn https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:31:25.598094+00:00 Debian Oval Importer Affected by VCID-m91a-6235-nye9 https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:29:05.649064+00:00 Debian Oval Importer Affected by VCID-wkrc-62bd-bbgx https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:28:26.113738+00:00 Debian Oval Importer Affected by VCID-z27q-zfpz-ckby https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 38.1.0
2026-04-07T22:27:39.121784+00:00 Debian Oval Importer Fixing VCID-bdms-nb18-guf9 https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.1.0
2026-04-07T22:24:01.213835+00:00 Debian Oval Importer Fixing VCID-k25u-g17y-hyfh https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.1.0
2026-04-07T22:22:18.946930+00:00 Debian Oval Importer Fixing VCID-sbr6-pybe-dubq https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.1.0
2026-04-07T22:21:46.070972+00:00 Debian Oval Importer Fixing VCID-ukxp-wqpr-t3by https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.1.0
2026-04-07T22:14:03.967984+00:00 Debian Oval Importer Fixing VCID-d7fu-jyta-2ygm https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.1.0
2026-04-07T22:12:25.774958+00:00 Debian Oval Importer Fixing VCID-8teq-9xr9-q3fg https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.1.0
2026-04-07T22:08:18.018150+00:00 Debian Oval Importer Fixing VCID-br5x-v7md-47hp https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.1.0
2026-04-07T22:06:13.585623+00:00 Debian Oval Importer Fixing VCID-a715-2qks-wyhn https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.1.0
2026-04-07T22:04:45.027684+00:00 Debian Oval Importer Fixing VCID-mv1p-yxvp-pbh6 https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.1.0
2026-04-07T21:59:23.899008+00:00 Debian Oval Importer Fixing VCID-msmd-931q-abhe https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.1.0
2026-04-07T21:57:45.557882+00:00 Debian Oval Importer Fixing VCID-uk1w-hehw-dyda https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.1.0
2026-04-07T21:56:38.966563+00:00 Debian Oval Importer Fixing VCID-k6s1-gnmc-e3ed https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.1.0
2026-04-07T21:55:49.489445+00:00 Debian Oval Importer Fixing VCID-325d-7dfk-sqd2 https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.1.0
2026-04-07T21:55:33.957550+00:00 Debian Oval Importer Fixing VCID-jae8-w85w-cyfu https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 38.1.0