Search for packages
Package details: pkg:deb/debian/curl@7.74.0-1.3%2Bdeb11u13
purl pkg:deb/debian/curl@7.74.0-1.3%2Bdeb11u13
Next non-vulnerable version 7.88.1-10+deb12u6~bpo11+1
Latest non-vulnerable version 8.14.1-2
Risk 4.1
Vulnerabilities affecting this package (13)
Vulnerability Summary Fixed by
VCID-7j8d-dux3-aaaa
Aliases:
CVE-2023-28320
A denial of service vulnerability exists in curl <v8.1.0 in the way libcurl provides several different backends for resolving host names, selected at build time. If it is built to use the synchronous resolver, it allows name resolves to time-out slow operations using `alarm()` and `siglongjmp()`. When doing this, libcurl used a global buffer that was not mutex protected and a multi-threaded application might therefore crash or otherwise misbehave.
7.88.1-10+deb12u6~bpo11+1
Affected by 0 other vulnerabilities.
VCID-97mb-c19v-bqcx
Aliases:
CVE-2025-0725
libcurl: Buffer Overflow in libcurl via zlib Integer Overflow
7.88.1-10+deb12u6~bpo11+1
Affected by 0 other vulnerabilities.
7.88.1-10+deb12u13
Affected by 0 other vulnerabilities.
8.12.1-3~bpo12+1
Affected by 0 other vulnerabilities.
8.13.0-1
Affected by 0 other vulnerabilities.
8.13.0-5~bpo12+1
Affected by 0 other vulnerabilities.
VCID-9ee5-xkhm-aaad
Aliases:
CVE-2021-22923
When curl is instructed to get content using the metalink feature, and a user name and password are used to download the metalink XML file, those same credentials are then subsequently passed on to each of the servers from which curl will download or try to download the contents from. Often contrary to the user's expectations and intentions and without telling the user it happened.
7.88.1-7~bpo11+2
Affected by 0 other vulnerabilities.
7.88.1-10+deb12u6~bpo11+1
Affected by 0 other vulnerabilities.
VCID-fz5g-qsdx-aaah
Aliases:
CVE-2022-43551
A vulnerability exists in curl <7.87.0 HSTS check that could be bypassed to trick it to keep using HTTP. Using its HSTS support, curl can be instructed to use HTTPS instead of using an insecure clear-text HTTP step even when HTTP is provided in the URL. However, the HSTS mechanism could be bypassed if the host name in the given URL first uses IDN characters that get replaced to ASCII counterparts as part of the IDN conversion. Like using the character UTF-8 U+3002 (IDEOGRAPHIC FULL STOP) instead of the common ASCII full stop (U+002E) `.`. Then in a subsequent request, it does not detect the HSTS state and makes a clear text transfer. Because it would store the info IDN encoded but look for it IDN decoded.
7.88.1-7~bpo11+2
Affected by 0 other vulnerabilities.
7.88.1-10+deb12u6~bpo11+1
Affected by 0 other vulnerabilities.
VCID-gw9j-gggs-t7at
Aliases:
CVE-2024-11053
When asked to both use a `.netrc` file for credentials and to follow HTTP redirects, curl could leak the password used for the first host to the followed-to host under certain circumstances. This flaw only manifests itself if the netrc file has an entry that matches the redirect target hostname but the entry either omits just the password or omits both login and password.
7.88.1-10+deb12u6~bpo11+1
Affected by 0 other vulnerabilities.
7.88.1-10+deb12u9
Affected by 0 other vulnerabilities.
8.6.0-3
Affected by 0 other vulnerabilities.
VCID-jxju-r4ej-ffev
Aliases:
CVE-2024-9681
When curl is asked to use HSTS, the expiry time for a subdomain might overwrite a parent domain's cache entry, making it end sooner or later than otherwise intended. This affects curl using applications that enable HSTS and use URLs with the insecure `HTTP://` scheme and perform transfers with hosts like `x.example.com` as well as `example.com` where the first host is a subdomain of the second host. (The HSTS cache either needs to have been populated manually or there needs to have been previous HTTPS accesses done as the cache needs to have entries for the domains involved to trigger this problem.) When `x.example.com` responds with `Strict-Transport-Security:` headers, this bug can make the subdomain's expiry timeout *bleed over* and get set for the parent domain `example.com` in curl's HSTS cache. The result of a triggered bug is that HTTP accesses to `example.com` get converted to HTTPS for a different period of time than what was asked for by the origin server. If `example.com` for example stops supporting HTTPS at its expiry time, curl might then fail to access `http://example.com` until the (wrongly set) timeout expires. This bug can also expire the parent's entry *earlier*, thus making curl inadvertently switch back to insecure HTTP earlier than otherwise intended.
7.88.1-10+deb12u6~bpo11+1
Affected by 0 other vulnerabilities.
7.88.1-10+deb12u9
Affected by 0 other vulnerabilities.
VCID-naz1-7t8w-aaar
Aliases:
CVE-2021-22922
When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided in the metalink XML file.The metalink XML file points out to the client how to get the same contentfrom a set of different URLs, potentially hosted by different servers and theclient can then download the file from one or several of them. In a serial orparallel manner.If one of the servers hosting the contents has been breached and the contentsof the specific file on that server is replaced with a modified payload, curlshould detect this when the hash of the file mismatches after a completeddownload. It should remove the contents and instead try getting the contentsfrom another URL. This is not done, and instead such a hash mismatch is onlymentioned in text and the potentially malicious content is kept in the file ondisk.
7.88.1-7~bpo11+2
Affected by 0 other vulnerabilities.
7.88.1-10+deb12u6~bpo11+1
Affected by 0 other vulnerabilities.
VCID-nk4q-jbuf-aaac
Aliases:
CVE-2022-42916
In curl before 7.86.0, the HSTS check could be bypassed to trick it into staying with HTTP. Using its HSTS support, curl can be instructed to use HTTPS directly (instead of using an insecure cleartext HTTP step) even when HTTP is provided in the URL. This mechanism could be bypassed if the host name in the given URL uses IDN characters that get replaced with ASCII counterparts as part of the IDN conversion, e.g., using the character UTF-8 U+3002 (IDEOGRAPHIC FULL STOP) instead of the common ASCII full stop of U+002E (.). The earliest affected version is 7.77.0 2021-05-26.
7.88.1-7~bpo11+2
Affected by 0 other vulnerabilities.
7.88.1-10+deb12u6~bpo11+1
Affected by 0 other vulnerabilities.
VCID-ptfv-zjv6-aaad
Aliases:
CVE-2023-23914
A cleartext transmission of sensitive information vulnerability exists in curl <v7.88.0 that could cause HSTS functionality fail when multiple URLs are requested serially. Using its HSTS support, curl can be instructed to use HTTPS instead of usingan insecure clear-text HTTP step even when HTTP is provided in the URL. ThisHSTS mechanism would however surprisingly be ignored by subsequent transferswhen done on the same command line because the state would not be properlycarried on.
7.88.1-10+deb12u6~bpo11+1
Affected by 0 other vulnerabilities.
VCID-vnx7-5dem-aaaj
Aliases:
CVE-2024-2379
libcurl skips the certificate verification for a QUIC connection under certain conditions, when built to use wolfSSL. If told to use an unknown/bad cipher or curve, the error path accidentally skips the verification and returns OK, thus ignoring any certificate problems.
7.88.1-10+deb12u6~bpo11+1
Affected by 0 other vulnerabilities.
7.88.1-10+deb12u8
Affected by 3 other vulnerabilities.
7.88.1-10+deb12u9
Affected by 0 other vulnerabilities.
7.88.1-10+deb12u12
Affected by 2 other vulnerabilities.
7.88.1-10+deb12u13
Affected by 0 other vulnerabilities.
8.6.0-3
Affected by 0 other vulnerabilities.
8.12.1-3~bpo12+1
Affected by 0 other vulnerabilities.
8.13.0-1
Affected by 0 other vulnerabilities.
8.13.0-5~bpo12+1
Affected by 0 other vulnerabilities.
VCID-w4x7-57vc-7yh7
Aliases:
CVE-2024-8096
When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it might fail to detect some OCSP problems and instead wrongly consider the response as fine. If the returned status reports another error than 'revoked' (like for example 'unauthorized') it is not treated as a bad certficate.
7.88.1-10+deb12u6~bpo11+1
Affected by 0 other vulnerabilities.
7.88.1-10+deb12u8
Affected by 3 other vulnerabilities.
7.88.1-10+deb12u12
Affected by 2 other vulnerabilities.
VCID-x591-qs6b-aaar
Aliases:
CVE-2023-46219
When saving HSTS data to an excessively long file name, curl could end up removing all contents, making subsequent requests using that file unaware of the HSTS status they should otherwise use.
7.88.1-10+deb12u6~bpo11+1
Affected by 0 other vulnerabilities.
VCID-y163-ytv8-aaad
Aliases:
CVE-2023-23915
A cleartext transmission of sensitive information vulnerability exists in curl <v7.88.0 that could cause HSTS functionality to behave incorrectly when multiple URLs are requested in parallel. Using its HSTS support, curl can be instructed to use HTTPS instead of using an insecure clear-text HTTP step even when HTTP is provided in the URL. This HSTS mechanism would however surprisingly fail when multiple transfers are done in parallel as the HSTS cache file gets overwritten by the most recentlycompleted transfer. A later HTTP-only transfer to the earlier host name would then *not* get upgraded properly to HSTS.
7.88.1-10+deb12u6~bpo11+1
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (47)
Vulnerability Summary Aliases
VCID-1dvu-a5gy-aaah libcurl's ASN1 parser code has the `GTime2str()` function, used for parsing an ASN.1 Generalized Time field. If given an syntactically incorrect field, the parser might end up using -1 for the length of the *time fraction*, leading to a `strlen()` getting performed on a pointer to a heap buffer area that is not (purposely) null terminated. This flaw most likely leads to a crash, but can also lead to heap contents getting returned to the application when [CURLINFO_CERTINFO](https://curl.se/libcurl/c/CURLINFO_CERTINFO.html) is used. CVE-2024-7264
VCID-21v4-npjs-aaap An insufficiently protected credentials vulnerability exists in curl 4.9 to and include curl 7.82.0 are affected that could allow an attacker to extract credentials when follows HTTP(S) redirects is used with authentication could leak credentials to other services that exist on different protocols or port numbers. CVE-2022-27774
VCID-2zq2-qsgf-aaaj curl 7.7 through 7.76.1 suffers from an information disclosure when the `-t` command line option, known as `CURLOPT_TELNETOPTIONS` in libcurl, is used to send variable=content pairs to TELNET servers. Due to a flaw in the option parser for sending NEW_ENV variables, libcurl could be made to pass on uninitialized data from a stack based buffer to the server, resulting in potentially revealing sensitive internal information to the server using a clear-text network protocol. CVE-2021-22898
VCID-4cfn-n9zj-aaap An information disclosure vulnerability exists in curl 7.65.0 to 7.82.0 are vulnerable that by using an IPv6 address that was in the connection pool but with a different zone id it could reuse a connection instead. CVE-2022-27775
VCID-5t39-fany-aaan curl 7.20.0 through 7.70.0 is vulnerable to improper restriction of names for files and other resources that can lead too overwriting a local file when the -J flag is used. CVE-2020-8177
VCID-61j5-aj1z-aaaq libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse, if one of them matches the setup.Due to errors in the logic, the config matching function did 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 caneven vary depending on used file systems.The comparison also didn't include the 'issuer cert' which a transfer can setto qualify how to verify the server certificate. CVE-2021-22924
VCID-66xg-3bn3-aaaj When curl < 7.84.0 does FTP transfers secured by krb5, it handles message verification failures wrongly. This flaw makes it possible for a Man-In-The-Middle attack to go unnoticed and even allows it to inject data to the client. CVE-2022-32208
VCID-7j8d-dux3-aaaa A denial of service vulnerability exists in curl <v8.1.0 in the way libcurl provides several different backends for resolving host names, selected at build time. If it is built to use the synchronous resolver, it allows name resolves to time-out slow operations using `alarm()` and `siglongjmp()`. When doing this, libcurl used a global buffer that was not mutex protected and a multi-threaded application might therefore crash or otherwise misbehave. CVE-2023-28320
VCID-7je1-vmpe-aaad When doing HTTP(S) transfers, libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send, even when the `CURLOPT_POSTFIELDS` option has been set, if the same handle previously was used to issue a `PUT` request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the subsequent `POST` request. The problem exists in the logic for a reused handle when it is changed from a PUT to a POST. CVE-2022-32221
VCID-84jx-d3z4-aaag A vulnerability in input validation exists in curl <8.0 during communication using the TELNET protocol may allow an attacker to pass on maliciously crafted user name and "telnet options" during server negotiation. The lack of proper input scrubbing allows an attacker to send content or perform option negotiation without the application's intent. This vulnerability could be exploited if an application allows user input, thereby enabling attackers to execute arbitrary code on the system. CVE-2023-27533
VCID-8n1u-u1zp-aaac Heap buffer overflow in the TFTP protocol handler in cURL 7.19.4 to 7.65.3. CVE-2019-5482
VCID-9ee5-xkhm-aaad When curl is instructed to get content using the metalink feature, and a user name and password are used to download the metalink XML file, those same credentials are then subsequently passed on to each of the servers from which curl will download or try to download the contents from. Often contrary to the user's expectations and intentions and without telling the user it happened. CVE-2021-22923
VCID-9ndg-1sj3-aaab CVE-2020-8284
VCID-a5a7-essu-aaah curl 7.41.0 through 7.73.0 is vulnerable to an improper check for certificate revocation due to insufficient verification of the OCSP response. CVE-2020-8286
VCID-d4pe-rmxp-aaak A use after free vulnerability exists in curl <7.87.0. Curl can be asked to *tunnel* virtually all protocols it supports through an HTTP proxy. HTTP proxies can (and often do) deny such tunnel operations. When getting denied to tunnel the specific protocols SMB or TELNET, curl would use a heap-allocated struct after it had been freed, in its transfer shutdown code path. CVE-2022-43552
VCID-dz47-c3tm-aaap CVE-2021-22890
VCID-eutp-u3c4-aaae 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. CVE-2023-27536
VCID-fz5g-qsdx-aaah A vulnerability exists in curl <7.87.0 HSTS check that could be bypassed to trick it to keep using HTTP. Using its HSTS support, curl can be instructed to use HTTPS instead of using an insecure clear-text HTTP step even when HTTP is provided in the URL. However, the HSTS mechanism could be bypassed if the host name in the given URL first uses IDN characters that get replaced to ASCII counterparts as part of the IDN conversion. Like using the character UTF-8 U+3002 (IDEOGRAPHIC FULL STOP) instead of the common ASCII full stop (U+002E) `.`. Then in a subsequent request, it does not detect the HSTS state and makes a clear text transfer. Because it would store the info IDN encoded but look for it IDN decoded. CVE-2022-43551
VCID-gk8w-7smm-aaac When curl >= 7.20.0 and <= 7.78.0 connects to an IMAP or POP3 server to retrieve data using STARTTLS to upgrade to TLS security, the server can respond and send back multiple responses at once that curl caches. curl would then upgrade to TLS but not flush the in-queue of cached responses but instead continue using and trustingthe responses it got *before* the TLS handshake as if they were authenticated.Using this flaw, it allows a Man-In-The-Middle attacker to first inject the fake responses, then pass-through the TLS traffic from the legitimate server and trick curl into sending data back to the user thinking the attacker's injected data comes from the TLS-protected server. CVE-2021-22947
VCID-gvnm-3697-aaap When an application tells libcurl it wants to allow HTTP/2 server push, and the amount of received headers for the push surpasses the maximum allowed limit (1000), libcurl aborts the server push. When aborting, libcurl inadvertently does not free all the previously allocated headers and instead leaks the memory. Further, this error condition fails silently and is therefore not easily detected by an application. CVE-2024-2398
VCID-gwcj-g9n8-aaas 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 did 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. CVE-2023-38546
VCID-j8eq-c91u-aaan When sending data to an MQTT server, libcurl <= 7.73.0 and 7.78.0 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*. CVE-2021-22945
VCID-jd3p-qdc8-aaah A path traversal vulnerability exists in curl <8.0.0 SFTP implementation causes the tilde (~) character to be wrongly replaced when used as a prefix in the first path element, in addition to its intended use as the first element to indicate a path relative to the user's home directory. Attackers can exploit this flaw to bypass filtering or execute arbitrary code by crafting a path like /~2/foo while accessing a server with a specific user. CVE-2023-27534
VCID-kz7x-9spe-aaar 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. CVE-2023-38545
VCID-mjks-tkp5-aaar A user can tell curl >= 7.20.0 and <= 7.78.0 to require a successful upgrade to TLS when speaking to an IMAP, POP3 or FTP server (`--ssl-reqd` on the command line or`CURLOPT_USE_SSL` set to `CURLUSESSL_CONTROL` or `CURLUSESSL_ALL` withlibcurl). This requirement could be bypassed if the server would return a properly crafted but perfectly legitimate response.This flaw would then make curl silently continue its operations **withoutTLS** contrary to the instructions and expectations, exposing possibly sensitive data in clear text over the network. CVE-2021-22946
VCID-n5y3-zhu1-aaag A malicious server can serve excessive amounts of `Set-Cookie:` headers in a HTTP response to curl and curl < 7.84.0 stores all of them. A sufficiently large amount of (big) cookies make subsequent HTTP requests to this, or other servers to which the cookies match, create requests that become larger than the threshold that curl uses internally to avoid sending crazy large requests (1048576 bytes) and instead returns an error.This denial state might remain for as long as the same cookies are kept, match and haven't expired. Due to cookie matching rules, a server on `foo.example.com` can set cookies that also would match for `bar.example.com`, making it it possible for a "sister server" to effectively cause a denial of service for a sibling site on the same second level domain using this method. CVE-2022-32205
VCID-naz1-7t8w-aaar When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided in the metalink XML file.The metalink XML file points out to the client how to get the same contentfrom a set of different URLs, potentially hosted by different servers and theclient can then download the file from one or several of them. In a serial orparallel manner.If one of the servers hosting the contents has been breached and the contentsof the specific file on that server is replaced with a modified payload, curlshould detect this when the hash of the file mismatches after a completeddownload. It should remove the contents and instead try getting the contentsfrom another URL. This is not done, and instead such a hash mismatch is onlymentioned in text and the potentially malicious content is kept in the file ondisk. CVE-2021-22922
VCID-nd5m-5pst-aaac libcurl would reuse a previously created connection even when a TLS or SSHrelated option had been changed that should have prohibited reuse.libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse if one of them matches the setup. However, several TLS andSSH settings were left out from the configuration match checks, making themmatch too easily. CVE-2022-27782
VCID-njss-xaxg-aaab Due to use of a dangling pointer, libcurl 7.29.0 through 7.71.1 can use the wrong connection when sending data. CVE-2020-8231
VCID-nn2j-we1s-aaaa curl 7.62.0 through 7.70.0 is vulnerable to an information disclosure vulnerability that can lead to a partial password being leaked over the network and to the DNS server(s). CVE-2020-8169
VCID-nyr1-ne57-aaas When curl < 7.84.0 saves cookies, alt-svc and hsts data to local files, it makes the operation atomic by finalizing the operation with a rename from a temporary name to the final target file name.In that rename operation, it might accidentally *widen* the permissions for the target file, leaving the updated file accessible to more users than intended. CVE-2022-32207
VCID-pjd5-rdfe-aaak This flaw allows a malicious HTTP server to set "super cookies" in curl that are then passed back to more origins than what is otherwise allowed or possible. This allows a site to set cookies that then would get sent to different and unrelated sites and domains. It could do this by exploiting a mixed case flaw in curl's function that verifies a given cookie domain against the Public Suffix List (PSL). For example a cookie could be set with `domain=co.UK` when the URL used a lower case hostname `curl.co.uk`, even though `co.uk` is listed as a PSL domain. CVE-2023-46218
VCID-ps8e-n9m2-aaar When curl is used to retrieve and parse cookies from a HTTP(S) server, itaccepts cookies using control codes that when later are sent back to a HTTPserver might make the server return 400 responses. Effectively allowing a"sister site" to deny service to all siblings. CVE-2022-35252
VCID-pzhv-dhbt-aaan An authentication bypass vulnerability exists in libcurl prior to 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. CVE-2023-27538
VCID-rhpa-297r-aaam 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. CVE-2023-27535
VCID-spj8-2b9e-aaab Double-free vulnerability in the FTP-kerberos code in cURL 7.52.0 to 7.65.3. CVE-2019-5481
VCID-sx32-s4fx-aaas libcurl provides the `CURLOPT_CERTINFO` option to allow applications torequest details to be returned about a server's certificate chain.Due to an erroneous function, a malicious server could make libcurl built withNSS get stuck in a never-ending busy-loop when trying to retrieve thatinformation. CVE-2022-27781
VCID-uvwv-wpr9-aaas An improper certificate validation vulnerability exists in curl <v8.1.0 in the way it supports matching of wildcard patterns when listed as "Subject Alternative Name" in TLS server certificates. curl can be built to use its own name matching function for TLS rather than one provided by a TLS library. This private wildcard matching function would match IDN (International Domain Name) hosts incorrectly and could as a result accept patterns that otherwise should mismatch. IDN hostnames are converted to puny code before used for certificate checks. Puny coded names always start with `xn--` and should not be allowed to pattern match, but the wildcard check in curl could still check for `x*`, which would match even though the IDN name most likely contained nothing even resembling an `x`. CVE-2023-28321
VCID-v19q-5qr6-aaaa An allocation of resources without limits or throttling vulnerability exists in curl <v7.88.0 based on the "chained" HTTP compression algorithms, meaning that a server response can be compressed multiple times and potentially with differentalgorithms. The number of acceptable "links" in this "decompression chain" wascapped, but the cap was implemented on a per-header basis allowing a maliciousserver to insert a virtually unlimited number of compression steps simply byusing many headers. The use of such a decompression chain could result in a "malloc bomb", making curl end up spending enormous amounts of allocated heap memory, or trying to and returning out of memory errors. CVE-2023-23916
VCID-vdbn-p2wm-aaas Integer overflow vulnerability in tool_operate.c in curl 7.65.2 via crafted value as the retry delay. CVE-2020-19909
VCID-vffj-n1n7-aaah curl < 7.84.0 supports "chained" HTTP compression algorithms, meaning that a serverresponse can be compressed multiple times and potentially with different algorithms. The number of acceptable "links" in this "decompression chain" was unbounded, allowing a malicious server to insert a virtually unlimited number of compression steps.The use of such a decompression chain could result in a "malloc bomb", makingcurl end up spending enormous amounts of allocated heap memory, or trying toand returning out of memory errors. CVE-2022-32206
VCID-vnx7-5dem-aaaj libcurl skips the certificate verification for a QUIC connection under certain conditions, when built to use wolfSSL. If told to use an unknown/bad cipher or curve, the error path accidentally skips the verification and returns OK, thus ignoring any certificate problems. CVE-2024-2379
VCID-w8yq-q8v2-aaaa An information disclosure vulnerability exists in curl <v8.1.0 when doing HTTP(S) transfers, libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send, even when the `CURLOPT_POSTFIELDS` option has been set, if the same handle previously wasused to issue a `PUT` request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the second transfer. The problem exists in the logic for a reused handle when it is (expected to be) changed from a PUT to a POST. CVE-2023-28322
VCID-wjdy-shr9-aaah curl 7.21.0 to and including 7.73.0 is vulnerable to uncontrolled recursion due to a stack overflow issue in FTP wildcard match parsing. CVE-2020-8285
VCID-wyw1-r84q-aaac CVE-2021-22876
VCID-yg55-qf39-aaak A insufficiently protected credentials vulnerability in fixed in curl 7.83.0 might leak authentication or cookie header data on HTTP redirects to the same host but another port number. CVE-2022-27776
VCID-yp4n-q9qb-aaac An improper authentication vulnerability exists in curl 7.33.0 to and including 7.82.0 which might allow reuse OAUTH2-authenticated connections without properly making sure that the connection was authenticated with the same credentials as set for this transfer. This affects SASL-enabled protocols: SMPTP(S), IMAP(S), POP3(S) and LDAP(S) (openldap only). CVE-2022-22576

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-22T16:12:45.440867+00:00 Debian Importer Fixing VCID-66xg-3bn3-aaaj None 36.1.3
2025-06-22T09:38:15.286089+00:00 Debian Importer Fixing VCID-eutp-u3c4-aaae None 36.1.3
2025-06-22T09:15:05.972079+00:00 Debian Importer Fixing VCID-yp4n-q9qb-aaac None 36.1.3
2025-06-22T07:11:11.466340+00:00 Debian Importer Fixing VCID-yg55-qf39-aaak None 36.1.3
2025-06-22T03:08:45.120991+00:00 Debian Importer Fixing VCID-gwcj-g9n8-aaas None 36.1.3
2025-06-21T22:42:29.850223+00:00 Debian Importer Fixing VCID-v19q-5qr6-aaaa None 36.1.3
2025-06-21T19:58:57.541057+00:00 Debian Importer Fixing VCID-pzhv-dhbt-aaan None 36.1.3
2025-06-21T19:08:57.867756+00:00 Debian Oval Importer Fixing VCID-spj8-2b9e-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T19:01:02.281140+00:00 Debian Oval Importer Fixing VCID-njss-xaxg-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:52:12.349011+00:00 Debian Oval Importer Fixing VCID-21v4-npjs-aaap https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:45:43.210917+00:00 Debian Importer Affected by VCID-w4x7-57vc-7yh7 https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T18:41:58.316360+00:00 Debian Oval Importer Fixing VCID-vdbn-p2wm-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:37:02.625636+00:00 Debian Oval Importer Fixing VCID-uvwv-wpr9-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:33:14.898825+00:00 Debian Oval Importer Fixing VCID-mjks-tkp5-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:24:24.252706+00:00 Debian Oval Importer Fixing VCID-rhpa-297r-aaam https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:14:25.614413+00:00 Debian Oval Importer Fixing VCID-2zq2-qsgf-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:13:28.518503+00:00 Debian Oval Importer Fixing VCID-gwcj-g9n8-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:10:42.841291+00:00 Debian Oval Importer Fixing VCID-yg55-qf39-aaak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:04:30.355141+00:00 Debian Oval Importer Fixing VCID-nd5m-5pst-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T17:59:15.540873+00:00 Debian Oval Importer Fixing VCID-rhpa-297r-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T17:43:00.896362+00:00 Debian Oval Importer Fixing VCID-vffj-n1n7-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T17:42:18.022417+00:00 Debian Oval Importer Fixing VCID-2zq2-qsgf-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T17:28:27.650296+00:00 Debian Oval Importer Fixing VCID-ps8e-n9m2-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T17:26:48.249682+00:00 Debian Oval Importer Fixing VCID-gwcj-g9n8-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:40:54.462468+00:00 Debian Oval Importer Fixing VCID-7je1-vmpe-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:39:50.935910+00:00 Debian Oval Importer Fixing VCID-61j5-aj1z-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:36:06.543681+00:00 Debian Oval Importer Fixing VCID-v19q-5qr6-aaaa https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:17:19.163755+00:00 Debian Oval Importer Fixing VCID-pjd5-rdfe-aaak https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T15:58:32.997142+00:00 Debian Oval Importer Fixing VCID-21v4-npjs-aaap https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T15:31:49.384600+00:00 Debian Importer Fixing VCID-rhpa-297r-aaam None 36.1.3
2025-06-21T15:30:02.830964+00:00 Debian Oval Importer Fixing VCID-pzhv-dhbt-aaan https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T15:02:55.250329+00:00 Debian Oval Importer Fixing VCID-d4pe-rmxp-aaak https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T15:02:08.307282+00:00 Debian Oval Importer Fixing VCID-eutp-u3c4-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:57:45.682564+00:00 Debian Oval Importer Fixing VCID-66xg-3bn3-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:26:59.659371+00:00 Debian Oval Importer Fixing VCID-gk8w-7smm-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:48:31.784023+00:00 Debian Oval Importer Fixing VCID-sx32-s4fx-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:46:34.091531+00:00 Debian Oval Importer Fixing VCID-mjks-tkp5-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:35:02.192631+00:00 Debian Oval Importer Fixing VCID-uvwv-wpr9-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:33:50.803163+00:00 Debian Importer Fixing VCID-fz5g-qsdx-aaah None 36.1.3
2025-06-21T13:14:50.356447+00:00 Debian Oval Importer Fixing VCID-84jx-d3z4-aaag https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:09:26.520925+00:00 Debian Oval Importer Fixing VCID-yp4n-q9qb-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:30:02.858113+00:00 Debian Oval Importer Fixing VCID-yg55-qf39-aaak https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:05:00.628499+00:00 Debian Importer Fixing VCID-2zq2-qsgf-aaaj None 36.1.3
2025-06-21T11:52:31.611856+00:00 Debian Oval Importer Fixing VCID-w8yq-q8v2-aaaa https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T09:55:03.443038+00:00 Debian Importer Fixing VCID-61j5-aj1z-aaaq None 36.1.3
2025-06-21T08:51:42.358172+00:00 Debian Oval Importer Fixing VCID-vdbn-p2wm-aaas None 36.1.3
2025-06-21T08:26:29.106784+00:00 Debian Importer Fixing VCID-jd3p-qdc8-aaah https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T08:03:56.954980+00:00 Debian Oval Importer Fixing VCID-pzhv-dhbt-aaan None 36.1.3
2025-06-21T08:03:29.852252+00:00 Debian Oval Importer Fixing VCID-eutp-u3c4-aaae None 36.1.3
2025-06-21T08:03:27.816336+00:00 Debian Oval Importer Fixing VCID-84jx-d3z4-aaag None 36.1.3
2025-06-21T08:03:21.451621+00:00 Debian Oval Importer Fixing VCID-rhpa-297r-aaam None 36.1.3
2025-06-21T07:40:01.171413+00:00 Debian Oval Importer Fixing VCID-v19q-5qr6-aaaa None 36.1.3
2025-06-21T07:09:30.972320+00:00 Debian Oval Importer Fixing VCID-7je1-vmpe-aaad None 36.1.3
2025-06-21T07:09:29.283352+00:00 Debian Oval Importer Fixing VCID-d4pe-rmxp-aaak None 36.1.3
2025-06-21T06:31:19.903279+00:00 Debian Oval Importer Fixing VCID-9ndg-1sj3-aaab None 36.1.3
2025-06-21T06:29:45.094170+00:00 Debian Oval Importer Fixing VCID-nn2j-we1s-aaaa None 36.1.3
2025-06-21T06:26:56.071984+00:00 Debian Oval Importer Fixing VCID-n5y3-zhu1-aaag None 36.1.3
2025-06-21T06:20:58.391999+00:00 Debian Oval Importer Fixing VCID-a5a7-essu-aaah None 36.1.3
2025-06-21T06:06:30.087590+00:00 Debian Oval Importer Fixing VCID-j8eq-c91u-aaan None 36.1.3
2025-06-21T05:55:20.525508+00:00 Debian Importer Fixing VCID-vdbn-p2wm-aaas https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T05:40:23.485976+00:00 Debian Oval Importer Fixing VCID-21v4-npjs-aaap None 36.1.3
2025-06-21T05:26:13.172299+00:00 Debian Oval Importer Fixing VCID-wjdy-shr9-aaah None 36.1.3
2025-06-21T05:25:26.087463+00:00 Debian Oval Importer Fixing VCID-nyr1-ne57-aaas None 36.1.3
2025-06-21T05:07:16.187043+00:00 Debian Importer Fixing VCID-7je1-vmpe-aaad None 36.1.3
2025-06-21T05:02:06.316977+00:00 Debian Oval Importer Fixing VCID-dz47-c3tm-aaap None 36.1.3
2025-06-21T05:02:05.282935+00:00 Debian Importer Fixing VCID-gvnm-3697-aaap https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T04:44:23.984491+00:00 Debian Oval Importer Fixing VCID-njss-xaxg-aaab None 36.1.3
2025-06-21T04:27:53.663965+00:00 Debian Oval Importer Fixing VCID-8n1u-u1zp-aaac None 36.1.3
2025-06-21T03:56:40.964597+00:00 Debian Oval Importer Fixing VCID-spj8-2b9e-aaab None 36.1.3
2025-06-21T03:42:22.894235+00:00 Debian Oval Importer Fixing VCID-5t39-fany-aaan None 36.1.3
2025-06-21T03:40:05.779154+00:00 Debian Importer Fixing VCID-9ee5-xkhm-aaad https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T03:30:36.323025+00:00 Debian Importer Affected by VCID-9ee5-xkhm-aaad https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T03:25:51.866627+00:00 Debian Importer Fixing VCID-nd5m-5pst-aaac None 36.1.3
2025-06-21T02:52:19.822093+00:00 Debian Importer Fixing VCID-ps8e-n9m2-aaar None 36.1.3
2025-06-21T01:48:28.998080+00:00 Debian Importer Fixing VCID-d4pe-rmxp-aaak None 36.1.3
2025-06-21T01:42:09.220582+00:00 Debian Oval Importer Fixing VCID-wyw1-r84q-aaac None 36.1.3
2025-06-21T01:40:05.645737+00:00 Debian Oval Importer Fixing VCID-4cfn-n9zj-aaap None 36.1.3
2025-06-21T01:35:00.065634+00:00 Debian Oval Importer Fixing VCID-ps8e-n9m2-aaar None 36.1.3
2025-06-21T01:32:00.669299+00:00 Debian Oval Importer Fixing VCID-mjks-tkp5-aaar None 36.1.3
2025-06-21T01:31:10.543724+00:00 Debian Oval Importer Fixing VCID-2zq2-qsgf-aaaj None 36.1.3
2025-06-21T01:13:39.267492+00:00 Debian Importer Affected by VCID-x591-qs6b-aaar https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T00:57:03.493829+00:00 Debian Oval Importer Fixing VCID-nd5m-5pst-aaac None 36.1.3
2025-06-21T00:57:00.615358+00:00 Debian Importer Fixing VCID-naz1-7t8w-aaar None 36.1.3
2025-06-21T00:48:50.854694+00:00 Debian Oval Importer Fixing VCID-61j5-aj1z-aaaq None 36.1.3
2025-06-21T00:39:59.378921+00:00 Debian Importer Fixing VCID-gk8w-7smm-aaac None 36.1.3
2025-06-21T00:26:24.718060+00:00 Debian Oval Importer Fixing VCID-vffj-n1n7-aaah None 36.1.3
2025-06-21T00:09:51.448990+00:00 Debian Importer Affected by VCID-gw9j-gggs-t7at https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T00:01:47.432207+00:00 Debian Importer Affected by VCID-97mb-c19v-bqcx https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T23:59:12.913628+00:00 Debian Importer Fixing VCID-vnx7-5dem-aaaj https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T23:41:07.379406+00:00 Debian Importer Affected by VCID-7j8d-dux3-aaaa https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T23:37:57.678547+00:00 Debian Importer Affected by VCID-ptfv-zjv6-aaad https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T23:30:33.938195+00:00 Debian Importer Fixing VCID-vffj-n1n7-aaah None 36.1.3
2025-06-20T23:27:12.133665+00:00 Debian Oval Importer Fixing VCID-66xg-3bn3-aaaj None 36.1.3
2025-06-20T23:15:07.194004+00:00 Debian Oval Importer Fixing VCID-yg55-qf39-aaak None 36.1.3
2025-06-20T23:12:32.470723+00:00 Debian Importer Fixing VCID-sx32-s4fx-aaas None 36.1.3
2025-06-20T23:12:08.649469+00:00 Debian Oval Importer Fixing VCID-yp4n-q9qb-aaac None 36.1.3
2025-06-20T23:02:45.572256+00:00 Debian Importer Fixing VCID-21v4-npjs-aaap None 36.1.3
2025-06-20T22:54:47.709139+00:00 Debian Importer Fixing VCID-vdbn-p2wm-aaas None 36.1.3
2025-06-20T22:42:38.658704+00:00 Debian Importer Affected by VCID-nk4q-jbuf-aaac https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T22:41:02.297500+00:00 Debian Importer Fixing VCID-84jx-d3z4-aaag None 36.1.3
2025-06-20T22:17:29.946156+00:00 Debian Importer Affected by VCID-jxju-r4ej-ffev https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T22:13:24.076421+00:00 Debian Importer Affected by VCID-vnx7-5dem-aaaj https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T21:54:03.272707+00:00 Debian Oval Importer Fixing VCID-sx32-s4fx-aaas None 36.1.3
2025-06-20T21:52:57.175820+00:00 Debian Importer Fixing VCID-uvwv-wpr9-aaas None 36.1.3
2025-06-20T21:41:10.974233+00:00 Debian Importer Fixing VCID-9ee5-xkhm-aaad None 36.1.3
2025-06-20T21:39:27.234254+00:00 Debian Importer Affected by VCID-fz5g-qsdx-aaah https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T21:03:26.313122+00:00 Debian Importer Fixing VCID-jd3p-qdc8-aaah None 36.1.3
2025-06-20T20:50:34.265788+00:00 Debian Importer Fixing VCID-mjks-tkp5-aaar None 36.1.3
2025-06-20T20:37:31.367815+00:00 Debian Importer Fixing VCID-7j8d-dux3-aaaa https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T20:25:07.685993+00:00 Debian Importer Fixing VCID-w8yq-q8v2-aaaa None 36.1.3
2025-06-20T20:23:49.004508+00:00 Debian Oval Importer Fixing VCID-gk8w-7smm-aaac None 36.1.3
2025-06-20T20:23:31.122252+00:00 Debian Importer Affected by VCID-naz1-7t8w-aaar https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T19:56:05.758613+00:00 Debian Importer Affected by VCID-y163-ytv8-aaad https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T19:51:34.800494+00:00 Debian Importer Fixing VCID-7j8d-dux3-aaaa None 36.1.3
2025-06-20T19:49:30.569579+00:00 Debian Importer Fixing VCID-naz1-7t8w-aaar https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-08T13:10:26.629583+00:00 Debian Oval Importer Fixing VCID-61j5-aj1z-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T13:07:25.701138+00:00 Debian Oval Importer Fixing VCID-ps8e-n9m2-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T13:00:57.028125+00:00 Debian Oval Importer Fixing VCID-sx32-s4fx-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:57:10.723224+00:00 Debian Oval Importer Fixing VCID-pzhv-dhbt-aaan https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:47:58.519086+00:00 Debian Oval Importer Fixing VCID-nyr1-ne57-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:44:58.702147+00:00 Debian Oval Importer Fixing VCID-v19q-5qr6-aaaa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:39:58.837306+00:00 Debian Oval Importer Fixing VCID-nn2j-we1s-aaaa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:38:26.102798+00:00 Debian Oval Importer Fixing VCID-kz7x-9spe-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:04:42.373192+00:00 Debian Oval Importer Fixing VCID-nd5m-5pst-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:59:31.459411+00:00 Debian Oval Importer Fixing VCID-vffj-n1n7-aaah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:52:07.962542+00:00 Debian Oval Importer Fixing VCID-n5y3-zhu1-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:37:58.973447+00:00 Debian Oval Importer Fixing VCID-spj8-2b9e-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:30:20.032228+00:00 Debian Oval Importer Fixing VCID-njss-xaxg-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:21:59.688828+00:00 Debian Oval Importer Fixing VCID-21v4-npjs-aaap https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:12:02.922032+00:00 Debian Oval Importer Fixing VCID-vdbn-p2wm-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:07:18.647300+00:00 Debian Oval Importer Fixing VCID-uvwv-wpr9-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:03:39.552360+00:00 Debian Oval Importer Fixing VCID-mjks-tkp5-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:55:03.800776+00:00 Debian Oval Importer Fixing VCID-rhpa-297r-aaam https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:45:39.951507+00:00 Debian Oval Importer Fixing VCID-2zq2-qsgf-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:44:45.540153+00:00 Debian Oval Importer Fixing VCID-gwcj-g9n8-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:42:07.123420+00:00 Debian Oval Importer Fixing VCID-yg55-qf39-aaak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:36:09.741464+00:00 Debian Oval Importer Fixing VCID-nd5m-5pst-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T10:30:57.811032+00:00 Debian Oval Importer Fixing VCID-rhpa-297r-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T10:16:08.024020+00:00 Debian Oval Importer Fixing VCID-vffj-n1n7-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T10:15:32.451830+00:00 Debian Oval Importer Fixing VCID-2zq2-qsgf-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T10:06:48.429198+00:00 Debian Oval Importer Fixing VCID-ps8e-n9m2-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T10:05:51.205852+00:00 Debian Oval Importer Fixing VCID-gwcj-g9n8-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:26:23.889455+00:00 Debian Oval Importer Fixing VCID-7je1-vmpe-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:25:22.709362+00:00 Debian Oval Importer Fixing VCID-61j5-aj1z-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:21:45.986656+00:00 Debian Oval Importer Fixing VCID-v19q-5qr6-aaaa https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:03:50.790176+00:00 Debian Oval Importer Fixing VCID-pjd5-rdfe-aaak https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T08:51:53.856932+00:00 Debian Oval Importer Fixing VCID-21v4-npjs-aaap https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T08:24:34.604730+00:00 Debian Oval Importer Fixing VCID-pzhv-dhbt-aaan https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:56:17.376525+00:00 Debian Oval Importer Fixing VCID-d4pe-rmxp-aaak https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:55:30.594035+00:00 Debian Oval Importer Fixing VCID-eutp-u3c4-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:51:05.603387+00:00 Debian Oval Importer Fixing VCID-66xg-3bn3-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:20:01.762382+00:00 Debian Oval Importer Fixing VCID-gk8w-7smm-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:42:42.926988+00:00 Debian Oval Importer Fixing VCID-sx32-s4fx-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:40:45.626783+00:00 Debian Oval Importer Fixing VCID-mjks-tkp5-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:29:08.655853+00:00 Debian Oval Importer Fixing VCID-uvwv-wpr9-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:09:30.697248+00:00 Debian Oval Importer Fixing VCID-84jx-d3z4-aaag https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:04:16.779440+00:00 Debian Oval Importer Fixing VCID-yp4n-q9qb-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:29:35.579308+00:00 Debian Oval Importer Fixing VCID-yg55-qf39-aaak https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:05:31.821610+00:00 Debian Oval Importer Fixing VCID-w8yq-q8v2-aaaa https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T02:38:08.063316+00:00 Debian Oval Importer Fixing VCID-vdbn-p2wm-aaas None 36.1.0
2025-06-08T01:44:59.545821+00:00 Debian Oval Importer Fixing VCID-pzhv-dhbt-aaan None 36.1.0
2025-06-08T01:44:32.540714+00:00 Debian Oval Importer Fixing VCID-eutp-u3c4-aaae None 36.1.0
2025-06-08T01:44:30.512953+00:00 Debian Oval Importer Fixing VCID-84jx-d3z4-aaag None 36.1.0
2025-06-08T01:44:24.304220+00:00 Debian Oval Importer Fixing VCID-rhpa-297r-aaam None 36.1.0
2025-06-08T01:19:58.202383+00:00 Debian Oval Importer Fixing VCID-v19q-5qr6-aaaa None 36.1.0
2025-06-08T00:49:16.758150+00:00 Debian Oval Importer Fixing VCID-7je1-vmpe-aaad None 36.1.0
2025-06-08T00:49:15.337810+00:00 Debian Oval Importer Fixing VCID-d4pe-rmxp-aaak None 36.1.0
2025-06-08T00:10:28.693411+00:00 Debian Oval Importer Fixing VCID-9ndg-1sj3-aaab None 36.1.0
2025-06-08T00:08:57.267115+00:00 Debian Oval Importer Fixing VCID-nn2j-we1s-aaaa None 36.1.0
2025-06-08T00:06:07.535842+00:00 Debian Oval Importer Fixing VCID-n5y3-zhu1-aaag None 36.1.0
2025-06-08T00:00:05.426071+00:00 Debian Oval Importer Fixing VCID-a5a7-essu-aaah None 36.1.0
2025-06-07T23:45:18.636311+00:00 Debian Oval Importer Fixing VCID-j8eq-c91u-aaan None 36.1.0
2025-06-07T23:18:31.389098+00:00 Debian Oval Importer Fixing VCID-21v4-npjs-aaap None 36.1.0
2025-06-07T23:03:59.071504+00:00 Debian Oval Importer Fixing VCID-wjdy-shr9-aaah None 36.1.0
2025-06-07T23:03:11.614180+00:00 Debian Oval Importer Fixing VCID-nyr1-ne57-aaas None 36.1.0
2025-06-07T22:39:32.461322+00:00 Debian Oval Importer Fixing VCID-dz47-c3tm-aaap None 36.1.0
2025-06-07T22:21:21.966140+00:00 Debian Oval Importer Fixing VCID-njss-xaxg-aaab None 36.1.0
2025-06-07T22:04:12.737638+00:00 Debian Oval Importer Fixing VCID-8n1u-u1zp-aaac None 36.1.0
2025-06-07T21:31:57.561110+00:00 Debian Oval Importer Fixing VCID-spj8-2b9e-aaab None 36.1.0
2025-06-07T21:16:31.048415+00:00 Debian Oval Importer Fixing VCID-5t39-fany-aaan None 36.1.0
2025-06-07T19:05:17.939686+00:00 Debian Oval Importer Fixing VCID-wyw1-r84q-aaac None 36.1.0
2025-06-07T19:03:12.096664+00:00 Debian Oval Importer Fixing VCID-4cfn-n9zj-aaap None 36.1.0
2025-06-07T18:58:02.574464+00:00 Debian Oval Importer Fixing VCID-ps8e-n9m2-aaar None 36.1.0
2025-06-07T18:54:58.855535+00:00 Debian Oval Importer Fixing VCID-mjks-tkp5-aaar None 36.1.0
2025-06-07T18:54:07.542274+00:00 Debian Oval Importer Fixing VCID-2zq2-qsgf-aaaj None 36.1.0
2025-06-07T18:19:24.705720+00:00 Debian Oval Importer Fixing VCID-nd5m-5pst-aaac None 36.1.0
2025-06-07T18:11:19.494959+00:00 Debian Oval Importer Fixing VCID-61j5-aj1z-aaaq None 36.1.0
2025-06-07T17:49:08.981560+00:00 Debian Oval Importer Fixing VCID-vffj-n1n7-aaah None 36.1.0
2025-06-07T16:50:07.343985+00:00 Debian Oval Importer Fixing VCID-66xg-3bn3-aaaj None 36.1.0
2025-06-07T16:38:13.296783+00:00 Debian Oval Importer Fixing VCID-yg55-qf39-aaak None 36.1.0
2025-06-07T16:35:15.028686+00:00 Debian Oval Importer Fixing VCID-yp4n-q9qb-aaac None 36.1.0
2025-06-07T15:17:26.182389+00:00 Debian Oval Importer Fixing VCID-sx32-s4fx-aaas None 36.1.0
2025-06-07T13:59:13.784287+00:00 Debian Oval Importer Fixing VCID-gk8w-7smm-aaac None 36.1.0
2025-06-05T14:46:23.849702+00:00 Debian Importer Fixing VCID-jd3p-qdc8-aaah None 36.1.0
2025-06-05T14:36:47.465426+00:00 Debian Importer Fixing VCID-mjks-tkp5-aaar None 36.1.0
2025-06-05T14:25:08.217131+00:00 Debian Importer Fixing VCID-7j8d-dux3-aaaa https://security-tracker.debian.org/tracker/data/json 36.1.0
2025-06-05T14:16:01.415800+00:00 Debian Importer Fixing VCID-w8yq-q8v2-aaaa None 36.1.0
2025-06-05T14:14:30.484137+00:00 Debian Importer Affected by VCID-naz1-7t8w-aaar https://security-tracker.debian.org/tracker/data/json 36.1.0
2025-06-05T14:01:42.992728+00:00 Debian Importer Affected by VCID-y163-ytv8-aaad https://security-tracker.debian.org/tracker/data/json 36.1.0
2025-06-05T13:58:29.099639+00:00 Debian Importer Fixing VCID-7j8d-dux3-aaaa None 36.1.0
2025-06-05T13:56:45.534888+00:00 Debian Importer Fixing VCID-naz1-7t8w-aaar https://security-tracker.debian.org/tracker/data/json 36.1.0
2025-04-13T02:23:24.764703+00:00 Debian Oval Importer Affected by VCID-w4x7-57vc-7yh7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-13T01:50:28.843133+00:00 Debian Oval Importer Fixing VCID-1dvu-a5gy-aaah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-13T01:21:28.328336+00:00 Debian Oval Importer Fixing VCID-gvnm-3697-aaap https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T23:03:47.078524+00:00 Debian Oval Importer Fixing VCID-jd3p-qdc8-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-12T22:38:42.337931+00:00 Debian Oval Importer Fixing VCID-jd3p-qdc8-aaah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T22:36:03.074599+00:00 Debian Oval Importer Fixing VCID-5t39-fany-aaan https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T22:18:44.275938+00:00 Debian Oval Importer Fixing VCID-wyw1-r84q-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:59:09.607417+00:00 Debian Oval Importer Fixing VCID-pjd5-rdfe-aaak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:36:59.766380+00:00 Debian Oval Importer Fixing VCID-84jx-d3z4-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:33:51.302900+00:00 Debian Oval Importer Fixing VCID-8n1u-u1zp-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:23:25.266255+00:00 Debian Oval Importer Fixing VCID-dz47-c3tm-aaap https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:15:26.390008+00:00 Debian Oval Importer Fixing VCID-gk8w-7smm-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:12:40.927556+00:00 Debian Oval Importer Fixing VCID-w8yq-q8v2-aaaa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T20:54:31.790018+00:00 Debian Oval Importer Fixing VCID-66xg-3bn3-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T20:49:09.140263+00:00 Debian Oval Importer Fixing VCID-a5a7-essu-aaah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T20:46:00.043524+00:00 Debian Oval Importer Fixing VCID-eutp-u3c4-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T20:40:53.225175+00:00 Debian Oval Importer Fixing VCID-4cfn-n9zj-aaap https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T20:16:14.407943+00:00 Debian Oval Importer Fixing VCID-wjdy-shr9-aaah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T20:16:09.396668+00:00 Debian Oval Importer Fixing VCID-9ndg-1sj3-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:32:35.927774+00:00 Debian Oval Importer Fixing VCID-d4pe-rmxp-aaak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:27:14.778366+00:00 Debian Oval Importer Fixing VCID-j8eq-c91u-aaan https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:12:57.702370+00:00 Debian Oval Importer Fixing VCID-7je1-vmpe-aaad https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:09:47.351601+00:00 Debian Oval Importer Fixing VCID-yp4n-q9qb-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:58:08.849147+00:00 Debian Oval Importer Fixing VCID-61j5-aj1z-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:55:02.622349+00:00 Debian Oval Importer Fixing VCID-ps8e-n9m2-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:48:20.582296+00:00 Debian Oval Importer Fixing VCID-sx32-s4fx-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:44:28.038811+00:00 Debian Oval Importer Fixing VCID-pzhv-dhbt-aaan https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:34:53.588983+00:00 Debian Oval Importer Fixing VCID-nyr1-ne57-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:31:51.775555+00:00 Debian Oval Importer Fixing VCID-v19q-5qr6-aaaa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:26:43.107328+00:00 Debian Oval Importer Fixing VCID-nn2j-we1s-aaaa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:25:05.905214+00:00 Debian Oval Importer Fixing VCID-kz7x-9spe-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:50:08.254329+00:00 Debian Oval Importer Fixing VCID-nd5m-5pst-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:44:46.934436+00:00 Debian Oval Importer Fixing VCID-vffj-n1n7-aaah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:37:11.335501+00:00 Debian Oval Importer Fixing VCID-n5y3-zhu1-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:22:35.407680+00:00 Debian Oval Importer Fixing VCID-spj8-2b9e-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:14:39.119944+00:00 Debian Oval Importer Fixing VCID-njss-xaxg-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:06:01.926117+00:00 Debian Oval Importer Fixing VCID-21v4-npjs-aaap https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:55:38.289251+00:00 Debian Oval Importer Fixing VCID-vdbn-p2wm-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:50:42.095585+00:00 Debian Oval Importer Fixing VCID-uvwv-wpr9-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:46:51.763144+00:00 Debian Oval Importer Fixing VCID-mjks-tkp5-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:37:37.780318+00:00 Debian Oval Importer Fixing VCID-rhpa-297r-aaam https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:27:39.823730+00:00 Debian Oval Importer Fixing VCID-2zq2-qsgf-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:26:42.927112+00:00 Debian Oval Importer Fixing VCID-gwcj-g9n8-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:23:55.657041+00:00 Debian Oval Importer Fixing VCID-yg55-qf39-aaak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:17:38.756738+00:00 Debian Oval Importer Fixing VCID-nd5m-5pst-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-12T16:12:15.737830+00:00 Debian Oval Importer Fixing VCID-rhpa-297r-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-12T15:56:59.148560+00:00 Debian Oval Importer Fixing VCID-vffj-n1n7-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-12T15:56:22.449798+00:00 Debian Oval Importer Fixing VCID-2zq2-qsgf-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T08:39:08.834238+00:00 Debian Oval Importer Fixing VCID-ps8e-n9m2-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T08:38:11.187390+00:00 Debian Oval Importer Fixing VCID-gwcj-g9n8-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T07:58:44.856242+00:00 Debian Oval Importer Fixing VCID-7je1-vmpe-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T07:57:41.734957+00:00 Debian Oval Importer Fixing VCID-61j5-aj1z-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T07:54:00.851633+00:00 Debian Oval Importer Fixing VCID-v19q-5qr6-aaaa https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T07:35:32.193580+00:00 Debian Oval Importer Fixing VCID-pjd5-rdfe-aaak https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T07:23:26.052016+00:00 Debian Oval Importer Fixing VCID-21v4-npjs-aaap https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:55:57.564906+00:00 Debian Oval Importer Fixing VCID-pzhv-dhbt-aaan https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:28:43.769119+00:00 Debian Oval Importer Fixing VCID-d4pe-rmxp-aaak https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:27:56.719626+00:00 Debian Oval Importer Fixing VCID-eutp-u3c4-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:23:31.554292+00:00 Debian Oval Importer Fixing VCID-66xg-3bn3-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:52:39.227682+00:00 Debian Oval Importer Fixing VCID-gk8w-7smm-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:15:11.238941+00:00 Debian Oval Importer Fixing VCID-sx32-s4fx-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:13:11.676667+00:00 Debian Oval Importer Fixing VCID-mjks-tkp5-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:01:25.791319+00:00 Debian Oval Importer Fixing VCID-uvwv-wpr9-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:41:32.271551+00:00 Debian Oval Importer Fixing VCID-84jx-d3z4-aaag https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:36:16.069036+00:00 Debian Oval Importer Fixing VCID-yp4n-q9qb-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:00:50.747519+00:00 Debian Oval Importer Fixing VCID-yg55-qf39-aaak https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:36:26.359239+00:00 Debian Oval Importer Fixing VCID-w8yq-q8v2-aaaa https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T01:05:24.102640+00:00 Debian Oval Importer Fixing VCID-vdbn-p2wm-aaas None 36.0.0
2025-04-08T00:16:50.627595+00:00 Debian Oval Importer Fixing VCID-pzhv-dhbt-aaan None 36.0.0
2025-04-08T00:16:22.947398+00:00 Debian Oval Importer Fixing VCID-eutp-u3c4-aaae None 36.0.0
2025-04-08T00:16:20.757918+00:00 Debian Oval Importer Fixing VCID-84jx-d3z4-aaag None 36.0.0
2025-04-08T00:16:14.545288+00:00 Debian Oval Importer Fixing VCID-rhpa-297r-aaam None 36.0.0
2025-04-07T23:52:40.301497+00:00 Debian Oval Importer Fixing VCID-v19q-5qr6-aaaa None 36.0.0
2025-04-07T23:21:38.319500+00:00 Debian Oval Importer Fixing VCID-7je1-vmpe-aaad None 36.0.0
2025-04-07T23:21:36.898711+00:00 Debian Oval Importer Fixing VCID-d4pe-rmxp-aaak None 36.0.0
2025-04-07T22:42:51.529213+00:00 Debian Oval Importer Fixing VCID-9ndg-1sj3-aaab None 36.0.0
2025-04-07T22:41:19.156061+00:00 Debian Oval Importer Fixing VCID-nn2j-we1s-aaaa None 36.0.0
2025-04-07T22:38:25.734477+00:00 Debian Oval Importer Fixing VCID-n5y3-zhu1-aaag None 36.0.0
2025-04-07T22:32:24.668968+00:00 Debian Oval Importer Fixing VCID-a5a7-essu-aaah None 36.0.0
2025-04-07T22:17:25.398821+00:00 Debian Oval Importer Fixing VCID-j8eq-c91u-aaan None 36.0.0
2025-04-07T21:50:31.623366+00:00 Debian Oval Importer Fixing VCID-21v4-npjs-aaap None 36.0.0
2025-04-07T21:36:04.220221+00:00 Debian Oval Importer Fixing VCID-wjdy-shr9-aaah None 36.0.0
2025-04-07T21:35:14.995786+00:00 Debian Oval Importer Fixing VCID-nyr1-ne57-aaas None 36.0.0
2025-04-07T21:11:14.610724+00:00 Debian Oval Importer Fixing VCID-dz47-c3tm-aaap None 36.0.0
2025-04-07T20:52:56.561599+00:00 Debian Oval Importer Fixing VCID-njss-xaxg-aaab None 36.0.0
2025-04-07T20:35:19.036364+00:00 Debian Oval Importer Fixing VCID-8n1u-u1zp-aaac None 36.0.0
2025-04-07T20:01:03.323961+00:00 Debian Oval Importer Fixing VCID-spj8-2b9e-aaab None 36.0.0
2025-04-07T19:46:28.262754+00:00 Debian Oval Importer Fixing VCID-5t39-fany-aaan None 36.0.0
2025-04-07T17:43:10.175952+00:00 Debian Oval Importer Fixing VCID-wyw1-r84q-aaac None 36.0.0
2025-04-07T17:41:04.000464+00:00 Debian Oval Importer Fixing VCID-4cfn-n9zj-aaap None 36.0.0
2025-04-07T17:35:54.011462+00:00 Debian Oval Importer Fixing VCID-ps8e-n9m2-aaar None 36.0.0
2025-04-07T17:32:49.891207+00:00 Debian Oval Importer Fixing VCID-mjks-tkp5-aaar None 36.0.0
2025-04-07T17:31:57.988947+00:00 Debian Oval Importer Fixing VCID-2zq2-qsgf-aaaj None 36.0.0
2025-04-07T16:57:00.593011+00:00 Debian Oval Importer Fixing VCID-nd5m-5pst-aaac None 36.0.0
2025-04-07T16:48:38.619952+00:00 Debian Oval Importer Fixing VCID-61j5-aj1z-aaaq None 36.0.0
2025-04-07T16:25:42.364133+00:00 Debian Oval Importer Fixing VCID-vffj-n1n7-aaah None 36.0.0
2025-04-07T15:22:52.347921+00:00 Debian Oval Importer Fixing VCID-66xg-3bn3-aaaj None 36.0.0
2025-04-07T15:10:27.471089+00:00 Debian Oval Importer Fixing VCID-yg55-qf39-aaak None 36.0.0
2025-04-07T15:07:24.863483+00:00 Debian Oval Importer Fixing VCID-yp4n-q9qb-aaac None 36.0.0
2025-04-07T13:48:56.313507+00:00 Debian Oval Importer Fixing VCID-sx32-s4fx-aaas None 36.0.0
2025-04-07T12:33:42.749209+00:00 Debian Oval Importer Fixing VCID-gk8w-7smm-aaac None 36.0.0
2025-04-06T09:25:45.381819+00:00 Debian Importer Fixing VCID-66xg-3bn3-aaaj None 36.0.0
2025-04-06T03:01:56.784741+00:00 Debian Importer Fixing VCID-eutp-u3c4-aaae None 36.0.0
2025-04-06T02:45:20.841871+00:00 Debian Importer Fixing VCID-yp4n-q9qb-aaac None 36.0.0
2025-04-06T00:50:38.874482+00:00 Debian Importer Fixing VCID-yg55-qf39-aaak None 36.0.0
2025-04-05T21:29:02.239983+00:00 Debian Importer Fixing VCID-gwcj-g9n8-aaas None 36.0.0
2025-04-05T18:38:57.652516+00:00 Debian Importer Fixing VCID-v19q-5qr6-aaaa None 36.0.0
2025-04-05T16:09:47.733976+00:00 Debian Importer Fixing VCID-pzhv-dhbt-aaan None 36.0.0
2025-04-05T14:54:47.722347+00:00 Debian Importer Affected by VCID-w4x7-57vc-7yh7 https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-05T12:03:12.920578+00:00 Debian Importer Fixing VCID-rhpa-297r-aaam None 36.0.0
2025-04-05T10:06:33.597888+00:00 Debian Importer Fixing VCID-fz5g-qsdx-aaah None 36.0.0
2025-04-05T08:48:32.821127+00:00 Debian Importer Fixing VCID-2zq2-qsgf-aaaj None 36.0.0
2025-04-05T07:11:56.223315+00:00 Debian Importer Fixing VCID-61j5-aj1z-aaaq None 36.0.0
2025-04-05T05:43:12.046642+00:00 Debian Importer Fixing VCID-jd3p-qdc8-aaah https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-05T03:36:01.629390+00:00 Debian Importer Affected by VCID-7j8d-dux3-aaaa https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-05T03:10:09.274813+00:00 Debian Importer Fixing VCID-vdbn-p2wm-aaas https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T07:56:35.567942+00:00 Debian Importer Fixing VCID-7je1-vmpe-aaad None 36.0.0
2025-04-04T07:51:33.907362+00:00 Debian Importer Fixing VCID-gvnm-3697-aaap https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T06:28:50.927135+00:00 Debian Importer Fixing VCID-9ee5-xkhm-aaad https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T06:18:55.053046+00:00 Debian Importer Affected by VCID-9ee5-xkhm-aaad https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T06:13:50.850389+00:00 Debian Importer Fixing VCID-nd5m-5pst-aaac None 36.0.0
2025-04-04T05:39:14.695622+00:00 Debian Importer Fixing VCID-ps8e-n9m2-aaar None 36.0.0
2025-04-04T05:00:48.649670+00:00 Debian Importer Affected by VCID-ptfv-zjv6-aaad https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T04:33:40.338747+00:00 Debian Importer Fixing VCID-d4pe-rmxp-aaak None 36.0.0
2025-04-04T04:18:39.024584+00:00 Debian Importer Affected by VCID-fz5g-qsdx-aaah https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T03:57:33.320959+00:00 Debian Importer Affected by VCID-x591-qs6b-aaar https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T03:40:00.923323+00:00 Debian Importer Fixing VCID-naz1-7t8w-aaar None 36.0.0
2025-04-04T03:22:58.695794+00:00 Debian Importer Fixing VCID-gk8w-7smm-aaac None 36.0.0
2025-04-04T02:52:59.924271+00:00 Debian Importer Affected by VCID-vnx7-5dem-aaaj https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T02:51:42.376162+00:00 Debian Importer Affected by VCID-gw9j-gggs-t7at https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T02:43:22.613507+00:00 Debian Importer Affected by VCID-97mb-c19v-bqcx https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T02:40:48.328334+00:00 Debian Importer Fixing VCID-vnx7-5dem-aaaj https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T02:11:06.702379+00:00 Debian Importer Fixing VCID-vffj-n1n7-aaah None 36.0.0
2025-04-04T02:05:34.475534+00:00 Debian Importer Affected by VCID-nk4q-jbuf-aaac https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T02:01:12.580117+00:00 Debian Importer Affected by VCID-jxju-r4ej-ffev https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T01:52:46.582843+00:00 Debian Importer Fixing VCID-sx32-s4fx-aaas None 36.0.0
2025-04-04T01:42:33.945172+00:00 Debian Importer Fixing VCID-21v4-npjs-aaap None 36.0.0
2025-04-04T01:33:55.745917+00:00 Debian Importer Fixing VCID-vdbn-p2wm-aaas None 36.0.0
2025-04-04T01:20:12.849210+00:00 Debian Importer Fixing VCID-84jx-d3z4-aaag None 36.0.0
2025-04-04T00:30:39.887993+00:00 Debian Importer Fixing VCID-uvwv-wpr9-aaas None 36.0.0
2025-04-04T00:18:28.239116+00:00 Debian Importer Fixing VCID-9ee5-xkhm-aaad None 36.0.0
2025-04-03T23:43:58.015295+00:00 Debian Importer Fixing VCID-jd3p-qdc8-aaah None 36.0.0
2025-04-03T23:35:09.825968+00:00 Debian Importer Fixing VCID-mjks-tkp5-aaar None 36.0.0
2025-04-03T23:24:01.373555+00:00 Debian Importer Fixing VCID-7j8d-dux3-aaaa https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-03T23:14:59.744475+00:00 Debian Importer Fixing VCID-w8yq-q8v2-aaaa None 36.0.0
2025-04-03T23:13:24.980594+00:00 Debian Importer Affected by VCID-naz1-7t8w-aaar https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-03T23:00:44.268961+00:00 Debian Importer Affected by VCID-y163-ytv8-aaad https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-03T22:57:22.793429+00:00 Debian Importer Fixing VCID-7j8d-dux3-aaaa None 36.0.0
2025-04-03T22:55:32.208764+00:00 Debian Importer Fixing VCID-naz1-7t8w-aaar https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-02-22T06:40:04.676449+00:00 Debian Importer Affected by VCID-jxju-r4ej-ffev https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-22T06:25:57.546739+00:00 Debian Importer Affected by VCID-w4x7-57vc-7yh7 https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T18:41:16.136848+00:00 Debian Importer Fixing VCID-gvnm-3697-aaap https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T18:39:54.279604+00:00 Debian Importer Affected by VCID-vnx7-5dem-aaaj https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T18:39:52.204107+00:00 Debian Importer Fixing VCID-vnx7-5dem-aaaj https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T18:08:10.441798+00:00 Debian Importer Affected by VCID-gw9j-gggs-t7at https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T14:22:19.788945+00:00 Debian Importer Affected by VCID-x591-qs6b-aaar https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T12:44:47.465420+00:00 Debian Importer Fixing VCID-gwcj-g9n8-aaas None 35.1.0
2025-02-21T10:28:29.722828+00:00 Debian Importer Fixing VCID-w8yq-q8v2-aaaa None 35.1.0
2025-02-21T10:28:16.654143+00:00 Debian Importer Fixing VCID-uvwv-wpr9-aaas None 35.1.0
2025-02-21T10:27:48.176056+00:00 Debian Importer Fixing VCID-7j8d-dux3-aaaa None 35.1.0
2025-02-21T10:27:47.484197+00:00 Debian Importer Fixing VCID-7j8d-dux3-aaaa https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T10:27:44.027079+00:00 Debian Importer Affected by VCID-7j8d-dux3-aaaa https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T10:23:27.823693+00:00 Debian Importer Fixing VCID-pzhv-dhbt-aaan None 35.1.0
2025-02-21T10:23:07.402146+00:00 Debian Importer Fixing VCID-eutp-u3c4-aaae None 35.1.0
2025-02-21T10:22:57.790956+00:00 Debian Importer Fixing VCID-rhpa-297r-aaam None 35.1.0
2025-02-21T10:22:31.380316+00:00 Debian Importer Fixing VCID-jd3p-qdc8-aaah https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T10:22:29.978150+00:00 Debian Importer Fixing VCID-jd3p-qdc8-aaah None 35.1.0
2025-02-21T10:22:15.624539+00:00 Debian Importer Fixing VCID-84jx-d3z4-aaag None 35.1.0
2025-02-21T09:33:49.745744+00:00 Debian Importer Fixing VCID-v19q-5qr6-aaaa None 35.1.0
2025-02-21T09:33:04.724690+00:00 Debian Importer Affected by VCID-y163-ytv8-aaad https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T09:32:21.384128+00:00 Debian Importer Affected by VCID-ptfv-zjv6-aaad https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T04:14:00.332406+00:00 Debian Importer Fixing VCID-d4pe-rmxp-aaak None 35.1.0
2025-02-21T04:13:51.453034+00:00 Debian Importer Fixing VCID-fz5g-qsdx-aaah None 35.1.0
2025-02-21T04:13:04.525906+00:00 Debian Importer Affected by VCID-fz5g-qsdx-aaah https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T04:05:26.686078+00:00 Debian Importer Affected by VCID-nk4q-jbuf-aaac https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T00:04:39.957417+00:00 Debian Importer Fixing VCID-ps8e-n9m2-aaar None 35.1.0
2025-02-20T22:13:27.705978+00:00 Debian Importer Fixing VCID-7je1-vmpe-aaad None 35.1.0
2025-02-20T22:12:15.375277+00:00 Debian Importer Fixing VCID-66xg-3bn3-aaaj None 35.1.0
2025-02-20T22:12:07.694926+00:00 Debian Importer Fixing VCID-vffj-n1n7-aaah None 35.1.0
2025-02-20T19:49:26.577467+00:00 Debian Importer Fixing VCID-nd5m-5pst-aaac None 35.1.0
2025-02-20T19:49:17.555284+00:00 Debian Importer Fixing VCID-sx32-s4fx-aaas None 35.1.0
2025-02-20T19:48:54.343542+00:00 Debian Importer Fixing VCID-yg55-qf39-aaak None 35.1.0
2025-02-20T19:48:34.053243+00:00 Debian Importer Fixing VCID-21v4-npjs-aaap None 35.1.0
2025-02-20T17:18:00.023454+00:00 Debian Importer Fixing VCID-yp4n-q9qb-aaac None 35.1.0
2025-02-19T20:44:40.931690+00:00 Debian Importer Fixing VCID-gk8w-7smm-aaac None 35.1.0
2025-02-19T20:44:33.455965+00:00 Debian Importer Fixing VCID-mjks-tkp5-aaar None 35.1.0
2025-02-19T20:43:42.950355+00:00 Debian Importer Fixing VCID-61j5-aj1z-aaaq None 35.1.0
2025-02-19T20:42:53.828686+00:00 Debian Importer Affected by VCID-9ee5-xkhm-aaad https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-19T20:42:50.392317+00:00 Debian Importer Fixing VCID-9ee5-xkhm-aaad https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-19T20:42:43.829074+00:00 Debian Importer Fixing VCID-9ee5-xkhm-aaad None 35.1.0
2025-02-19T20:42:01.372248+00:00 Debian Importer Fixing VCID-naz1-7t8w-aaar https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-19T20:41:58.459244+00:00 Debian Importer Fixing VCID-naz1-7t8w-aaar None 35.1.0
2025-02-19T20:41:56.742344+00:00 Debian Importer Affected by VCID-naz1-7t8w-aaar https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-19T20:41:40.265816+00:00 Debian Importer Fixing VCID-2zq2-qsgf-aaaj None 35.1.0
2025-02-19T14:24:39.829559+00:00 Debian Importer Fixing VCID-vdbn-p2wm-aaas None 35.1.0
2025-02-19T14:24:39.054587+00:00 Debian Importer Fixing VCID-vdbn-p2wm-aaas https://security-tracker.debian.org/tracker/data/json 35.1.0
2024-12-15T10:22:54.583468+00:00 Debian Importer Affected by VCID-gw9j-gggs-t7at https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-24T07:08:02.965652+00:00 Debian Importer Fixing VCID-gvnm-3697-aaap https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-24T07:06:53.587147+00:00 Debian Importer Affected by VCID-vnx7-5dem-aaaj https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-24T07:06:51.508805+00:00 Debian Importer Fixing VCID-vnx7-5dem-aaaj https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-24T03:28:22.886868+00:00 Debian Importer Affected by VCID-x591-qs6b-aaar https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-24T01:59:19.886319+00:00 Debian Importer Fixing VCID-gwcj-g9n8-aaas None 35.0.0
2024-11-23T23:56:38.478606+00:00 Debian Importer Affected by VCID-7j8d-dux3-aaaa https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-23T23:53:45.359891+00:00 Debian Importer Fixing VCID-pzhv-dhbt-aaan None 35.0.0
2024-11-23T23:53:24.433057+00:00 Debian Importer Fixing VCID-eutp-u3c4-aaae None 35.0.0
2024-11-23T23:53:14.806176+00:00 Debian Importer Fixing VCID-rhpa-297r-aaam None 35.0.0
2024-11-23T23:52:48.315884+00:00 Debian Importer Fixing VCID-jd3p-qdc8-aaah https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-23T23:52:46.939372+00:00 Debian Importer Fixing VCID-jd3p-qdc8-aaah None 35.0.0
2024-11-23T23:52:32.482653+00:00 Debian Importer Fixing VCID-84jx-d3z4-aaag None 35.0.0
2024-11-23T23:10:53.678155+00:00 Debian Importer Affected by VCID-y163-ytv8-aaad https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-23T23:10:48.741416+00:00 Debian Importer Affected by VCID-ptfv-zjv6-aaad https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-23T18:35:21.450793+00:00 Debian Importer Affected by VCID-fz5g-qsdx-aaah https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-23T18:23:51.800577+00:00 Debian Importer Affected by VCID-nk4q-jbuf-aaac https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-23T14:27:08.210322+00:00 Debian Importer Fixing VCID-7je1-vmpe-aaad None 35.0.0
2024-11-23T14:26:47.948834+00:00 Debian Importer Fixing VCID-66xg-3bn3-aaaj None 35.0.0
2024-11-23T14:26:40.195097+00:00 Debian Importer Fixing VCID-vffj-n1n7-aaah None 35.0.0
2024-11-23T12:23:40.786896+00:00 Debian Importer Fixing VCID-nd5m-5pst-aaac None 35.0.0
2024-11-23T12:23:33.911977+00:00 Debian Importer Fixing VCID-sx32-s4fx-aaas None 35.0.0
2024-11-22T17:02:32.113996+00:00 Debian Importer Fixing VCID-gk8w-7smm-aaac None 35.0.0
2024-11-22T17:02:28.538544+00:00 Debian Importer Fixing VCID-mjks-tkp5-aaar None 35.0.0
2024-11-22T17:01:22.258577+00:00 Debian Importer Affected by VCID-9ee5-xkhm-aaad https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-22T17:01:18.811694+00:00 Debian Importer Fixing VCID-9ee5-xkhm-aaad https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-22T17:01:12.672894+00:00 Debian Importer Fixing VCID-9ee5-xkhm-aaad None 35.0.0
2024-11-22T17:00:33.864834+00:00 Debian Importer Fixing VCID-naz1-7t8w-aaar https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-22T17:00:31.114462+00:00 Debian Importer Fixing VCID-naz1-7t8w-aaar None 35.0.0
2024-11-22T17:00:29.479588+00:00 Debian Importer Affected by VCID-naz1-7t8w-aaar https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-22T11:34:32.510797+00:00 Debian Importer Fixing VCID-vdbn-p2wm-aaas None 35.0.0
2024-11-22T11:34:31.818291+00:00 Debian Importer Fixing VCID-vdbn-p2wm-aaas https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-20T10:07:56.223013+00:00 Debian Importer Fixing VCID-vdbn-p2wm-aaas None 34.3.2
2024-11-20T10:07:55.519663+00:00 Debian Importer Fixing VCID-vdbn-p2wm-aaas https://security-tracker.debian.org/tracker/data/json 34.3.2
2024-10-11T03:48:54.192371+00:00 Debian Importer Fixing VCID-gvnm-3697-aaap https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-11T03:47:58.343911+00:00 Debian Importer Affected by VCID-vnx7-5dem-aaaj https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-11T03:47:56.018479+00:00 Debian Importer Fixing VCID-vnx7-5dem-aaaj https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-11T00:52:16.943179+00:00 Debian Importer Affected by VCID-x591-qs6b-aaar https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-10T23:31:40.793823+00:00 Debian Importer Fixing VCID-gwcj-g9n8-aaas None 34.0.2
2024-10-10T21:43:12.280344+00:00 Debian Importer Affected by VCID-7j8d-dux3-aaaa https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-10T21:40:29.148615+00:00 Debian Importer Fixing VCID-pzhv-dhbt-aaan None 34.0.2
2024-10-10T21:40:08.429275+00:00 Debian Importer Fixing VCID-eutp-u3c4-aaae None 34.0.2
2024-10-10T21:39:58.541003+00:00 Debian Importer Fixing VCID-rhpa-297r-aaam None 34.0.2
2024-10-10T21:39:31.301349+00:00 Debian Importer Fixing VCID-jd3p-qdc8-aaah https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-10T21:39:29.857150+00:00 Debian Importer Fixing VCID-jd3p-qdc8-aaah None 34.0.2
2024-10-10T21:39:14.974219+00:00 Debian Importer Fixing VCID-84jx-d3z4-aaag None 34.0.2
2024-10-10T20:51:03.646560+00:00 Debian Importer Affected by VCID-y163-ytv8-aaad https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-10T20:51:00.743214+00:00 Debian Importer Affected by VCID-ptfv-zjv6-aaad https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-10T16:28:38.126282+00:00 Debian Importer Affected by VCID-fz5g-qsdx-aaah https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-10T16:24:50.082837+00:00 Debian Importer Affected by VCID-nk4q-jbuf-aaac https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-10T12:12:02.068236+00:00 Debian Importer Fixing VCID-7je1-vmpe-aaad None 34.0.2
2024-10-10T12:11:41.267063+00:00 Debian Importer Fixing VCID-66xg-3bn3-aaaj None 34.0.2
2024-10-10T12:11:33.644292+00:00 Debian Importer Fixing VCID-vffj-n1n7-aaah None 34.0.2
2024-10-10T10:22:42.367030+00:00 Debian Importer Fixing VCID-nd5m-5pst-aaac None 34.0.2
2024-10-10T10:22:35.451671+00:00 Debian Importer Fixing VCID-sx32-s4fx-aaas None 34.0.2
2024-10-09T15:59:50.019378+00:00 Debian Importer Fixing VCID-gk8w-7smm-aaac None 34.0.2
2024-10-09T15:59:46.821386+00:00 Debian Importer Fixing VCID-mjks-tkp5-aaar None 34.0.2
2024-10-09T15:58:42.900193+00:00 Debian Importer Affected by VCID-9ee5-xkhm-aaad https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-09T15:58:39.453309+00:00 Debian Importer Fixing VCID-9ee5-xkhm-aaad https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-09T15:58:33.241261+00:00 Debian Importer Fixing VCID-9ee5-xkhm-aaad None 34.0.2
2024-10-09T15:57:59.280920+00:00 Debian Importer Affected by VCID-naz1-7t8w-aaar https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-09T15:57:55.140873+00:00 Debian Importer Fixing VCID-naz1-7t8w-aaar https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-09T15:57:52.361405+00:00 Debian Importer Fixing VCID-naz1-7t8w-aaar None 34.0.2
2024-10-09T10:37:37.041995+00:00 Debian Importer Fixing VCID-vdbn-p2wm-aaas None 34.0.2
2024-10-09T10:37:36.351323+00:00 Debian Importer Fixing VCID-vdbn-p2wm-aaas https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-09-25T18:01:26.183863+00:00 Debian Importer Fixing VCID-gvnm-3697-aaap https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-25T18:00:41.447770+00:00 Debian Importer Affected by VCID-vnx7-5dem-aaaj https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-25T18:00:35.271057+00:00 Debian Importer Fixing VCID-vnx7-5dem-aaaj https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-20T05:22:35.354648+00:00 Debian Importer Affected by VCID-x591-qs6b-aaar https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-20T04:15:30.742465+00:00 Debian Importer Fixing VCID-gwcj-g9n8-aaas None 34.0.1
2024-09-20T02:38:31.856964+00:00 Debian Importer Affected by VCID-7j8d-dux3-aaaa https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-20T02:35:58.040990+00:00 Debian Importer Fixing VCID-pzhv-dhbt-aaan None 34.0.1
2024-09-20T02:35:36.261635+00:00 Debian Importer Fixing VCID-eutp-u3c4-aaae None 34.0.1
2024-09-20T02:35:26.640064+00:00 Debian Importer Fixing VCID-rhpa-297r-aaam None 34.0.1
2024-09-20T02:34:58.422007+00:00 Debian Importer Fixing VCID-jd3p-qdc8-aaah https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-20T02:34:56.933740+00:00 Debian Importer Fixing VCID-jd3p-qdc8-aaah None 34.0.1
2024-09-20T02:34:41.635779+00:00 Debian Importer Fixing VCID-84jx-d3z4-aaag None 34.0.1
2024-09-20T01:56:48.067017+00:00 Debian Importer Affected by VCID-y163-ytv8-aaad https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-20T01:56:46.012613+00:00 Debian Importer Affected by VCID-ptfv-zjv6-aaad https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-19T22:12:11.692652+00:00 Debian Importer Affected by VCID-fz5g-qsdx-aaah https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-19T22:08:36.992372+00:00 Debian Importer Affected by VCID-nk4q-jbuf-aaac https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-19T18:48:05.984742+00:00 Debian Importer Fixing VCID-7je1-vmpe-aaad None 34.0.1
2024-09-19T18:47:45.595632+00:00 Debian Importer Fixing VCID-66xg-3bn3-aaaj None 34.0.1
2024-09-19T18:47:38.212104+00:00 Debian Importer Fixing VCID-vffj-n1n7-aaah None 34.0.1
2024-09-19T16:57:55.578275+00:00 Debian Importer Fixing VCID-nd5m-5pst-aaac None 34.0.1
2024-09-19T16:57:48.666175+00:00 Debian Importer Fixing VCID-sx32-s4fx-aaas None 34.0.1
2024-09-19T00:45:55.028545+00:00 Debian Importer Fixing VCID-gk8w-7smm-aaac None 34.0.1
2024-09-19T00:45:51.853709+00:00 Debian Importer Fixing VCID-mjks-tkp5-aaar None 34.0.1
2024-09-19T00:44:49.365355+00:00 Debian Importer Affected by VCID-9ee5-xkhm-aaad https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-19T00:44:45.867843+00:00 Debian Importer Fixing VCID-9ee5-xkhm-aaad https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-19T00:44:39.643747+00:00 Debian Importer Fixing VCID-9ee5-xkhm-aaad None 34.0.1
2024-09-19T00:44:06.371883+00:00 Debian Importer Affected by VCID-naz1-7t8w-aaar https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-19T00:44:02.152820+00:00 Debian Importer Fixing VCID-naz1-7t8w-aaar https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-19T00:43:59.355420+00:00 Debian Importer Fixing VCID-naz1-7t8w-aaar None 34.0.1
2024-09-18T20:40:13.500337+00:00 Debian Importer Fixing VCID-vdbn-p2wm-aaas None 34.0.1
2024-09-18T20:40:12.787536+00:00 Debian Importer Fixing VCID-vdbn-p2wm-aaas https://security-tracker.debian.org/tracker/data/json 34.0.1