Search for packages
Package details: pkg:deb/debian/python2.7@2.7.18-8%2Bdeb11u1
purl pkg:deb/debian/python2.7@2.7.18-8%2Bdeb11u1
Next non-vulnerable version None.
Latest non-vulnerable version None.
Risk 3.6
Vulnerabilities affecting this package (7)
Vulnerability Summary Fixed by
VCID-1n4c-69xu-aaae
Aliases:
CVE-2021-3733
There's a flaw in urllib's AbstractBasicAuthHandler class. An attacker who controls a malicious HTTP server that an HTTP client (such as web browser) connects to, could trigger a Regular Expression Denial of Service (ReDOS) during an authentication request with a specially crafted payload that is sent by the server to the client. The greatest threat that this flaw poses is to application availability. There are no reported fixed by versions.
VCID-bdw7-d7up-aaaf
Aliases:
CVE-2021-4189
A flaw was found in Python, specifically in the FTP (File Transfer Protocol) client library in PASV (passive) mode. The issue is how the FTP client trusts the host from the PASV response by default. This flaw allows an attacker to set up a malicious FTP server that can trick FTP clients into connecting back to a given IP address and port. This vulnerability could lead to FTP client scanning ports, which otherwise would not have been possible. There are no reported fixed by versions.
VCID-hq7h-468r-aaad
Aliases:
CVE-2021-3737
A flaw was found in python. An improperly handled HTTP response in the HTTP client code of python may allow a remote attacker, who controls the HTTP server, to make the client script enter an infinite loop, consuming CPU time. The highest threat from this vulnerability is to system availability. There are no reported fixed by versions.
VCID-ks3f-4xzz-aaae
Aliases:
CVE-2015-20107
In Python (aka CPython) through 3.10.4, the mailcap module does not add escape characters into commands discovered in the system mailcap file. This may allow attackers to inject shell commands into applications that call mailcap.findmatch with untrusted input (if they lack validation of user-provided filenames or arguments). There are no reported fixed by versions.
VCID-kxt9-wr47-aaaf
Aliases:
CVE-2024-0450
An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior. The zipfile module is vulnerable to “quoted-overlap” zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive. There are no reported fixed by versions.
VCID-nuws-q4cw-aaae
Aliases:
CVE-2022-45061
An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor; in such a scenario, they could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied supposed hostname. For example, the attack payload could be placed in the Location header of an HTTP response with status code 302. A fix is planned in 3.11.1, 3.10.9, 3.9.16, 3.8.16, and 3.7.16. There are no reported fixed by versions.
VCID-s4tj-c35n-aaad
Aliases:
CVE-2020-26116
http.client in Python 3.x before 3.5.10, 3.6.x before 3.6.12, 3.7.x before 3.7.9, and 3.8.x before 3.8.5 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of HTTPConnection.request. There are no reported fixed by versions.
Vulnerabilities fixed by this package (24)
Vulnerability Summary Aliases
VCID-1n4c-69xu-aaae There's a flaw in urllib's AbstractBasicAuthHandler class. An attacker who controls a malicious HTTP server that an HTTP client (such as web browser) connects to, could trigger a Regular Expression Denial of Service (ReDOS) during an authentication request with a specially crafted payload that is sent by the server to the client. The greatest threat that this flaw poses is to application availability. CVE-2021-3733
VCID-2qpn-vfms-aaap An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally. CVE-2019-16056
VCID-5mx7-64wn-aaar Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking. CVE-2020-8492
VCID-7j5f-h12h-aaaq An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9. CVE-2019-9947
VCID-9v8e-jame-aaaf A security regression of CVE-2019-9636 was discovered in python since commit d537ab0ff9767ef024f26246899728f0116b1ec3 affecting versions 2.7, 3.5, 3.6, 3.7 and from v3.8.0a4 through v3.8.0b1, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password parts of a URL. When an application parses user-supplied URLs to store cookies, authentication credentials, or other kind of information, it is possible for an attacker to provide specially crafted URLs to make the application locate host-related information (e.g. cookies, authentication data) and send them to a different host than where it should, unlike if the URLs had been correctly parsed. The result of an attack may vary based on the application. CVE-2019-10160
VCID-ae3q-mde6-aaab In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation. CVE-2019-20907
VCID-bdw7-d7up-aaaf A flaw was found in Python, specifically in the FTP (File Transfer Protocol) client library in PASV (passive) mode. The issue is how the FTP client trusts the host from the PASV response by default. This flaw allows an attacker to set up a malicious FTP server that can trick FTP clients into connecting back to a given IP address and port. This vulnerability could lead to FTP client scanning ports, which otherwise would not have been possible. CVE-2021-4189
VCID-fyv2-nahw-aaae http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3. CVE-2018-20852
VCID-g2ay-gsja-aaaj The documentation XML-RPC server in Python through 2.7.16, 3.x through 3.6.9, and 3.7.x through 3.7.4 has XSS via the server_title field. This occurs in Lib/DocXMLRPCServer.py in Python 2.x, and in Lib/xmlrpc/server.py in Python 3.x. If set_server_title is called with untrusted input, arbitrary JavaScript can be delivered to clients that visit the http URL for this server. CVE-2019-16935
VCID-gf6k-frsj-aaas An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects servers (such as HTTP servers) that use TLS client authentication. If a TLS server-side socket is created, receives data into the socket buffer, and then is closed quickly, there is a brief window where the SSLSocket instance will detect the socket as "not connected" and won't initiate a handshake, but buffered data will still be readable from the socket buffer. This data will not be authenticated if the server-side TLS peer is expecting client certificate authentication, and is indistinguishable from valid TLS stream data. Data is limited in size to the amount that will fit in the buffer. (The TLS connection cannot directly be used for data exfiltration because the vulnerable code path requires that the connection be closed on initialization of the SSLSocket.) CVE-2023-40217
VCID-gk4y-9r2y-aaar Python 3.x through 3.9.1 has a buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution in certain Python applications that accept floating-point numbers as untrusted input, as demonstrated by a 1e300 argument to c_double.from_param. This occurs because sprintf is used unsafely. CVE-2021-3177
VCID-hq7h-468r-aaad A flaw was found in python. An improperly handled HTTP response in the HTTP client code of python may allow a remote attacker, who controls the HTTP server, to make the client script enter an infinite loop, consuming CPU time. The highest threat from this vulnerability is to system availability. CVE-2021-3737
VCID-ks3f-4xzz-aaae In Python (aka CPython) through 3.10.4, the mailcap module does not add escape characters into commands discovered in the system mailcap file. This may allow attackers to inject shell commands into applications that call mailcap.findmatch with untrusted input (if they lack validation of user-provided filenames or arguments). CVE-2015-20107
VCID-kxt9-wr47-aaaf An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior. The zipfile module is vulnerable to “quoted-overlap” zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive. CVE-2024-0450
VCID-npq4-yhwg-aaad A use-after-free exists in Python through 3.9 via heappushpop in heapq. CVE-2022-48560
VCID-nuws-q4cw-aaae An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor; in such a scenario, they could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied supposed hostname. For example, the attack payload could be placed in the Location header of an HTTP response with status code 302. A fix is planned in 3.11.1, 3.10.9, 3.9.16, 3.8.16, and 3.7.16. CVE-2022-45061
VCID-pxj5-pax2-aaag An issue was discovered in urllib2 in Python 2.x through 2.7.17 and urllib in Python 3.x through 3.8.0. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the host component of a URL) followed by an HTTP header. This is similar to the CVE-2019-9740 query string issue and the CVE-2019-9947 path string issue. (This is not exploitable when glibc has CVE-2016-10739 fixed.). This is fixed in: v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1; v3.6.11, v3.6.11rc1, v3.6.12; v3.7.8, v3.7.8rc1, v3.7.9; v3.8.3, v3.8.3rc1, v3.8.4, v3.8.4rc1, v3.8.5, v3.8.6, v3.8.6rc1. CVE-2019-18348
VCID-q4am-rpfd-aaar An XML External Entity (XXE) issue was discovered in Python through 3.9.1. The plistlib module no longer accepts entity declarations in XML plist files to avoid XML vulnerabilities. CVE-2022-48565
VCID-s4tj-c35n-aaad http.client in Python 3.x before 3.5.10, 3.6.x before 3.6.12, 3.7.x before 3.7.9, and 3.8.x before 3.8.5 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of HTTPConnection.request. CVE-2020-26116
VCID-ttvn-gv7h-aaaq A flaw was found in Python, specifically within the urllib.parse module. This module helps break Uniform Resource Locator (URL) strings into components. The issue involves how the urlparse method does not sanitize input and allows characters like '\r' and '\n' in the URL path. This flaw allows an attacker to input a crafted URL, leading to injection attacks. This flaw affects Python versions prior to 3.10.0b1, 3.9.5, 3.8.11, 3.7.11 and 3.6.14. CVE-2022-0391
VCID-uudz-d713-aaah An issue was discovered in compare_digest in Lib/hmac.py in Python through 3.9.1. Constant-time-defeating optimisations were possible in the accumulator variable in hmac.compare_digest. CVE-2022-48566
VCID-uus3-e399-aaaj An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the query string after a ? character) followed by an HTTP header or a Redis command. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9. CVE-2019-9740
VCID-y1sw-wnzq-aaae An issue in the urllib.parse component of Python before v3.11 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters. CVE-2023-24329
VCID-y3pv-b3df-aaah The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter. CVE-2021-23336

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-22T17:30:38.408207+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-22T13:51:11.726597+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae None 36.1.3
2025-06-22T10:33:08.055494+00:00 Debian Importer Fixing VCID-gk4y-9r2y-aaar None 36.1.3
2025-06-22T04:05:07.206261+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae None 36.1.3
2025-06-21T23:31:22.414035+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T22:12:00.028932+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T19:23:26.080632+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T18:40:14.659596+00:00 Debian Oval Importer Fixing VCID-gf6k-frsj-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:28:12.480292+00:00 Debian Oval Importer Fixing VCID-fyv2-nahw-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T17:03:27.106100+00:00 Debian Oval Importer Fixing VCID-gk4y-9r2y-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:53:32.066081+00:00 Debian Oval Importer Fixing VCID-1n4c-69xu-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:48:06.187077+00:00 Debian Oval Importer Fixing VCID-nuws-q4cw-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:23:02.343796+00:00 Debian Oval Importer Fixing VCID-s4tj-c35n-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T15:47:08.790287+00:00 Debian Oval Importer Fixing VCID-gf6k-frsj-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T15:20:39.974475+00:00 Debian Oval Importer Fixing VCID-5mx7-64wn-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:57:51.127117+00:00 Debian Oval Importer Fixing VCID-uudz-d713-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:56:06.122442+00:00 Debian Oval Importer Fixing VCID-ttvn-gv7h-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:09:11.711984+00:00 Debian Oval Importer Fixing VCID-q4am-rpfd-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:08:57.716686+00:00 Debian Oval Importer Fixing VCID-y1sw-wnzq-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:04:33.699545+00:00 Debian Oval Importer Fixing VCID-bdw7-d7up-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:03:14.228664+00:00 Debian Oval Importer Fixing VCID-ae3q-mde6-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:37:13.148109+00:00 Debian Oval Importer Fixing VCID-hq7h-468r-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:20:37.575855+00:00 Debian Oval Importer Fixing VCID-y3pv-b3df-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:25:57.078639+00:00 Debian Oval Importer Fixing VCID-npq4-yhwg-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T11:36:33.096578+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad None 36.1.3
2025-06-21T11:15:55.398451+00:00 Debian Oval Importer Fixing VCID-ks3f-4xzz-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T08:17:11.966875+00:00 Debian Oval Importer Fixing VCID-1n4c-69xu-aaae None 36.1.3
2025-06-21T08:17:11.258759+00:00 Debian Oval Importer Fixing VCID-s4tj-c35n-aaad None 36.1.3
2025-06-21T08:17:09.914230+00:00 Debian Oval Importer Fixing VCID-ks3f-4xzz-aaae None 36.1.3
2025-06-21T08:17:08.371254+00:00 Debian Oval Importer Fixing VCID-nuws-q4cw-aaae None 36.1.3
2025-06-21T08:17:07.695104+00:00 Debian Oval Importer Fixing VCID-hq7h-468r-aaad None 36.1.3
2025-06-21T08:17:06.336217+00:00 Debian Oval Importer Fixing VCID-bdw7-d7up-aaaf None 36.1.3
2025-06-21T07:14:58.894473+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag None 36.1.3
2025-06-21T06:16:15.365821+00:00 Debian Oval Importer Fixing VCID-gk4y-9r2y-aaar None 36.1.3
2025-06-21T06:03:31.113592+00:00 Debian Oval Importer Fixing VCID-5mx7-64wn-aaar None 36.1.3
2025-06-21T05:59:59.136763+00:00 Debian Oval Importer Fixing VCID-7j5f-h12h-aaaq None 36.1.3
2025-06-21T05:56:48.250843+00:00 Debian Oval Importer Fixing VCID-2qpn-vfms-aaap None 36.1.3
2025-06-21T05:55:05.467668+00:00 Debian Oval Importer Fixing VCID-ae3q-mde6-aaab None 36.1.3
2025-06-21T05:12:03.945008+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad None 36.1.3
2025-06-21T04:53:56.590926+00:00 Debian Oval Importer Fixing VCID-fyv2-nahw-aaae None 36.1.3
2025-06-21T04:33:36.991535+00:00 Debian Oval Importer Fixing VCID-pxj5-pax2-aaag None 36.1.3
2025-06-21T04:21:46.655996+00:00 Debian Oval Importer Fixing VCID-9v8e-jame-aaaf None 36.1.3
2025-06-21T03:33:24.616194+00:00 Debian Oval Importer Fixing VCID-uus3-e399-aaaj None 36.1.3
2025-06-21T02:25:51.367755+00:00 Debian Oval Importer Fixing VCID-g2ay-gsja-aaaj None 36.1.3
2025-06-21T01:40:51.521750+00:00 Debian Importer Fixing VCID-bdw7-d7up-aaaf None 36.1.3
2025-06-21T01:31:36.660472+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T00:23:29.406546+00:00 Debian Importer Fixing VCID-y3pv-b3df-aaah None 36.1.3
2025-06-20T23:12:22.114155+00:00 Debian Importer Fixing VCID-5mx7-64wn-aaar None 36.1.3
2025-06-20T23:11:46.312264+00:00 Debian Importer Affected by VCID-kxt9-wr47-aaaf https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T22:59:19.610734+00:00 Debian Importer Fixing VCID-ae3q-mde6-aaab None 36.1.3
2025-06-20T22:52:06.781413+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae None 36.1.3
2025-06-20T20:36:27.133338+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 36.1.3
2025-06-08T13:19:15.392265+00:00 Debian Oval Importer Fixing VCID-ttvn-gv7h-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:55:54.594395+00:00 Debian Oval Importer Fixing VCID-y1sw-wnzq-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:12:10.792476+00:00 Debian Oval Importer Fixing VCID-pxj5-pax2-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:08:29.372816+00:00 Debian Oval Importer Fixing VCID-q4am-rpfd-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:55:49.094755+00:00 Debian Oval Importer Fixing VCID-7j5f-h12h-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:10:23.293356+00:00 Debian Oval Importer Fixing VCID-gf6k-frsj-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:58:43.942340+00:00 Debian Oval Importer Fixing VCID-fyv2-nahw-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T09:48:26.977101+00:00 Debian Oval Importer Fixing VCID-gk4y-9r2y-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:38:40.497067+00:00 Debian Oval Importer Fixing VCID-1n4c-69xu-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:33:21.876201+00:00 Debian Oval Importer Fixing VCID-nuws-q4cw-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:09:07.415008+00:00 Debian Oval Importer Fixing VCID-s4tj-c35n-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T08:40:35.244269+00:00 Debian Oval Importer Fixing VCID-gf6k-frsj-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T08:14:48.072425+00:00 Debian Oval Importer Fixing VCID-5mx7-64wn-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:51:11.020718+00:00 Debian Oval Importer Fixing VCID-uudz-d713-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:49:35.992461+00:00 Debian Oval Importer Fixing VCID-ttvn-gv7h-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:02:35.112902+00:00 Debian Oval Importer Fixing VCID-q4am-rpfd-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:02:21.355068+00:00 Debian Oval Importer Fixing VCID-y1sw-wnzq-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:58:25.919120+00:00 Debian Oval Importer Fixing VCID-bdw7-d7up-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:57:10.854003+00:00 Debian Oval Importer Fixing VCID-ae3q-mde6-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:31:25.081098+00:00 Debian Oval Importer Fixing VCID-hq7h-468r-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:15:09.785606+00:00 Debian Oval Importer Fixing VCID-y3pv-b3df-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:26:59.821705+00:00 Debian Oval Importer Fixing VCID-npq4-yhwg-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T04:41:02.904499+00:00 Debian Oval Importer Fixing VCID-ks3f-4xzz-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T01:58:34.859440+00:00 Debian Oval Importer Fixing VCID-1n4c-69xu-aaae None 36.1.0
2025-06-08T01:58:34.186804+00:00 Debian Oval Importer Fixing VCID-s4tj-c35n-aaad None 36.1.0
2025-06-08T01:58:32.863630+00:00 Debian Oval Importer Fixing VCID-ks3f-4xzz-aaae None 36.1.0
2025-06-08T01:58:30.839657+00:00 Debian Oval Importer Fixing VCID-nuws-q4cw-aaae None 36.1.0
2025-06-08T01:58:30.087683+00:00 Debian Oval Importer Fixing VCID-hq7h-468r-aaad None 36.1.0
2025-06-08T01:58:28.779252+00:00 Debian Oval Importer Fixing VCID-bdw7-d7up-aaaf None 36.1.0
2025-06-07T23:55:18.289890+00:00 Debian Oval Importer Fixing VCID-gk4y-9r2y-aaar None 36.1.0
2025-06-07T23:42:16.093709+00:00 Debian Oval Importer Fixing VCID-5mx7-64wn-aaar None 36.1.0
2025-06-07T23:38:33.516545+00:00 Debian Oval Importer Fixing VCID-7j5f-h12h-aaaq None 36.1.0
2025-06-07T23:35:23.726621+00:00 Debian Oval Importer Fixing VCID-2qpn-vfms-aaap None 36.1.0
2025-06-07T23:33:40.049022+00:00 Debian Oval Importer Fixing VCID-ae3q-mde6-aaab None 36.1.0
2025-06-07T22:31:14.700197+00:00 Debian Oval Importer Fixing VCID-fyv2-nahw-aaae None 36.1.0
2025-06-07T22:10:06.158625+00:00 Debian Oval Importer Fixing VCID-pxj5-pax2-aaag None 36.1.0
2025-06-07T21:57:54.947156+00:00 Debian Oval Importer Fixing VCID-9v8e-jame-aaaf None 36.1.0
2025-06-07T21:07:05.677278+00:00 Debian Oval Importer Fixing VCID-uus3-e399-aaaj None 36.1.0
2025-06-07T19:49:45.839584+00:00 Debian Oval Importer Fixing VCID-g2ay-gsja-aaaj None 36.1.0
2025-06-05T14:24:02.986053+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 36.1.0
2025-04-12T23:01:14.218890+00:00 Debian Oval Importer Fixing VCID-kxt9-wr47-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-12T22:28:50.969409+00:00 Debian Oval Importer Fixing VCID-npq4-yhwg-aaad https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T22:28:48.943544+00:00 Debian Oval Importer Fixing VCID-uus3-e399-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:49:36.348894+00:00 Debian Oval Importer Fixing VCID-y3pv-b3df-aaah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:41:46.356584+00:00 Debian Oval Importer Fixing VCID-2qpn-vfms-aaap https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:35:29.882244+00:00 Debian Oval Importer Fixing VCID-5mx7-64wn-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:22:25.648215+00:00 Debian Oval Importer Fixing VCID-9v8e-jame-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T20:30:45.561893+00:00 Debian Oval Importer Fixing VCID-g2ay-gsja-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:55:54.185879+00:00 Debian Oval Importer Fixing VCID-gk4y-9r2y-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:54:24.515111+00:00 Debian Oval Importer Fixing VCID-ae3q-mde6-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:33:39.786353+00:00 Debian Oval Importer Fixing VCID-uudz-d713-aaah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:07:20.501164+00:00 Debian Oval Importer Fixing VCID-ttvn-gv7h-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:43:09.015613+00:00 Debian Oval Importer Fixing VCID-y1sw-wnzq-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:57:50.693234+00:00 Debian Oval Importer Fixing VCID-pxj5-pax2-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:54:03.118369+00:00 Debian Oval Importer Fixing VCID-q4am-rpfd-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:40:58.510163+00:00 Debian Oval Importer Fixing VCID-7j5f-h12h-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:53:53.660871+00:00 Debian Oval Importer Fixing VCID-gf6k-frsj-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:41:30.799624+00:00 Debian Oval Importer Fixing VCID-fyv2-nahw-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-08T08:20:44.080968+00:00 Debian Oval Importer Fixing VCID-gk4y-9r2y-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T08:11:03.801737+00:00 Debian Oval Importer Fixing VCID-1n4c-69xu-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T08:05:43.451877+00:00 Debian Oval Importer Fixing VCID-nuws-q4cw-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T07:40:56.826432+00:00 Debian Oval Importer Fixing VCID-s4tj-c35n-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T07:12:02.365770+00:00 Debian Oval Importer Fixing VCID-gf6k-frsj-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:46:29.980106+00:00 Debian Oval Importer Fixing VCID-5mx7-64wn-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:23:37.216157+00:00 Debian Oval Importer Fixing VCID-uudz-d713-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:22:02.175311+00:00 Debian Oval Importer Fixing VCID-ttvn-gv7h-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:35:18.855106+00:00 Debian Oval Importer Fixing VCID-q4am-rpfd-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:35:05.013970+00:00 Debian Oval Importer Fixing VCID-y1sw-wnzq-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:31:00.863938+00:00 Debian Oval Importer Fixing VCID-bdw7-d7up-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:29:43.003282+00:00 Debian Oval Importer Fixing VCID-ae3q-mde6-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:03:40.930237+00:00 Debian Oval Importer Fixing VCID-hq7h-468r-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:47:22.388116+00:00 Debian Oval Importer Fixing VCID-y3pv-b3df-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:58:13.628892+00:00 Debian Oval Importer Fixing VCID-npq4-yhwg-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:12:05.560514+00:00 Debian Oval Importer Fixing VCID-ks3f-4xzz-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T00:30:13.706304+00:00 Debian Oval Importer Fixing VCID-1n4c-69xu-aaae None 36.0.0
2025-04-08T00:30:13.017422+00:00 Debian Oval Importer Fixing VCID-s4tj-c35n-aaad None 36.0.0
2025-04-08T00:30:11.396150+00:00 Debian Oval Importer Fixing VCID-ks3f-4xzz-aaae None 36.0.0
2025-04-08T00:30:09.935691+00:00 Debian Oval Importer Fixing VCID-nuws-q4cw-aaae None 36.0.0
2025-04-08T00:30:09.244331+00:00 Debian Oval Importer Fixing VCID-hq7h-468r-aaad None 36.0.0
2025-04-08T00:30:07.275393+00:00 Debian Oval Importer Fixing VCID-bdw7-d7up-aaaf None 36.0.0
2025-04-07T22:27:26.994360+00:00 Debian Oval Importer Fixing VCID-gk4y-9r2y-aaar None 36.0.0
2025-04-07T22:14:20.026227+00:00 Debian Oval Importer Fixing VCID-5mx7-64wn-aaar None 36.0.0
2025-04-07T22:10:41.743797+00:00 Debian Oval Importer Fixing VCID-7j5f-h12h-aaaq None 36.0.0
2025-04-07T22:07:26.431024+00:00 Debian Oval Importer Fixing VCID-2qpn-vfms-aaap None 36.0.0
2025-04-07T22:05:40.950066+00:00 Debian Oval Importer Fixing VCID-ae3q-mde6-aaab None 36.0.0
2025-04-07T21:02:52.995567+00:00 Debian Oval Importer Fixing VCID-fyv2-nahw-aaae None 36.0.0
2025-04-07T20:41:34.805304+00:00 Debian Oval Importer Fixing VCID-pxj5-pax2-aaag None 36.0.0
2025-04-07T20:28:35.694336+00:00 Debian Oval Importer Fixing VCID-9v8e-jame-aaaf None 36.0.0
2025-04-07T19:37:20.521240+00:00 Debian Oval Importer Fixing VCID-uus3-e399-aaaj None 36.0.0
2025-04-07T18:27:35.440128+00:00 Debian Oval Importer Fixing VCID-g2ay-gsja-aaaj None 36.0.0
2025-04-07T11:33:39.619154+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-06T23:48:22.579307+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-06T10:08:49.210744+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-06T07:13:20.880703+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae None 36.0.0
2025-04-06T03:53:34.324810+00:00 Debian Importer Fixing VCID-gk4y-9r2y-aaar None 36.0.0
2025-04-05T22:12:53.534583+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae None 36.0.0
2025-04-05T19:04:57.365545+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-05T18:12:29.063827+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-05T15:33:49.973585+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-05T08:27:21.302770+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad None 36.0.0
2025-04-05T04:31:16.015593+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag None 36.0.0
2025-04-04T08:02:00.025082+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad None 36.0.0
2025-04-04T04:25:33.434912+00:00 Debian Importer Fixing VCID-bdw7-d7up-aaaf None 36.0.0
2025-04-04T04:15:57.117946+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T03:06:00.856435+00:00 Debian Importer Fixing VCID-y3pv-b3df-aaah None 36.0.0
2025-04-04T01:52:33.810455+00:00 Debian Importer Fixing VCID-5mx7-64wn-aaar None 36.0.0
2025-04-04T01:51:54.751938+00:00 Debian Importer Affected by VCID-kxt9-wr47-aaaf https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T01:38:44.031994+00:00 Debian Importer Fixing VCID-ae3q-mde6-aaab None 36.0.0
2025-04-04T01:31:04.666386+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae None 36.0.0
2025-04-03T23:23:00.852173+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 36.0.0
2025-02-21T17:52:22.057246+00:00 Debian Importer Affected by VCID-kxt9-wr47-aaaf https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T04:36:39.964138+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T04:36:35.878031+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae None 35.1.0
2025-02-20T06:48:13.275466+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-20T06:48:06.162225+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 35.1.0
2025-02-20T06:48:03.811316+00:00 Debian Importer Fixing VCID-bdw7-d7up-aaaf None 35.1.0
2025-02-20T03:00:48.862521+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-20T03:00:46.777653+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad None 35.1.0
2025-02-20T02:53:24.519681+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae None 35.1.0
2025-02-20T02:53:22.446142+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-20T01:22:35.124987+00:00 Debian Importer Fixing VCID-gk4y-9r2y-aaar None 35.1.0
2025-02-19T20:47:42.312558+00:00 Debian Importer Fixing VCID-y3pv-b3df-aaah None 35.1.0
2025-02-19T18:41:41.959314+00:00 Debian Importer Fixing VCID-5mx7-64wn-aaar None 35.1.0
2025-02-19T15:15:02.027930+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad None 35.1.0
2025-02-19T15:15:01.363945+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-19T09:05:00.057081+00:00 Debian Importer Fixing VCID-ae3q-mde6-aaab None 35.1.0
2025-02-19T07:52:56.003687+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-19T07:52:54.656026+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag None 35.1.0
2025-02-18T14:27:22.419259+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-18T14:27:20.311695+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae None 35.1.0
2024-11-24T06:22:08.374731+00:00 Debian Importer Affected by VCID-kxt9-wr47-aaaf https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-23T18:44:37.840735+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-23T18:44:34.013157+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae None 35.0.0
2024-11-23T00:39:21.894739+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-23T00:39:14.974729+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 35.0.0
2024-11-23T00:39:12.800548+00:00 Debian Importer Fixing VCID-bdw7-d7up-aaaf None 35.0.0
2024-11-22T20:50:00.449315+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-22T20:49:58.375657+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad None 35.0.0
2024-11-22T20:49:38.234037+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae None 35.0.0
2024-11-22T20:49:36.231935+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-22T19:34:25.696829+00:00 Debian Importer Fixing VCID-gk4y-9r2y-aaar None 35.0.0
2024-11-22T12:21:07.962833+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad None 35.0.0
2024-11-22T12:21:07.293061+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-22T05:18:03.842685+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-22T05:18:02.455815+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag None 35.0.0
2024-11-21T12:34:16.854101+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-21T12:34:14.715175+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae None 35.0.0
2024-11-20T03:54:45.053045+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 34.3.2
2024-11-20T03:54:43.534487+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag None 34.3.2
2024-11-19T12:08:02.945257+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae https://security-tracker.debian.org/tracker/data/json 34.3.2
2024-11-19T12:08:00.807436+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae None 34.3.2
2024-10-11T03:18:09.529282+00:00 Debian Importer Affected by VCID-kxt9-wr47-aaaf https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-10T16:45:22.176612+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-10T16:45:18.385692+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae None 34.0.2
2024-10-09T23:06:32.704589+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-09T23:06:25.447817+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 34.0.2
2024-10-09T23:06:23.264408+00:00 Debian Importer Fixing VCID-bdw7-d7up-aaaf None 34.0.2
2024-10-09T19:22:13.025891+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-09T19:22:10.688249+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad None 34.0.2
2024-10-09T19:21:54.353311+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae None 34.0.2
2024-10-09T19:21:50.740157+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-09T18:20:28.272723+00:00 Debian Importer Fixing VCID-gk4y-9r2y-aaar None 34.0.2
2024-10-09T11:54:35.938550+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad None 34.0.2
2024-10-09T11:54:35.256893+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-09T04:47:16.744850+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-09T04:47:15.179259+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag None 34.0.2
2024-10-08T12:57:42.341994+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-08T12:57:40.194538+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae None 34.0.2
2024-09-20T07:30:09.140810+00:00 Debian Importer Affected by VCID-kxt9-wr47-aaaf https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-19T22:20:47.785200+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-19T22:20:44.029183+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae None 34.0.1
2024-09-19T06:52:04.783650+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-19T06:51:57.898782+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 34.0.1
2024-09-19T06:51:55.752727+00:00 Debian Importer Fixing VCID-bdw7-d7up-aaaf None 34.0.1
2024-09-19T03:38:31.693273+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-19T03:38:29.605929+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad None 34.0.1
2024-09-19T03:38:18.462275+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae None 34.0.1
2024-09-19T03:38:16.441548+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-19T02:45:26.293974+00:00 Debian Importer Fixing VCID-gk4y-9r2y-aaar None 34.0.1
2024-09-18T21:29:02.098886+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad None 34.0.1
2024-09-18T21:29:01.428089+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-18T16:04:52.154487+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-18T16:04:50.783099+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag None 34.0.1
2024-09-18T02:56:25.672740+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-18T02:56:23.490378+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae None 34.0.1
2024-05-20T15:54:46.666208+00:00 Debian Importer Affected by VCID-kxt9-wr47-aaaf https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-25T21:39:08.978441+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-25T21:39:07.735034+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae None 34.0.0rc4
2024-04-25T05:15:07.694589+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-25T05:15:02.026470+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 34.0.0rc4
2024-04-25T05:15:00.423219+00:00 Debian Importer Fixing VCID-bdw7-d7up-aaaf None 34.0.0rc4
2024-04-25T02:09:20.039824+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-25T02:09:19.179995+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad None 34.0.0rc4
2024-04-25T02:09:10.776636+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae None 34.0.0rc4
2024-04-25T02:09:10.014549+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-25T01:00:36.227646+00:00 Debian Importer Fixing VCID-gk4y-9r2y-aaar None 34.0.0rc4
2024-04-24T21:46:10.199311+00:00 Debian Importer Fixing VCID-y3pv-b3df-aaah None 34.0.0rc4
2024-04-24T20:45:33.262591+00:00 Debian Importer Fixing VCID-5mx7-64wn-aaar None 34.0.0rc4
2024-04-24T19:10:07.978771+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad None 34.0.0rc4
2024-04-24T19:10:07.144507+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-24T15:48:31.532943+00:00 Debian Importer Fixing VCID-ae3q-mde6-aaab None 34.0.0rc4
2024-04-24T15:00:15.921355+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-24T15:00:14.375193+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag None 34.0.0rc4
2024-04-24T09:26:30.838774+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-24T09:26:28.308857+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae None 34.0.0rc4
2024-01-12T07:51:26.349561+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-12T07:51:25.290387+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae None 34.0.0rc2
2024-01-11T06:57:56.445212+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-11T06:57:37.336414+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 34.0.0rc2
2024-01-11T06:57:33.029256+00:00 Debian Importer Fixing VCID-bdw7-d7up-aaaf None 34.0.0rc2
2024-01-11T03:12:44.426280+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-11T03:12:43.581552+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad None 34.0.0rc2
2024-01-11T03:12:36.296538+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae None 34.0.0rc2
2024-01-11T03:12:35.473824+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-11T02:03:18.323413+00:00 Debian Importer Fixing VCID-gk4y-9r2y-aaar None 34.0.0rc2
2024-01-10T22:40:12.267261+00:00 Debian Importer Fixing VCID-y3pv-b3df-aaah None 34.0.0rc2
2024-01-10T21:55:43.850454+00:00 Debian Importer Fixing VCID-5mx7-64wn-aaar None 34.0.0rc2
2024-01-10T20:39:01.765217+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad None 34.0.0rc2
2024-01-10T20:39:00.985794+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-10T18:09:26.387421+00:00 Debian Importer Fixing VCID-ae3q-mde6-aaab None 34.0.0rc2
2024-01-10T17:41:24.362119+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-10T17:41:22.592609+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag None 34.0.0rc2
2024-01-10T11:15:08.630898+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-10T11:14:50.663645+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae None 34.0.0rc2
2024-01-05T05:47:43.994273+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-05T05:47:42.979520+00:00 Debian Importer Affected by VCID-nuws-q4cw-aaae None 34.0.0rc1
2024-01-04T17:53:20.256440+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-04T17:53:14.676245+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 34.0.0rc1
2024-01-04T17:53:12.973897+00:00 Debian Importer Fixing VCID-bdw7-d7up-aaaf None 34.0.0rc1
2024-01-04T15:19:11.856168+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-04T15:19:11.069172+00:00 Debian Importer Affected by VCID-hq7h-468r-aaad None 34.0.0rc1
2024-01-04T15:19:04.706855+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae None 34.0.0rc1
2024-01-04T15:19:03.919098+00:00 Debian Importer Affected by VCID-1n4c-69xu-aaae https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-04T14:25:52.069060+00:00 Debian Importer Fixing VCID-gk4y-9r2y-aaar None 34.0.0rc1
2024-01-04T11:50:44.845037+00:00 Debian Importer Fixing VCID-y3pv-b3df-aaah None 34.0.0rc1
2024-01-04T11:10:31.379164+00:00 Debian Importer Fixing VCID-5mx7-64wn-aaar None 34.0.0rc1
2024-01-04T09:59:01.537446+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad None 34.0.0rc1
2024-01-04T09:59:00.748330+00:00 Debian Importer Affected by VCID-s4tj-c35n-aaad https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-04T07:41:32.261386+00:00 Debian Importer Fixing VCID-ae3q-mde6-aaab None 34.0.0rc1
2024-01-04T07:17:29.469351+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-04T07:17:27.922239+00:00 Debian Importer Fixing VCID-pxj5-pax2-aaag None 34.0.0rc1
2024-01-04T03:25:55.366785+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-04T03:25:52.474302+00:00 Debian Importer Affected by VCID-ks3f-4xzz-aaae None 34.0.0rc1