Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/curl@7.64.0-4%2Bdeb10u2
purl pkg:deb/debian/curl@7.64.0-4%2Bdeb10u2
Next non-vulnerable version 7.88.1-10+deb12u7
Latest non-vulnerable version 8.18.0-2
Risk 4.4
Vulnerabilities affecting this package (43)
Vulnerability Summary Fixed by
VCID-1k8f-qgcv-xkhb
Aliases:
CVE-2022-27782
Multiple vulnerabilities have been found in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-2xmp-jc8v-bucb
Aliases:
CVE-2022-35252
Multiple vulnerabilities have been found in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-3sy2-4f3g-zkac
Aliases:
CVE-2022-27774
Multiple vulnerabilities have been found in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-47qb-2qkw-1qej
Aliases:
CVE-2023-28321
Multiple vulnerabilities have been discovered in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-75nw-4e2d-zqgg
Aliases:
CVE-2024-7264
curl: libcurl: ASN.1 date parser overread
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-7srk-hshe-h3f4
Aliases:
CVE-2023-27538
Improper Authentication An authentication bypass vulnerability exists in libcurl v8.0.0 where it reuses a previously established SSH connection despite the fact that an SSH option was modified, which should have prevented reuse. libcurl maintains a pool of previously used connections to reuse them for subsequent transfers if the configurations match. However, two SSH settings were omitted from the configuration check, allowing them to match easily, potentially leading to the reuse of an inappropriate connection.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-9ggp-5wfj-ufcq
Aliases:
CVE-2022-43552
Multiple vulnerabilities have been discovered in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-9nak-pscy-e7gs
Aliases:
CVE-2022-32221
Multiple vulnerabilities have been found in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-arjz-67yz-wkg9
Aliases:
CVE-2023-27533
Multiple vulnerabilities have been discovered in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-bb2f-7qrm-1kca
Aliases:
CVE-2022-27781
Multiple vulnerabilities have been found in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-bdy2-8gub-tfe6
Aliases:
CVE-2021-22945
Double Free When sending data to an MQTT server, libcurl could in some circumstances erroneously keep a pointer to an already freed memory area and both use that again in a subsequent call to send data and also free it *again*.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-cbah-e86c-w3fj
Aliases:
CVE-2023-27535
Improper Authentication An authentication bypass vulnerability exists in libcurl <8.0.0 in the FTP connection reuse feature that can result in wrong credentials being used during subsequent transfers. Previously created connections are kept in a connection pool for reuse if they match the current setup. However, certain FTP settings such as CURLOPT_FTP_ACCOUNT, CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_FTP_SSL_CCC, and CURLOPT_USE_SSL were not included in the configuration match checks, causing them to match too easily. This could lead to libcurl using the wrong credentials when performing a transfer, potentially allowing unauthorized access to sensitive information.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-cp4n-p2z3-43b4
Aliases:
CVE-2020-8177
Multiple vulnerabilities have been found in cURL, the worst of which could result in information disclosure or data loss.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-dhrf-2sz5-3bhf
Aliases:
CVE-2019-5481
Multiple vulnerabilities have been found in cURL, the worst of which may lead to arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-fnr7-xb26-dbez
Aliases:
CVE-2020-19909
Integer overflow vulnerability in tool_operate.c in curl 7.65.2 via a large value as the retry delay. NOTE: many parties report that this has no direct security impact on the curl user; however, it may (in theory) cause a denial of service to associated systems or networks if, for example, --retry-delay is misinterpreted as a value much smaller than what was intended. This is not especially plausible because the overflow only happens if the user was trying to specify that curl should wait weeks (or longer) before trying to recover from a transient error.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-frgg-29yv-dyf7
Aliases:
CVE-2021-22890
Multiple vulnerabilities have been found in cURL, the worst of which could result in the arbitrary execution of code.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-ggt7-eejg-xfb6
Aliases:
CVE-2021-22876
Multiple vulnerabilities have been found in cURL, the worst of which could result in the arbitrary execution of code.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-gnx2-djyk-uyaf
Aliases:
CVE-2023-38546
Cookie injection with none file This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a function call that duplicates en easy handle called [curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html). If a transfer has cookies enabled when the handle is duplicated, the cookie-enable state is also cloned - but without cloning the actual cookies. If the source handle does not read any cookies from a specific file on disk, the cloned version of the handle would instead store the file name as `none` (using the four ASCII letters, no quotes). Subsequent use of the cloned handle that does not explicitly set a source to load cookies from would then inadvertently load cookies from a file named `none` - if such a file exists and is readable in the current directory of the program using libcurl. And if using the correct file format of course.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-gv7x-j8bz-wycc
Aliases:
CVE-2022-32207
Multiple vulnerabilities have been found in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-hrsy-694u-2fec
Aliases:
CVE-2024-8096
curl: OCSP stapling bypass with GnuTLS
7.88.1-10+deb12u7
Affected by 0 other vulnerabilities.
VCID-j5s3-rr74-nqb8
Aliases:
CVE-2020-8169
Multiple vulnerabilities have been found in cURL, the worst of which could result in information disclosure or data loss.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-ju6h-a1sz-f7e5
Aliases:
CVE-2020-8285
Multiple vulnerabilities have been found in cURL, the worst of which could result in information disclosure or data loss.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-ms2r-94ph-yyh3
Aliases:
CVE-2023-27536
Improper Authentication An authentication bypass vulnerability exists libcurl <8.0.0 in the connection reuse feature which can reuse previously established connections with incorrect user permissions due to a failure to check for changes in the CURLOPT_GSSAPI_DELEGATION option. This vulnerability affects krb5/kerberos/negotiate/GSSAPI transfers and could potentially result in unauthorized access to sensitive information. The safest option is to not reuse connections if the CURLOPT_GSSAPI_DELEGATION option has been changed.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-n51k-39uk-auca
Aliases:
CVE-2020-8286
Multiple vulnerabilities have been found in cURL, the worst of which could result in information disclosure or data loss.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-n57n-cymy-z7dr
Aliases:
CVE-2023-23916
Multiple vulnerabilities have been discovered in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-ph5u-5j8n-4qah
Aliases:
CVE-2021-22898
Multiple vulnerabilities have been found in cURL, the worst of which could result in the arbitrary execution of code.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-q229-ag6u-u3hv
Aliases:
CVE-2022-22576
Multiple vulnerabilities have been found in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-qdcn-2u3v-b3cv
Aliases:
CVE-2023-46218
Multiple vulnerabilities have been discovered in curl, the worst of which could lead to information disclosure.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-r7bh-7wur-xffs
Aliases:
CVE-2022-27776
Multiple vulnerabilities have been found in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-rmez-cwu2-2ya7
Aliases:
CVE-2020-8284
Multiple vulnerabilities have been found in cURL, the worst of which could result in information disclosure or data loss.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-s73y-y7v7-43cm
Aliases:
CVE-2023-28322
Multiple vulnerabilities have been discovered in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-sh5a-fmna-wffr
Aliases:
CVE-2021-22946
Multiple vulnerabilities have been found in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-syz5-5y6f-s7er
Aliases:
CVE-2023-27534
Multiple vulnerabilities have been discovered in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-t1fk-cbsx-j3gh
Aliases:
CVE-2022-32205
Multiple vulnerabilities have been found in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-t4gn-9fw8-gkc3
Aliases:
CVE-2021-22947
Multiple vulnerabilities have been found in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-t8t6-9wa3-aub7
Aliases:
CVE-2022-27775
Multiple vulnerabilities have been found in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-tcqe-7skm-b3fz
Aliases:
CVE-2023-38545
Out-of-bounds Write This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy handshake. When curl is asked to pass along the host name to the SOCKS5 proxy to allow that to resolve the address instead of it getting done by curl itself, the maximum length that host name can be is 255 bytes. If the host name is detected to be longer, curl switches to local name resolving and instead passes on the resolved address only. Due to this bug, the local variable that means "let the host resolve the name" could get the wrong value during a slow SOCKS5 handshake, and contrary to the intention, copy the too long host name to the target buffer instead of copying just the resolved address there. The target buffer being a heap based buffer, and the host name coming from the URL that curl has been told to operate with.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-u4bx-xqb3-vuef
Aliases:
CVE-2024-2398
Multiple vulnerabilities have been discovered in curl, the worst of which could lead to information disclosure.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-wwam-tcmv-kqhc
Aliases:
CVE-2019-5482
Multiple vulnerabilities have been found in cURL, the worst of which may lead to arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-xzay-sjpy-3yce
Aliases:
CVE-2022-32206
Multiple vulnerabilities have been found in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-y32p-52ps-4ug4
Aliases:
CVE-2021-22924
Use of Incorrectly-Resolved Name or Reference libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse, if one of them matches the setup. Due to errors in the logic, the config matching function does not take `issuercert` into account and it compared the involved paths *case insensitively*, which could lead to libcurl reusing wrong connections. File paths are, or can be, case sensitive on many systems but not all, and can even vary depending on used file systems. The comparison also didn't include the `issuer cert` which a transfer can set to qualify how to verify the server certificate.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-y4x5-n5m2-x7bq
Aliases:
CVE-2022-32208
Multiple vulnerabilities have been found in curl, the worst of which could result in arbitrary code execution.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
VCID-yvdd-ataf-ckf1
Aliases:
CVE-2020-8231
Multiple vulnerabilities have been found in cURL, the worst of which could result in information disclosure or data loss.
7.74.0-1.3+deb11u13
Affected by 20 other vulnerabilities.
Vulnerabilities fixed by this package (34)
Vulnerability Summary Aliases
VCID-1mf9-u8y1-zbb1 Multiple vulnerabilities have been found in cURL, the worst of which may allow attackers to bypass intended restrictions. CVE-2017-1000101
VCID-29n1-4u2b-tkgj Multiple vulnerabilities have been found in cURL, the worst of which could result in a Denial of Service condition. CVE-2018-16842
VCID-2b39-ubrt-hkc6 Multiple vulnerabilities have been found in cURL, the worst of which may lead to arbitrary code execution. CVE-2019-5436
VCID-5n7a-9j23-e7dj Multiple vulnerabilities have been found in cURL, the worst of which could result in a Denial of Service condition. CVE-2018-16839
VCID-6yb7-t8qs-cbch Multiple vulnerabilities have been found in cURL, the worst of which could result in a Denial of Service condition. CVE-2018-1000007
VCID-79sv-kzb5-hbc4 Multiple vulnerabilities have been found in cURL, the worst of which could result in a Denial of Service condition. CVE-2019-3822
VCID-7vt9-pf5q-uqb6 Multiple vulnerabilities have been found in cURL, the worst of which could result in a Denial of Service condition. CVE-2018-1000301
VCID-9cbd-x468-rkaw Multiple vulnerabilities have been found in cURL, the worst of which could result in a Denial of Service condition. CVE-2018-16840
VCID-ac6r-spds-qbf5 Multiple vulnerabilities have been found in cURL, the worst of which may lead to arbitrary code execution. CVE-2019-5435
VCID-ae59-w7a1-7keg Multiple vulnerabilities have been found in cURL, the worst of which may allow execution of arbitrary code. CVE-2017-1000254
VCID-bhvd-ntxz-dkg4 Multiple vulnerabilities have been found in cURL, the worst of which may allow execution of arbitrary code. CVE-2017-8816
VCID-bv57-gvfs-qfhj Multiple vulnerabilities have been found in cURL, the worst of which could result in a Denial of Service condition. CVE-2018-1000121
VCID-cbph-fu9d-gbah Multiple vulnerabilities have been found in cURL, the worst of which could result in a Denial of Service condition. CVE-2018-1000122
VCID-cp4n-p2z3-43b4 Multiple vulnerabilities have been found in cURL, the worst of which could result in information disclosure or data loss. CVE-2020-8177
VCID-dgtq-eaav-jyhf Out-of-bounds Write A buffer overflow exists in curl 7.12.3 to and including curl 7.58.0 in the FTP URL handling that allows an attacker to cause a denial of service or worse. CVE-2018-1000120
GHSA-674j-7m97-j2p9
VCID-dhrf-2sz5-3bhf Multiple vulnerabilities have been found in cURL, the worst of which may lead to arbitrary code execution. CVE-2019-5481
VCID-drkp-q9r5-ukcm Multiple vulnerabilities have been found in cURL, the worst of which may allow execution of arbitrary code. CVE-2017-8818
VCID-fp65-97n1-xuaj Multiple vulnerabilities have been found in cURL, the worst of which may allow attackers to bypass intended restrictions. CVE-2017-1000100
VCID-frgg-29yv-dyf7 Multiple vulnerabilities have been found in cURL, the worst of which could result in the arbitrary execution of code. CVE-2021-22890
VCID-ggt7-eejg-xfb6 Multiple vulnerabilities have been found in cURL, the worst of which could result in the arbitrary execution of code. CVE-2021-22876
VCID-j2qx-np45-4qdu Multiple vulnerabilities have been found in cURL, the worst of which may allow execution of arbitrary code. CVE-2017-1000257
VCID-j5s3-rr74-nqb8 Multiple vulnerabilities have been found in cURL, the worst of which could result in information disclosure or data loss. CVE-2020-8169
VCID-jnfc-8f5d-pyh4 Multiple vulnerabilities have been found in cURL, the worst of which could result in a Denial of Service condition. CVE-2018-1000005
VCID-ju6h-a1sz-f7e5 Multiple vulnerabilities have been found in cURL, the worst of which could result in information disclosure or data loss. CVE-2020-8285
VCID-krgt-drpz-y7cy Multiple vulnerabilities have been found in cURL, the worst of which could result in a Denial of Service condition. CVE-2018-1000300
VCID-n51k-39uk-auca Multiple vulnerabilities have been found in cURL, the worst of which could result in information disclosure or data loss. CVE-2020-8286
VCID-rmez-cwu2-2ya7 Multiple vulnerabilities have been found in cURL, the worst of which could result in information disclosure or data loss. CVE-2020-8284
VCID-tz47-j4ey-t7g6 Multiple vulnerabilities have been found in cURL, the worst of which could result in a Denial of Service condition. CVE-2018-14618
VCID-v3qf-6wju-1bg8 security update CVE-2018-16890
VCID-vr9x-yqsd-6fc8 A heap-based buffer overflow in cURL might allow remote attackers to execute arbitrary code. CVE-2018-0500
VCID-w8ks-xk66-r3fm Multiple vulnerabilities have been found in cURL, the worst of which could result in a Denial of Service condition. CVE-2019-3823
VCID-wrh2-77dv-hbdz Multiple vulnerabilities have been found in cURL, the worst of which may allow execution of arbitrary code. CVE-2017-8817
VCID-wwam-tcmv-kqhc Multiple vulnerabilities have been found in cURL, the worst of which may lead to arbitrary code execution. CVE-2019-5482
VCID-yvdd-ataf-ckf1 Multiple vulnerabilities have been found in cURL, the worst of which could result in information disclosure or data loss. CVE-2020-8231

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T01:07:53.464657+00:00 Debian Oval Importer Affected by VCID-syz5-5y6f-s7er https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T01:03:41.887240+00:00 Debian Oval Importer Affected by VCID-cp4n-p2z3-43b4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:35:19.989646+00:00 Debian Oval Importer Affected by VCID-ggt7-eejg-xfb6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:04:46.477411+00:00 Debian Oval Importer Affected by VCID-qdcn-2u3v-b3cv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:03:57.984832+00:00 Debian Oval Importer Fixing VCID-6yb7-t8qs-cbch https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:41:27.256904+00:00 Debian Oval Importer Fixing VCID-ae59-w7a1-7keg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:39:29.070666+00:00 Debian Oval Importer Fixing VCID-fp65-97n1-xuaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:29:45.587796+00:00 Debian Oval Importer Affected by VCID-arjz-67yz-wkg9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:24:30.319689+00:00 Debian Oval Importer Affected by VCID-wwam-tcmv-kqhc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:08:00.358065+00:00 Debian Oval Importer Affected by VCID-frgg-29yv-dyf7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:06:37.317582+00:00 Debian Oval Importer Affected by VCID-u4bx-xqb3-vuef https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:55:45.136599+00:00 Debian Oval Importer Affected by VCID-t4gn-9fw8-gkc3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:55:39.674093+00:00 Debian Oval Importer Fixing VCID-9cbd-x468-rkaw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:54:44.893933+00:00 Debian Oval Importer Affected by VCID-hrsy-694u-2fec https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:51:31.250204+00:00 Debian Oval Importer Affected by VCID-s73y-y7v7-43cm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:23:08.969099+00:00 Debian Oval Importer Affected by VCID-y4x5-n5m2-x7bq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:14:00.655320+00:00 Debian Oval Importer Affected by VCID-n51k-39uk-auca https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:13:32.790368+00:00 Debian Oval Importer Fixing VCID-wrh2-77dv-hbdz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:12:57.246903+00:00 Debian Oval Importer Fixing VCID-drkp-q9r5-ukcm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:08:31.313715+00:00 Debian Oval Importer Affected by VCID-ms2r-94ph-yyh3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:00:48.512062+00:00 Debian Oval Importer Affected by VCID-t8t6-9wa3-aub7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:41:26.228729+00:00 Debian Oval Importer Fixing VCID-j2qx-np45-4qdu https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:39:30.970060+00:00 Debian Oval Importer Fixing VCID-ac6r-spds-qbf5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:32:17.933107+00:00 Debian Oval Importer Fixing VCID-bv57-gvfs-qfhj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:22:49.077234+00:00 Debian Oval Importer Affected by VCID-ju6h-a1sz-f7e5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:22:42.484504+00:00 Debian Oval Importer Affected by VCID-rmez-cwu2-2ya7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:20:27.397018+00:00 Debian Oval Importer Fixing VCID-1mf9-u8y1-zbb1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:10:18.320808+00:00 Debian Oval Importer Fixing VCID-2b39-ubrt-hkc6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:14:08.302718+00:00 Debian Oval Importer Affected by VCID-9ggp-5wfj-ufcq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:12:23.406867+00:00 Debian Oval Importer Fixing VCID-v3qf-6wju-1bg8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:06:16.880435+00:00 Debian Oval Importer Affected by VCID-bdy2-8gub-tfe6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:53:50.235651+00:00 Debian Oval Importer Fixing VCID-tz47-j4ey-t7g6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:43:14.678400+00:00 Debian Oval Importer Affected by VCID-9nak-pscy-e7gs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:38:36.275305+00:00 Debian Oval Importer Affected by VCID-q229-ag6u-u3hv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:20:22.575700+00:00 Debian Oval Importer Affected by VCID-y32p-52ps-4ug4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:15:37.391143+00:00 Debian Oval Importer Affected by VCID-2xmp-jc8v-bucb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:05:18.400212+00:00 Debian Oval Importer Affected by VCID-bb2f-7qrm-1kca https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:59:43.863591+00:00 Debian Oval Importer Affected by VCID-7srk-hshe-h3f4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:53:40.177352+00:00 Debian Oval Importer Fixing VCID-29n1-4u2b-tkgj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:44:46.113531+00:00 Debian Oval Importer Affected by VCID-gv7x-j8bz-wycc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:41:37.786211+00:00 Debian Oval Importer Fixing VCID-vr9x-yqsd-6fc8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:39:53.572539+00:00 Debian Oval Importer Affected by VCID-n57n-cymy-z7dr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:31:42.008233+00:00 Debian Oval Importer Affected by VCID-j5s3-rr74-nqb8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:29:12.549463+00:00 Debian Oval Importer Affected by VCID-tcqe-7skm-b3fz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:09:22.487944+00:00 Debian Oval Importer Fixing VCID-7vt9-pf5q-uqb6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:04:04.904384+00:00 Debian Oval Importer Fixing VCID-dgtq-eaav-jyhf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:34:06.182629+00:00 Debian Oval Importer Affected by VCID-1k8f-qgcv-xkhb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:31:50.382217+00:00 Debian Oval Importer Fixing VCID-jnfc-8f5d-pyh4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:26:23.411086+00:00 Debian Oval Importer Affected by VCID-xzay-sjpy-3yce https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:15:00.338324+00:00 Debian Oval Importer Affected by VCID-t1fk-cbsx-j3gh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:52:38.940066+00:00 Debian Oval Importer Affected by VCID-dhrf-2sz5-3bhf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:39:47.749066+00:00 Debian Oval Importer Affected by VCID-yvdd-ataf-ckf1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:25:41.422102+00:00 Debian Oval Importer Affected by VCID-3sy2-4f3g-zkac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:10:25.678265+00:00 Debian Oval Importer Affected by VCID-fnr7-xb26-dbez https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:09:32.951578+00:00 Debian Oval Importer Fixing VCID-cbph-fu9d-gbah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:03:06.313896+00:00 Debian Oval Importer Affected by VCID-47qb-2qkw-1qej https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:57:01.118723+00:00 Debian Oval Importer Affected by VCID-sh5a-fmna-wffr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:43:16.800896+00:00 Debian Oval Importer Affected by VCID-cbah-e86c-w3fj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:37:55.020229+00:00 Debian Oval Importer Fixing VCID-5n7a-9j23-e7dj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:37:32.641780+00:00 Debian Oval Importer Affected by VCID-75nw-4e2d-zqgg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:36:42.572191+00:00 Debian Oval Importer Fixing VCID-krgt-drpz-y7cy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:31:21.855473+00:00 Debian Oval Importer Fixing VCID-79sv-kzb5-hbc4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:30:53.007190+00:00 Debian Oval Importer Fixing VCID-w8ks-xk66-r3fm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:28:35.293086+00:00 Debian Oval Importer Affected by VCID-ph5u-5j8n-4qah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:27:12.011048+00:00 Debian Oval Importer Affected by VCID-gnx2-djyk-uyaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:23:13.785023+00:00 Debian Oval Importer Affected by VCID-r7bh-7wur-xffs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:20:28.099476+00:00 Debian Oval Importer Fixing VCID-bhvd-ntxz-dkg4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:10:43.695596+00:00 Debian Oval Importer Fixing VCID-wwam-tcmv-kqhc https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T15:07:27.790226+00:00 Debian Oval Importer Fixing VCID-rmez-cwu2-2ya7 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T15:06:03.113559+00:00 Debian Oval Importer Fixing VCID-yvdd-ataf-ckf1 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T15:03:57.352217+00:00 Debian Oval Importer Fixing VCID-j5s3-rr74-nqb8 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T15:02:59.461594+00:00 Debian Oval Importer Fixing VCID-cp4n-p2z3-43b4 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T15:02:30.493051+00:00 Debian Oval Importer Fixing VCID-frgg-29yv-dyf7 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T15:00:30.154382+00:00 Debian Oval Importer Fixing VCID-dhrf-2sz5-3bhf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:57:23.047905+00:00 Debian Oval Importer Fixing VCID-ggt7-eejg-xfb6 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:52:47.348555+00:00 Debian Oval Importer Fixing VCID-ju6h-a1sz-f7e5 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-15T14:42:10.401762+00:00 Debian Oval Importer Fixing VCID-n51k-39uk-auca https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.4.0
2026-04-12T00:39:51.438641+00:00 Debian Oval Importer Affected by VCID-syz5-5y6f-s7er https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-12T00:35:46.309239+00:00 Debian Oval Importer Affected by VCID-cp4n-p2z3-43b4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-12T00:08:29.853096+00:00 Debian Oval Importer Affected by VCID-ggt7-eejg-xfb6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:38:50.201803+00:00 Debian Oval Importer Affected by VCID-qdcn-2u3v-b3cv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:38:02.664424+00:00 Debian Oval Importer Fixing VCID-6yb7-t8qs-cbch https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:16:14.334426+00:00 Debian Oval Importer Fixing VCID-ae59-w7a1-7keg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:14:20.009790+00:00 Debian Oval Importer Fixing VCID-fp65-97n1-xuaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:05:03.164048+00:00 Debian Oval Importer Affected by VCID-arjz-67yz-wkg9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:59:59.007664+00:00 Debian Oval Importer Affected by VCID-wwam-tcmv-kqhc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:44:02.279428+00:00 Debian Oval Importer Affected by VCID-frgg-29yv-dyf7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:42:41.148754+00:00 Debian Oval Importer Affected by VCID-u4bx-xqb3-vuef https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:32:10.613431+00:00 Debian Oval Importer Affected by VCID-t4gn-9fw8-gkc3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:32:05.179661+00:00 Debian Oval Importer Fixing VCID-9cbd-x468-rkaw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:31:11.882299+00:00 Debian Oval Importer Affected by VCID-hrsy-694u-2fec https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:28:03.918826+00:00 Debian Oval Importer Affected by VCID-s73y-y7v7-43cm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:00:23.805978+00:00 Debian Oval Importer Affected by VCID-y4x5-n5m2-x7bq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:51:40.740378+00:00 Debian Oval Importer Affected by VCID-n51k-39uk-auca https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:51:13.834033+00:00 Debian Oval Importer Fixing VCID-wrh2-77dv-hbdz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:50:39.493168+00:00 Debian Oval Importer Fixing VCID-drkp-q9r5-ukcm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:46:24.823463+00:00 Debian Oval Importer Affected by VCID-ms2r-94ph-yyh3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:39:01.212505+00:00 Debian Oval Importer Affected by VCID-t8t6-9wa3-aub7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:20:13.266052+00:00 Debian Oval Importer Fixing VCID-j2qx-np45-4qdu https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:18:21.413798+00:00 Debian Oval Importer Fixing VCID-ac6r-spds-qbf5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:11:19.884082+00:00 Debian Oval Importer Fixing VCID-bv57-gvfs-qfhj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:02:18.334029+00:00 Debian Oval Importer Affected by VCID-ju6h-a1sz-f7e5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:02:12.287656+00:00 Debian Oval Importer Affected by VCID-rmez-cwu2-2ya7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:00:01.924435+00:00 Debian Oval Importer Fixing VCID-1mf9-u8y1-zbb1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:50:13.017800+00:00 Debian Oval Importer Fixing VCID-2b39-ubrt-hkc6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:55:56.383740+00:00 Debian Oval Importer Affected by VCID-9ggp-5wfj-ufcq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:54:10.647179+00:00 Debian Oval Importer Fixing VCID-v3qf-6wju-1bg8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:47:51.269383+00:00 Debian Oval Importer Affected by VCID-bdy2-8gub-tfe6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:35:57.925432+00:00 Debian Oval Importer Fixing VCID-tz47-j4ey-t7g6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:25:44.392148+00:00 Debian Oval Importer Affected by VCID-9nak-pscy-e7gs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:21:14.754851+00:00 Debian Oval Importer Affected by VCID-q229-ag6u-u3hv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:03:40.504772+00:00 Debian Oval Importer Affected by VCID-y32p-52ps-4ug4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:59:06.161154+00:00 Debian Oval Importer Affected by VCID-2xmp-jc8v-bucb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:49:13.270232+00:00 Debian Oval Importer Affected by VCID-bb2f-7qrm-1kca https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:43:51.782334+00:00 Debian Oval Importer Affected by VCID-7srk-hshe-h3f4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:38:03.747486+00:00 Debian Oval Importer Fixing VCID-29n1-4u2b-tkgj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:29:35.728832+00:00 Debian Oval Importer Affected by VCID-gv7x-j8bz-wycc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:26:02.188484+00:00 Debian Oval Importer Fixing VCID-vr9x-yqsd-6fc8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:24:22.542512+00:00 Debian Oval Importer Affected by VCID-n57n-cymy-z7dr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:16:31.147566+00:00 Debian Oval Importer Affected by VCID-j5s3-rr74-nqb8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:14:10.150080+00:00 Debian Oval Importer Affected by VCID-tcqe-7skm-b3fz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:54:53.840231+00:00 Debian Oval Importer Fixing VCID-7vt9-pf5q-uqb6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:49:48.114048+00:00 Debian Oval Importer Fixing VCID-dgtq-eaav-jyhf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:20:25.527340+00:00 Debian Oval Importer Affected by VCID-1k8f-qgcv-xkhb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:18:11.533007+00:00 Debian Oval Importer Fixing VCID-jnfc-8f5d-pyh4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:12:44.686759+00:00 Debian Oval Importer Affected by VCID-xzay-sjpy-3yce https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:01:33.850146+00:00 Debian Oval Importer Affected by VCID-t1fk-cbsx-j3gh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:39:23.210054+00:00 Debian Oval Importer Affected by VCID-dhrf-2sz5-3bhf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:26:42.716593+00:00 Debian Oval Importer Affected by VCID-yvdd-ataf-ckf1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:12:55.161128+00:00 Debian Oval Importer Affected by VCID-3sy2-4f3g-zkac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:57:53.775803+00:00 Debian Oval Importer Affected by VCID-fnr7-xb26-dbez https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:57:02.913791+00:00 Debian Oval Importer Fixing VCID-cbph-fu9d-gbah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:50:40.324843+00:00 Debian Oval Importer Affected by VCID-47qb-2qkw-1qej https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:44:38.079069+00:00 Debian Oval Importer Affected by VCID-sh5a-fmna-wffr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:31:03.486727+00:00 Debian Oval Importer Affected by VCID-cbah-e86c-w3fj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:25:48.387722+00:00 Debian Oval Importer Fixing VCID-5n7a-9j23-e7dj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:25:26.759815+00:00 Debian Oval Importer Affected by VCID-75nw-4e2d-zqgg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:24:38.264746+00:00 Debian Oval Importer Fixing VCID-krgt-drpz-y7cy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:19:22.304046+00:00 Debian Oval Importer Fixing VCID-79sv-kzb5-hbc4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:18:54.623901+00:00 Debian Oval Importer Fixing VCID-w8ks-xk66-r3fm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:16:42.543103+00:00 Debian Oval Importer Affected by VCID-ph5u-5j8n-4qah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:15:20.367605+00:00 Debian Oval Importer Affected by VCID-gnx2-djyk-uyaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:11:26.943821+00:00 Debian Oval Importer Affected by VCID-r7bh-7wur-xffs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:08:44.840843+00:00 Debian Oval Importer Fixing VCID-bhvd-ntxz-dkg4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T14:59:01.564385+00:00 Debian Oval Importer Fixing VCID-wwam-tcmv-kqhc https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:55:45.525532+00:00 Debian Oval Importer Fixing VCID-rmez-cwu2-2ya7 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:54:20.740323+00:00 Debian Oval Importer Fixing VCID-yvdd-ataf-ckf1 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:52:15.865776+00:00 Debian Oval Importer Fixing VCID-j5s3-rr74-nqb8 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:51:17.356021+00:00 Debian Oval Importer Fixing VCID-cp4n-p2z3-43b4 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:50:48.522279+00:00 Debian Oval Importer Fixing VCID-frgg-29yv-dyf7 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:48:46.847537+00:00 Debian Oval Importer Fixing VCID-dhrf-2sz5-3bhf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:45:38.541206+00:00 Debian Oval Importer Fixing VCID-ggt7-eejg-xfb6 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:41:02.466696+00:00 Debian Oval Importer Fixing VCID-ju6h-a1sz-f7e5 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-11T14:30:29.370125+00:00 Debian Oval Importer Fixing VCID-n51k-39uk-auca https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.3.0
2026-04-09T00:09:44.930492+00:00 Debian Oval Importer Affected by VCID-syz5-5y6f-s7er https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-09T00:05:51.834143+00:00 Debian Oval Importer Affected by VCID-cp4n-p2z3-43b4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:39:36.901865+00:00 Debian Oval Importer Affected by VCID-ggt7-eejg-xfb6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:11:22.337412+00:00 Debian Oval Importer Affected by VCID-qdcn-2u3v-b3cv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:10:36.368520+00:00 Debian Oval Importer Fixing VCID-6yb7-t8qs-cbch https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:49:42.910900+00:00 Debian Oval Importer Fixing VCID-ae59-w7a1-7keg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:47:53.490345+00:00 Debian Oval Importer Fixing VCID-fp65-97n1-xuaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:38:49.938245+00:00 Debian Oval Importer Affected by VCID-arjz-67yz-wkg9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:34:07.849687+00:00 Debian Oval Importer Affected by VCID-wwam-tcmv-kqhc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:18:54.271425+00:00 Debian Oval Importer Affected by VCID-frgg-29yv-dyf7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:17:38.524812+00:00 Debian Oval Importer Affected by VCID-u4bx-xqb3-vuef https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:07:43.283720+00:00 Debian Oval Importer Affected by VCID-t4gn-9fw8-gkc3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:07:37.662116+00:00 Debian Oval Importer Fixing VCID-9cbd-x468-rkaw https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:06:46.480538+00:00 Debian Oval Importer Affected by VCID-hrsy-694u-2fec https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:03:50.048661+00:00 Debian Oval Importer Affected by VCID-s73y-y7v7-43cm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:37:29.660312+00:00 Debian Oval Importer Affected by VCID-y4x5-n5m2-x7bq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:29:10.362430+00:00 Debian Oval Importer Affected by VCID-n51k-39uk-auca https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:28:44.939735+00:00 Debian Oval Importer Fixing VCID-wrh2-77dv-hbdz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:28:11.764224+00:00 Debian Oval Importer Fixing VCID-drkp-q9r5-ukcm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:24:10.140719+00:00 Debian Oval Importer Affected by VCID-ms2r-94ph-yyh3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:17:01.861427+00:00 Debian Oval Importer Affected by VCID-t8t6-9wa3-aub7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:58:55.967058+00:00 Debian Oval Importer Fixing VCID-j2qx-np45-4qdu https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:57:07.679230+00:00 Debian Oval Importer Fixing VCID-ac6r-spds-qbf5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:50:17.566354+00:00 Debian Oval Importer Fixing VCID-bv57-gvfs-qfhj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:41:34.542356+00:00 Debian Oval Importer Affected by VCID-ju6h-a1sz-f7e5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:41:28.736850+00:00 Debian Oval Importer Affected by VCID-rmez-cwu2-2ya7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:39:17.736192+00:00 Debian Oval Importer Fixing VCID-1mf9-u8y1-zbb1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:29:49.469188+00:00 Debian Oval Importer Fixing VCID-2b39-ubrt-hkc6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:37:53.510522+00:00 Debian Oval Importer Affected by VCID-9ggp-5wfj-ufcq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:36:15.746817+00:00 Debian Oval Importer Fixing VCID-v3qf-6wju-1bg8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:30:34.371262+00:00 Debian Oval Importer Affected by VCID-bdy2-8gub-tfe6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:19:10.143931+00:00 Debian Oval Importer Fixing VCID-tz47-j4ey-t7g6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:09:18.392522+00:00 Debian Oval Importer Affected by VCID-9nak-pscy-e7gs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:04:58.738790+00:00 Debian Oval Importer Affected by VCID-q229-ag6u-u3hv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:48:04.621092+00:00 Debian Oval Importer Affected by VCID-y32p-52ps-4ug4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:43:39.310619+00:00 Debian Oval Importer Affected by VCID-2xmp-jc8v-bucb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:34:07.946073+00:00 Debian Oval Importer Affected by VCID-bb2f-7qrm-1kca https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:28:55.115924+00:00 Debian Oval Importer Affected by VCID-7srk-hshe-h3f4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:23:13.854369+00:00 Debian Oval Importer Fixing VCID-29n1-4u2b-tkgj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:14:49.495345+00:00 Debian Oval Importer Affected by VCID-gv7x-j8bz-wycc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:11:53.516335+00:00 Debian Oval Importer Fixing VCID-vr9x-yqsd-6fc8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:10:18.383367+00:00 Debian Oval Importer Affected by VCID-n57n-cymy-z7dr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:02:42.251971+00:00 Debian Oval Importer Affected by VCID-j5s3-rr74-nqb8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:00:26.234289+00:00 Debian Oval Importer Affected by VCID-tcqe-7skm-b3fz https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:41:44.169314+00:00 Debian Oval Importer Fixing VCID-7vt9-pf5q-uqb6 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:37:00.003583+00:00 Debian Oval Importer Fixing VCID-dgtq-eaav-jyhf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:08:51.852837+00:00 Debian Oval Importer Affected by VCID-1k8f-qgcv-xkhb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:06:42.346673+00:00 Debian Oval Importer Fixing VCID-jnfc-8f5d-pyh4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:01:40.087712+00:00 Debian Oval Importer Affected by VCID-xzay-sjpy-3yce https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:50:59.827299+00:00 Debian Oval Importer Affected by VCID-t1fk-cbsx-j3gh https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:30:00.770159+00:00 Debian Oval Importer Affected by VCID-dhrf-2sz5-3bhf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:18:14.487383+00:00 Debian Oval Importer Affected by VCID-yvdd-ataf-ckf1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:05:18.610178+00:00 Debian Oval Importer Affected by VCID-3sy2-4f3g-zkac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:51:01.848635+00:00 Debian Oval Importer Affected by VCID-fnr7-xb26-dbez https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:50:12.464768+00:00 Debian Oval Importer Fixing VCID-cbph-fu9d-gbah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:44:05.672997+00:00 Debian Oval Importer Affected by VCID-47qb-2qkw-1qej https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:38:21.648021+00:00 Debian Oval Importer Affected by VCID-sh5a-fmna-wffr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:25:17.669950+00:00 Debian Oval Importer Affected by VCID-cbah-e86c-w3fj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:20:16.476080+00:00 Debian Oval Importer Fixing VCID-5n7a-9j23-e7dj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:19:55.509221+00:00 Debian Oval Importer Affected by VCID-75nw-4e2d-zqgg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:19:08.066300+00:00 Debian Oval Importer Fixing VCID-krgt-drpz-y7cy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:14:05.227218+00:00 Debian Oval Importer Fixing VCID-79sv-kzb5-hbc4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:13:37.795475+00:00 Debian Oval Importer Fixing VCID-w8ks-xk66-r3fm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:11:29.442961+00:00 Debian Oval Importer Affected by VCID-ph5u-5j8n-4qah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:10:11.032029+00:00 Debian Oval Importer Affected by VCID-gnx2-djyk-uyaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:06:27.651377+00:00 Debian Oval Importer Affected by VCID-r7bh-7wur-xffs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:03:52.939076+00:00 Debian Oval Importer Fixing VCID-bhvd-ntxz-dkg4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-07T23:30:57.466964+00:00 Debian Oval Importer Fixing VCID-wwam-tcmv-kqhc https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:27:58.939947+00:00 Debian Oval Importer Fixing VCID-rmez-cwu2-2ya7 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:26:42.699355+00:00 Debian Oval Importer Fixing VCID-yvdd-ataf-ckf1 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:24:49.693528+00:00 Debian Oval Importer Fixing VCID-j5s3-rr74-nqb8 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:23:53.770354+00:00 Debian Oval Importer Fixing VCID-cp4n-p2z3-43b4 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:23:25.769663+00:00 Debian Oval Importer Fixing VCID-frgg-29yv-dyf7 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:21:30.014124+00:00 Debian Oval Importer Fixing VCID-dhrf-2sz5-3bhf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:18:27.390474+00:00 Debian Oval Importer Fixing VCID-ggt7-eejg-xfb6 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:14:02.183215+00:00 Debian Oval Importer Fixing VCID-ju6h-a1sz-f7e5 https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0
2026-04-07T23:03:49.563111+00:00 Debian Oval Importer Fixing VCID-n51k-39uk-auca https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 38.1.0