Search for packages
Package details: pkg:deb/debian/python2.7@2.7.16-2%2Bdeb10u1
purl pkg:deb/debian/python2.7@2.7.16-2%2Bdeb10u1
Next non-vulnerable version None.
Latest non-vulnerable version None.
Risk 4.5
Vulnerabilities affecting this package (24)
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-2qpn-vfms-aaap
Aliases:
CVE-2019-16056
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-5mx7-64wn-aaar
Aliases:
CVE-2020-8492
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.
2.7.18-8
Affected by 13 other vulnerabilities.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-7j5f-h12h-aaaq
Aliases:
CVE-2019-9947
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-9v8e-jame-aaaf
Aliases:
CVE-2019-10160
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-ae3q-mde6-aaab
Aliases:
CVE-2019-20907
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.
2.7.18-8
Affected by 13 other vulnerabilities.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-fyv2-nahw-aaae
Aliases:
CVE-2018-20852
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-g2ay-gsja-aaaj
Aliases:
CVE-2019-16935
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-gf6k-frsj-aaas
Aliases:
CVE-2023-40217
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.)
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-gk4y-9r2y-aaar
Aliases:
CVE-2021-3177
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.
2.7.18-8
Affected by 13 other vulnerabilities.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
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).
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-npq4-yhwg-aaad
Aliases:
CVE-2022-48560
A use-after-free exists in Python through 3.9 via heappushpop in heapq.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-pxj5-pax2-aaag
Aliases:
CVE-2019-18348
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.
2.7.18-8
Affected by 13 other vulnerabilities.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-q4am-rpfd-aaar
Aliases:
CVE-2022-48565
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-ttvn-gv7h-aaaq
Aliases:
CVE-2022-0391
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-uudz-d713-aaah
Aliases:
CVE-2022-48566
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-uus3-e399-aaaj
Aliases:
CVE-2019-9740
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-y1sw-wnzq-aaae
Aliases:
CVE-2023-24329
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
VCID-y3pv-b3df-aaah
Aliases:
CVE-2021-23336
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.
2.7.18-8+deb11u1
Affected by 7 other vulnerabilities.
Vulnerabilities fixed by this package (15)
Vulnerability Summary Aliases
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-38bk-w3q5-aaam Python 2.7.14 is vulnerable to a Heap-Buffer-Overflow as well as a Heap-Use-After-Free. Python versions prior to 2.7.14 may also be vulnerable and it appears that Python 2.7.17 and prior may also be vulnerable however this has not been confirmed. The vulnerability lies when multiply threads are handling large amounts of data. In both cases there is essentially a race condition that occurs. For the Heap-Buffer-Overflow, Thread 2 is creating the size for a buffer, but Thread1 is already writing to the buffer without knowing how much to write. So when a large amount of data is being processed, it is very easy to cause memory corruption using a Heap-Buffer-Overflow. As for the Use-After-Free, Thread3->Malloc->Thread1->Free's->Thread2-Re-uses-Free'd Memory. The PSRT has stated that this is not a security vulnerability due to the fact that the attacker must be able to run code, however in some situations, such as function as a service, this vulnerability can potentially be used by an attacker to violate a trust boundary, as such the DWF feels this issue deserves a CVE. CVE-2018-1000030
VCID-5uf2-rsr8-aaaq python before versions 2.7.15, 3.4.9, 3.5.6rc1, 3.6.5rc1 and 3.7.0 is vulnerable to catastrophic backtracking in pop3lib's apop() method. An attacker could use this flaw to cause denial of service. CVE-2018-1060
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-cwk6-bkfs-aaaq Python 2.7.x through 2.7.16 and 3.x through 3.7.2 is affected by: Improper Handling of Unicode Encoding (with an incorrect netloc) during NFKC normalization. The impact is: Information disclosure (credentials, cookies, etc. that are cached against a given hostname). The components are: urllib.parse.urlsplit, urllib.parse.urlparse. The attack vector is: A specially crafted URL could be incorrectly parsed to locate cookies or authentication data and send that information to a different host than when parsed correctly. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.7, 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.3, v3.7.3rc1, 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-9636
VCID-d4wq-c7dx-aaaq An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability. CVE-2019-5010
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-t8u8-wm8j-aaap urllib in Python 2.x through 2.7.16 supports the local_file: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen('local_file:///etc/passwd') call. CVE-2019-9948
VCID-t9r7-bftk-aaab python before versions 2.7.15, 3.4.9, 3.5.6rc1, 3.6.5rc1 and 3.7.0 is vulnerable to catastrophic backtracking in the difflib.IS_LINE_JUNK method. An attacker could use this flaw to cause denial of service. CVE-2018-1061
VCID-tw36-yrrr-aaam Python's elementtree C accelerator failed to initialise Expat's hash salt during initialization. This could make it easy to conduct denial of service attacks against Expat by constructing an XML document that would cause pathological hash collisions in Expat's internal data structures, consuming large amounts CPU and RAM. The vulnerability exists in Python versions 3.7.0, 3.6.0 through 3.6.6, 3.5.0 through 3.5.6, 3.4.0 through 3.4.9, 2.7.0 through 2.7.15. CVE-2018-14647
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-x6nm-wmxr-aaad Python Software Foundation Python (CPython) version 2.7 contains a CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection') vulnerability in shutil module (make_archive function) that can result in Denial of service, Information gain via injection of arbitrary files on the system or entire drive. This attack appear to be exploitable via Passage of unfiltered user input to the function. This vulnerability appears to have been fixed in after commit add531a1e55b0a739b0f42582f1c9747e5649ace. CVE-2018-1000802
VCID-xjag-yukv-aaae CPython (aka Python) up to 2.7.13 is vulnerable to an integer overflow in the PyString_DecodeEscape function in stringobject.c, resulting in heap-based buffer overflow (and possible arbitrary code execution) CVE-2017-1000158

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-22T10:33:08.052987+00:00 Debian Importer Affected by VCID-gk4y-9r2y-aaar None 36.1.3
2025-06-22T09:49:45.760008+00:00 Debian Importer Fixing VCID-38bk-w3q5-aaam None 36.1.3
2025-06-21T19:23:26.077456+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T18:59:18.921457+00:00 Debian Oval Importer Fixing VCID-38bk-w3q5-aaam https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:40:14.657183+00:00 Debian Oval Importer Affected by VCID-gf6k-frsj-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:28:12.477608+00:00 Debian Oval Importer Affected by VCID-fyv2-nahw-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:04:41.061192+00:00 Debian Oval Importer Fixing VCID-9v8e-jame-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T18:04:24.206260+00:00 Debian Oval Importer Fixing VCID-tw36-yrrr-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T17:03:27.103283+00:00 Debian Oval Importer Affected by VCID-gk4y-9r2y-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:53:32.063648+00:00 Debian Oval Importer Affected by VCID-1n4c-69xu-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:48:06.185091+00:00 Debian Oval Importer Affected by VCID-nuws-q4cw-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:42:50.700062+00:00 Debian Oval Importer Fixing VCID-5uf2-rsr8-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:34:08.971406+00:00 Debian Oval Importer Fixing VCID-t9r7-bftk-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:23:02.341773+00:00 Debian Oval Importer Affected by VCID-s4tj-c35n-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T15:47:08.787869+00:00 Debian Oval Importer Affected by VCID-gf6k-frsj-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T15:31:04.864938+00:00 Debian Oval Importer Fixing VCID-7j5f-h12h-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T15:23:04.051524+00:00 Debian Oval Importer Fixing VCID-g2ay-gsja-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T15:20:39.971898+00:00 Debian Oval Importer Affected by VCID-5mx7-64wn-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T15:17:27.425108+00:00 Debian Oval Importer Fixing VCID-xjag-yukv-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:57:51.124669+00:00 Debian Oval Importer Affected by VCID-uudz-d713-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:56:06.118939+00:00 Debian Oval Importer Affected by VCID-ttvn-gv7h-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:46:39.927469+00:00 Debian Oval Importer Fixing VCID-cwk6-bkfs-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:40:04.849947+00:00 Debian Oval Importer Fixing VCID-fyv2-nahw-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:09:11.709266+00:00 Debian Oval Importer Affected by VCID-q4am-rpfd-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:08:57.714773+00:00 Debian Oval Importer Affected by VCID-y1sw-wnzq-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:06:05.445039+00:00 Debian Oval Importer Fixing VCID-x6nm-wmxr-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:04:33.696922+00:00 Debian Oval Importer Affected by VCID-bdw7-d7up-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:03:14.225905+00:00 Debian Oval Importer Affected by VCID-ae3q-mde6-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:58:42.330307+00:00 Debian Oval Importer Fixing VCID-38bk-w3q5-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:37:13.145870+00:00 Debian Oval Importer Affected by VCID-hq7h-468r-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:22:05.032892+00:00 Debian Oval Importer Fixing VCID-t8u8-wm8j-aaap https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:20:37.573478+00:00 Debian Oval Importer Affected by VCID-y3pv-b3df-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:25:57.076034+00:00 Debian Oval Importer Affected by VCID-npq4-yhwg-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:09:26.348895+00:00 Debian Oval Importer Fixing VCID-d4wq-c7dx-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T11:38:59.661448+00:00 Debian Oval Importer Fixing VCID-uus3-e399-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T11:38:40.913003+00:00 Debian Oval Importer Fixing VCID-2qpn-vfms-aaap https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T11:15:55.396508+00:00 Debian Oval Importer Affected by VCID-ks3f-4xzz-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T08:17:11.964515+00:00 Debian Oval Importer Affected by VCID-1n4c-69xu-aaae None 36.1.3
2025-06-21T08:17:11.256750+00:00 Debian Oval Importer Affected by VCID-s4tj-c35n-aaad None 36.1.3
2025-06-21T08:17:09.911811+00:00 Debian Oval Importer Affected by VCID-ks3f-4xzz-aaae None 36.1.3
2025-06-21T08:17:08.368953+00:00 Debian Oval Importer Affected by VCID-nuws-q4cw-aaae None 36.1.3
2025-06-21T08:17:07.693243+00:00 Debian Oval Importer Affected by VCID-hq7h-468r-aaad None 36.1.3
2025-06-21T08:17:06.333906+00:00 Debian Oval Importer Affected by VCID-bdw7-d7up-aaaf None 36.1.3
2025-06-21T07:14:58.891933+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag None 36.1.3
2025-06-21T06:16:15.363623+00:00 Debian Oval Importer Affected by VCID-gk4y-9r2y-aaar None 36.1.3
2025-06-21T06:03:31.110567+00:00 Debian Oval Importer Affected by VCID-5mx7-64wn-aaar None 36.1.3
2025-06-21T05:59:59.134508+00:00 Debian Oval Importer Affected by VCID-7j5f-h12h-aaaq None 36.1.3
2025-06-21T05:56:48.248706+00:00 Debian Oval Importer Affected by VCID-2qpn-vfms-aaap None 36.1.3
2025-06-21T05:55:05.465722+00:00 Debian Oval Importer Affected by VCID-ae3q-mde6-aaab None 36.1.3
2025-06-21T04:53:56.588572+00:00 Debian Oval Importer Affected by VCID-fyv2-nahw-aaae None 36.1.3
2025-06-21T04:33:36.989331+00:00 Debian Oval Importer Affected by VCID-pxj5-pax2-aaag None 36.1.3
2025-06-21T04:21:46.653242+00:00 Debian Oval Importer Affected by VCID-9v8e-jame-aaaf None 36.1.3
2025-06-21T03:33:24.613256+00:00 Debian Oval Importer Affected by VCID-uus3-e399-aaaj None 36.1.3
2025-06-21T02:25:51.365234+00:00 Debian Oval Importer Affected by VCID-g2ay-gsja-aaaj None 36.1.3
2025-06-21T01:40:51.519154+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 36.1.3
2025-06-21T00:40:05.470887+00:00 Debian Oval Importer Fixing VCID-t9r7-bftk-aaab None 36.1.3
2025-06-21T00:23:29.403914+00:00 Debian Importer Affected by VCID-y3pv-b3df-aaah None 36.1.3
2025-06-21T00:03:59.608478+00:00 Debian Oval Importer Fixing VCID-g2ay-gsja-aaaj None 36.1.3
2025-06-20T23:35:01.736261+00:00 Debian Oval Importer Fixing VCID-d4wq-c7dx-aaaq None 36.1.3
2025-06-20T23:29:56.543363+00:00 Debian Oval Importer Fixing VCID-x6nm-wmxr-aaad None 36.1.3
2025-06-20T23:13:10.362706+00:00 Debian Oval Importer Fixing VCID-xjag-yukv-aaae None 36.1.3
2025-06-20T23:12:22.111789+00:00 Debian Importer Affected by VCID-5mx7-64wn-aaar None 36.1.3
2025-06-20T23:03:44.816866+00:00 Debian Oval Importer Fixing VCID-fyv2-nahw-aaae None 36.1.3
2025-06-20T22:59:19.608374+00:00 Debian Importer Affected by VCID-ae3q-mde6-aaab None 36.1.3
2025-06-20T22:42:26.357801+00:00 Debian Oval Importer Fixing VCID-9v8e-jame-aaaf None 36.1.3
2025-06-20T22:03:45.638976+00:00 Debian Oval Importer Fixing VCID-cwk6-bkfs-aaaq None 36.1.3
2025-06-20T21:47:40.478864+00:00 Debian Oval Importer Fixing VCID-7j5f-h12h-aaaq None 36.1.3
2025-06-20T21:32:10.385254+00:00 Debian Oval Importer Fixing VCID-uus3-e399-aaaj None 36.1.3
2025-06-20T21:29:19.073625+00:00 Debian Oval Importer Fixing VCID-2qpn-vfms-aaap None 36.1.3
2025-06-20T21:23:54.205241+00:00 Debian Oval Importer Fixing VCID-38bk-w3q5-aaam None 36.1.3
2025-06-20T21:10:26.659184+00:00 Debian Oval Importer Fixing VCID-5uf2-rsr8-aaaq None 36.1.3
2025-06-20T21:07:26.182776+00:00 Debian Oval Importer Fixing VCID-t8u8-wm8j-aaap None 36.1.3
2025-06-20T20:57:41.686921+00:00 Debian Oval Importer Fixing VCID-tw36-yrrr-aaam None 36.1.3
2025-06-08T13:19:41.808229+00:00 Debian Oval Importer Fixing VCID-cwk6-bkfs-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T13:19:15.390634+00:00 Debian Oval Importer Affected by VCID-ttvn-gv7h-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:55:54.592750+00:00 Debian Oval Importer Affected by VCID-y1sw-wnzq-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:51:18.046635+00:00 Debian Oval Importer Fixing VCID-5uf2-rsr8-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:40:43.193608+00:00 Debian Oval Importer Fixing VCID-tw36-yrrr-aaam https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:12:10.790783+00:00 Debian Oval Importer Affected by VCID-pxj5-pax2-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:08:29.370411+00:00 Debian Oval Importer Affected by VCID-q4am-rpfd-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:55:49.092787+00:00 Debian Oval Importer Affected by VCID-7j5f-h12h-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:28:39.510857+00:00 Debian Oval Importer Fixing VCID-38bk-w3q5-aaam https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:10:23.291746+00:00 Debian Oval Importer Affected by VCID-gf6k-frsj-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:58:43.940704+00:00 Debian Oval Importer Affected by VCID-fyv2-nahw-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:36:19.924098+00:00 Debian Oval Importer Fixing VCID-9v8e-jame-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T10:36:03.546047+00:00 Debian Oval Importer Fixing VCID-tw36-yrrr-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:48:26.975500+00:00 Debian Oval Importer Affected by VCID-gk4y-9r2y-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:38:40.495426+00:00 Debian Oval Importer Affected by VCID-1n4c-69xu-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:33:21.874538+00:00 Debian Oval Importer Affected by VCID-nuws-q4cw-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:28:07.387617+00:00 Debian Oval Importer Fixing VCID-5uf2-rsr8-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:19:51.165489+00:00 Debian Oval Importer Fixing VCID-t9r7-bftk-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:09:07.413344+00:00 Debian Oval Importer Affected by VCID-s4tj-c35n-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T08:40:35.242669+00:00 Debian Oval Importer Affected by VCID-gf6k-frsj-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T08:25:36.782065+00:00 Debian Oval Importer Fixing VCID-7j5f-h12h-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T08:17:32.180801+00:00 Debian Oval Importer Fixing VCID-g2ay-gsja-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T08:14:48.070746+00:00 Debian Oval Importer Affected by VCID-5mx7-64wn-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T08:11:17.317094+00:00 Debian Oval Importer Fixing VCID-xjag-yukv-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:51:11.019083+00:00 Debian Oval Importer Affected by VCID-uudz-d713-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:49:35.990814+00:00 Debian Oval Importer Affected by VCID-ttvn-gv7h-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:40:01.738137+00:00 Debian Oval Importer Fixing VCID-cwk6-bkfs-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:33:16.208186+00:00 Debian Oval Importer Fixing VCID-fyv2-nahw-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:02:35.111205+00:00 Debian Oval Importer Affected by VCID-q4am-rpfd-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:02:21.353428+00:00 Debian Oval Importer Affected by VCID-y1sw-wnzq-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:59:55.353831+00:00 Debian Oval Importer Fixing VCID-x6nm-wmxr-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:58:25.917458+00:00 Debian Oval Importer Affected by VCID-bdw7-d7up-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:57:10.852358+00:00 Debian Oval Importer Affected by VCID-ae3q-mde6-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:52:52.412262+00:00 Debian Oval Importer Fixing VCID-38bk-w3q5-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:31:25.079437+00:00 Debian Oval Importer Affected by VCID-hq7h-468r-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:16:36.845930+00:00 Debian Oval Importer Fixing VCID-t8u8-wm8j-aaap https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:15:09.783802+00:00 Debian Oval Importer Affected by VCID-y3pv-b3df-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:26:59.820068+00:00 Debian Oval Importer Affected by VCID-npq4-yhwg-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:15:48.673304+00:00 Debian Oval Importer Fixing VCID-d4wq-c7dx-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T04:56:10.855476+00:00 Debian Oval Importer Fixing VCID-uus3-e399-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T04:55:58.669331+00:00 Debian Oval Importer Fixing VCID-2qpn-vfms-aaap https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T04:41:02.898432+00:00 Debian Oval Importer Affected by VCID-ks3f-4xzz-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T01:58:34.857718+00:00 Debian Oval Importer Affected by VCID-1n4c-69xu-aaae None 36.1.0
2025-06-08T01:58:34.184899+00:00 Debian Oval Importer Affected by VCID-s4tj-c35n-aaad None 36.1.0
2025-06-08T01:58:32.861965+00:00 Debian Oval Importer Affected by VCID-ks3f-4xzz-aaae None 36.1.0
2025-06-08T01:58:30.838026+00:00 Debian Oval Importer Affected by VCID-nuws-q4cw-aaae None 36.1.0
2025-06-08T01:58:30.085856+00:00 Debian Oval Importer Affected by VCID-hq7h-468r-aaad None 36.1.0
2025-06-08T01:58:28.777333+00:00 Debian Oval Importer Affected by VCID-bdw7-d7up-aaaf None 36.1.0
2025-06-07T23:55:18.288178+00:00 Debian Oval Importer Affected by VCID-gk4y-9r2y-aaar None 36.1.0
2025-06-07T23:42:16.091980+00:00 Debian Oval Importer Affected by VCID-5mx7-64wn-aaar None 36.1.0
2025-06-07T23:38:33.514319+00:00 Debian Oval Importer Affected by VCID-7j5f-h12h-aaaq None 36.1.0
2025-06-07T23:35:23.724462+00:00 Debian Oval Importer Affected by VCID-2qpn-vfms-aaap None 36.1.0
2025-06-07T23:33:40.047220+00:00 Debian Oval Importer Affected by VCID-ae3q-mde6-aaab None 36.1.0
2025-06-07T22:31:14.697897+00:00 Debian Oval Importer Affected by VCID-fyv2-nahw-aaae None 36.1.0
2025-06-07T22:10:06.154625+00:00 Debian Oval Importer Affected by VCID-pxj5-pax2-aaag None 36.1.0
2025-06-07T21:57:54.942063+00:00 Debian Oval Importer Affected by VCID-9v8e-jame-aaaf None 36.1.0
2025-06-07T21:07:05.675280+00:00 Debian Oval Importer Affected by VCID-uus3-e399-aaaj None 36.1.0
2025-06-07T19:49:45.835108+00:00 Debian Oval Importer Affected by VCID-g2ay-gsja-aaaj None 36.1.0
2025-06-07T18:02:40.305688+00:00 Debian Oval Importer Fixing VCID-t9r7-bftk-aaab None 36.1.0
2025-06-07T17:26:47.535854+00:00 Debian Oval Importer Fixing VCID-g2ay-gsja-aaaj None 36.1.0
2025-06-07T16:57:59.085989+00:00 Debian Oval Importer Fixing VCID-d4wq-c7dx-aaaq None 36.1.0
2025-06-07T16:52:51.618862+00:00 Debian Oval Importer Fixing VCID-x6nm-wmxr-aaad None 36.1.0
2025-06-07T16:36:16.743676+00:00 Debian Oval Importer Fixing VCID-xjag-yukv-aaae None 36.1.0
2025-06-07T16:26:59.582974+00:00 Debian Oval Importer Fixing VCID-fyv2-nahw-aaae None 36.1.0
2025-06-07T16:06:20.470744+00:00 Debian Oval Importer Fixing VCID-9v8e-jame-aaaf None 36.1.0
2025-06-07T15:27:30.246982+00:00 Debian Oval Importer Fixing VCID-cwk6-bkfs-aaaq None 36.1.0
2025-06-07T15:10:43.818022+00:00 Debian Oval Importer Fixing VCID-7j5f-h12h-aaaq None 36.1.0
2025-06-07T14:54:41.630255+00:00 Debian Oval Importer Fixing VCID-uus3-e399-aaaj None 36.1.0
2025-06-07T14:51:43.152486+00:00 Debian Oval Importer Fixing VCID-2qpn-vfms-aaap None 36.1.0
2025-06-07T14:47:10.375660+00:00 Debian Oval Importer Fixing VCID-38bk-w3q5-aaam None 36.1.0
2025-06-07T14:35:29.564685+00:00 Debian Oval Importer Fixing VCID-5uf2-rsr8-aaaq None 36.1.0
2025-06-07T14:32:54.057419+00:00 Debian Oval Importer Fixing VCID-t8u8-wm8j-aaap None 36.1.0
2025-06-07T14:25:12.781454+00:00 Debian Oval Importer Fixing VCID-tw36-yrrr-aaam None 36.1.0
2025-04-12T23:01:14.213044+00:00 Debian Oval Importer Affected by VCID-kxt9-wr47-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-12T22:28:50.963979+00:00 Debian Oval Importer Affected by VCID-npq4-yhwg-aaad https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T22:28:48.938227+00:00 Debian Oval Importer Affected by VCID-uus3-e399-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T22:22:29.818105+00:00 Debian Oval Importer Fixing VCID-x6nm-wmxr-aaad https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:58:37.035470+00:00 Debian Oval Importer Fixing VCID-xjag-yukv-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:50:51.458051+00:00 Debian Oval Importer Fixing VCID-d4wq-c7dx-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:49:36.343792+00:00 Debian Oval Importer Affected by VCID-y3pv-b3df-aaah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:41:46.351459+00:00 Debian Oval Importer Affected by VCID-2qpn-vfms-aaap https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:35:29.876729+00:00 Debian Oval Importer Affected by VCID-5mx7-64wn-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:30:16.433719+00:00 Debian Oval Importer Fixing VCID-t9r7-bftk-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:25:36.813871+00:00 Debian Oval Importer Fixing VCID-t8u8-wm8j-aaap https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:22:25.643078+00:00 Debian Oval Importer Affected by VCID-9v8e-jame-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T20:30:45.556739+00:00 Debian Oval Importer Affected by VCID-g2ay-gsja-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:55:54.180496+00:00 Debian Oval Importer Affected by VCID-gk4y-9r2y-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:54:24.509950+00:00 Debian Oval Importer Affected by VCID-ae3q-mde6-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:33:39.780839+00:00 Debian Oval Importer Affected by VCID-uudz-d713-aaah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:07:49.057387+00:00 Debian Oval Importer Fixing VCID-cwk6-bkfs-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:07:20.495597+00:00 Debian Oval Importer Affected by VCID-ttvn-gv7h-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:43:09.010184+00:00 Debian Oval Importer Affected by VCID-y1sw-wnzq-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:38:21.238427+00:00 Debian Oval Importer Fixing VCID-5uf2-rsr8-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:27:29.076582+00:00 Debian Oval Importer Fixing VCID-tw36-yrrr-aaam https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:57:50.687913+00:00 Debian Oval Importer Affected by VCID-pxj5-pax2-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:54:03.113713+00:00 Debian Oval Importer Affected by VCID-q4am-rpfd-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:40:58.504821+00:00 Debian Oval Importer Affected by VCID-7j5f-h12h-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:12:53.375221+00:00 Debian Oval Importer Fixing VCID-38bk-w3q5-aaam https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:53:53.655771+00:00 Debian Oval Importer Affected by VCID-gf6k-frsj-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:41:30.794128+00:00 Debian Oval Importer Affected by VCID-fyv2-nahw-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:17:49.549764+00:00 Debian Oval Importer Fixing VCID-9v8e-jame-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-12T16:17:32.372821+00:00 Debian Oval Importer Fixing VCID-tw36-yrrr-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T08:20:44.075960+00:00 Debian Oval Importer Affected by VCID-gk4y-9r2y-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T08:11:03.796649+00:00 Debian Oval Importer Affected by VCID-1n4c-69xu-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T08:05:43.446880+00:00 Debian Oval Importer Affected by VCID-nuws-q4cw-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T08:00:32.262773+00:00 Debian Oval Importer Fixing VCID-5uf2-rsr8-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T07:52:01.714606+00:00 Debian Oval Importer Fixing VCID-t9r7-bftk-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T07:40:56.821118+00:00 Debian Oval Importer Affected by VCID-s4tj-c35n-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T07:12:02.359940+00:00 Debian Oval Importer Affected by VCID-gf6k-frsj-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:56:58.615573+00:00 Debian Oval Importer Fixing VCID-7j5f-h12h-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:48:57.363927+00:00 Debian Oval Importer Fixing VCID-g2ay-gsja-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:46:29.974994+00:00 Debian Oval Importer Affected by VCID-5mx7-64wn-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:43:16.572412+00:00 Debian Oval Importer Fixing VCID-xjag-yukv-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:23:37.210644+00:00 Debian Oval Importer Affected by VCID-uudz-d713-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:22:02.169651+00:00 Debian Oval Importer Affected by VCID-ttvn-gv7h-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:12:31.293663+00:00 Debian Oval Importer Fixing VCID-cwk6-bkfs-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:05:59.878983+00:00 Debian Oval Importer Fixing VCID-fyv2-nahw-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:35:18.849330+00:00 Debian Oval Importer Affected by VCID-q4am-rpfd-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:35:05.008256+00:00 Debian Oval Importer Affected by VCID-y1sw-wnzq-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:32:32.913641+00:00 Debian Oval Importer Fixing VCID-x6nm-wmxr-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:31:00.858818+00:00 Debian Oval Importer Affected by VCID-bdw7-d7up-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:29:42.997818+00:00 Debian Oval Importer Affected by VCID-ae3q-mde6-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:25:19.888870+00:00 Debian Oval Importer Fixing VCID-38bk-w3q5-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:03:40.925276+00:00 Debian Oval Importer Affected by VCID-hq7h-468r-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:48:51.200467+00:00 Debian Oval Importer Fixing VCID-t8u8-wm8j-aaap https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:47:22.382991+00:00 Debian Oval Importer Affected by VCID-y3pv-b3df-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:58:13.623326+00:00 Debian Oval Importer Affected by VCID-npq4-yhwg-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:46:52.058796+00:00 Debian Oval Importer Fixing VCID-d4wq-c7dx-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:27:14.679158+00:00 Debian Oval Importer Fixing VCID-uus3-e399-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:27:03.784372+00:00 Debian Oval Importer Fixing VCID-2qpn-vfms-aaap https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:12:05.554846+00:00 Debian Oval Importer Affected by VCID-ks3f-4xzz-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T00:30:13.700647+00:00 Debian Oval Importer Affected by VCID-1n4c-69xu-aaae None 36.0.0
2025-04-08T00:30:13.011769+00:00 Debian Oval Importer Affected by VCID-s4tj-c35n-aaad None 36.0.0
2025-04-08T00:30:11.390454+00:00 Debian Oval Importer Affected by VCID-ks3f-4xzz-aaae None 36.0.0
2025-04-08T00:30:09.930167+00:00 Debian Oval Importer Affected by VCID-nuws-q4cw-aaae None 36.0.0
2025-04-08T00:30:09.238650+00:00 Debian Oval Importer Affected by VCID-hq7h-468r-aaad None 36.0.0
2025-04-08T00:30:07.270261+00:00 Debian Oval Importer Affected by VCID-bdw7-d7up-aaaf None 36.0.0
2025-04-07T22:27:26.986910+00:00 Debian Oval Importer Affected by VCID-gk4y-9r2y-aaar None 36.0.0
2025-04-07T22:14:20.021080+00:00 Debian Oval Importer Affected by VCID-5mx7-64wn-aaar None 36.0.0
2025-04-07T22:10:41.737805+00:00 Debian Oval Importer Affected by VCID-7j5f-h12h-aaaq None 36.0.0
2025-04-07T22:07:26.425088+00:00 Debian Oval Importer Affected by VCID-2qpn-vfms-aaap None 36.0.0
2025-04-07T22:05:40.944911+00:00 Debian Oval Importer Affected by VCID-ae3q-mde6-aaab None 36.0.0
2025-04-07T21:02:52.989946+00:00 Debian Oval Importer Affected by VCID-fyv2-nahw-aaae None 36.0.0
2025-04-07T20:41:34.800245+00:00 Debian Oval Importer Affected by VCID-pxj5-pax2-aaag None 36.0.0
2025-04-07T20:28:35.688785+00:00 Debian Oval Importer Affected by VCID-9v8e-jame-aaaf None 36.0.0
2025-04-07T19:37:20.515590+00:00 Debian Oval Importer Affected by VCID-uus3-e399-aaaj None 36.0.0
2025-04-07T18:27:35.433251+00:00 Debian Oval Importer Affected by VCID-g2ay-gsja-aaaj None 36.0.0
2025-04-07T16:39:41.407695+00:00 Debian Oval Importer Fixing VCID-t9r7-bftk-aaab None 36.0.0
2025-04-07T16:01:09.701558+00:00 Debian Oval Importer Fixing VCID-g2ay-gsja-aaaj None 36.0.0
2025-04-07T15:31:05.338827+00:00 Debian Oval Importer Fixing VCID-d4wq-c7dx-aaaq None 36.0.0
2025-04-07T15:25:44.787883+00:00 Debian Oval Importer Fixing VCID-x6nm-wmxr-aaad None 36.0.0
2025-04-07T15:08:27.605482+00:00 Debian Oval Importer Fixing VCID-xjag-yukv-aaae None 36.0.0
2025-04-07T14:58:49.443649+00:00 Debian Oval Importer Fixing VCID-fyv2-nahw-aaae None 36.0.0
2025-04-07T14:37:34.020395+00:00 Debian Oval Importer Fixing VCID-9v8e-jame-aaaf None 36.0.0
2025-04-07T13:58:38.867573+00:00 Debian Oval Importer Fixing VCID-cwk6-bkfs-aaaq None 36.0.0
2025-04-07T13:42:26.370640+00:00 Debian Oval Importer Fixing VCID-7j5f-h12h-aaaq None 36.0.0
2025-04-07T13:26:38.200609+00:00 Debian Oval Importer Fixing VCID-uus3-e399-aaaj None 36.0.0
2025-04-07T13:23:44.574343+00:00 Debian Oval Importer Fixing VCID-2qpn-vfms-aaap None 36.0.0
2025-04-07T13:19:08.535752+00:00 Debian Oval Importer Fixing VCID-38bk-w3q5-aaam None 36.0.0
2025-04-07T13:07:36.570955+00:00 Debian Oval Importer Fixing VCID-5uf2-rsr8-aaaq None 36.0.0
2025-04-07T13:04:59.137593+00:00 Debian Oval Importer Fixing VCID-t8u8-wm8j-aaap None 36.0.0
2025-04-07T12:57:38.762226+00:00 Debian Oval Importer Fixing VCID-tw36-yrrr-aaam None 36.0.0
2025-04-06T03:53:34.320050+00:00 Debian Importer Affected by VCID-gk4y-9r2y-aaar None 36.0.0
2025-04-06T03:13:02.858969+00:00 Debian Importer Fixing VCID-38bk-w3q5-aaam None 36.0.0
2025-04-05T15:33:49.967618+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-05T04:31:16.010237+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag None 36.0.0
2025-04-04T04:25:33.428704+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 36.0.0
2025-04-04T03:06:00.850652+00:00 Debian Importer Affected by VCID-y3pv-b3df-aaah None 36.0.0
2025-04-04T01:52:33.805033+00:00 Debian Importer Affected by VCID-5mx7-64wn-aaar None 36.0.0
2025-04-04T01:38:44.027319+00:00 Debian Importer Affected by VCID-ae3q-mde6-aaab None 36.0.0
2025-02-20T06:48:03.805679+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 35.1.0
2025-02-20T01:22:35.119323+00:00 Debian Importer Affected by VCID-gk4y-9r2y-aaar None 35.1.0
2025-02-19T20:47:42.307303+00:00 Debian Importer Affected by VCID-y3pv-b3df-aaah None 35.1.0
2025-02-19T18:41:41.954156+00:00 Debian Importer Affected by VCID-5mx7-64wn-aaar None 35.1.0
2025-02-19T09:05:00.051715+00:00 Debian Importer Affected by VCID-ae3q-mde6-aaab None 35.1.0
2025-02-19T07:52:55.997871+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-19T07:52:54.649599+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag None 35.1.0
2025-02-19T00:20:30.741275+00:00 Debian Importer Fixing VCID-38bk-w3q5-aaam None 35.1.0
2024-11-23T00:39:12.794132+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 35.0.0
2024-11-22T19:34:25.690690+00:00 Debian Importer Affected by VCID-gk4y-9r2y-aaar None 35.0.0
2024-11-22T05:18:03.837006+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-22T05:18:02.447099+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag None 35.0.0
2024-11-21T21:52:10.201314+00:00 Debian Importer Fixing VCID-38bk-w3q5-aaam None 35.0.0
2024-11-20T03:54:45.048053+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 34.3.2
2024-11-20T03:54:43.526969+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag None 34.3.2
2024-11-19T20:58:19.852139+00:00 Debian Importer Fixing VCID-38bk-w3q5-aaam None 34.3.2
2024-10-09T23:06:23.258332+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 34.0.2
2024-10-09T18:20:28.267263+00:00 Debian Importer Affected by VCID-gk4y-9r2y-aaar None 34.0.2
2024-10-09T04:47:16.740386+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-09T04:47:15.172100+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag None 34.0.2
2024-10-08T22:15:04.518940+00:00 Debian Importer Fixing VCID-38bk-w3q5-aaam None 34.0.2
2024-09-19T06:51:55.747279+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 34.0.1
2024-09-19T02:45:26.285598+00:00 Debian Importer Affected by VCID-gk4y-9r2y-aaar None 34.0.1
2024-09-18T16:04:52.148467+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-18T16:04:50.775799+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag None 34.0.1
2024-09-18T10:23:45.257597+00:00 Debian Importer Fixing VCID-38bk-w3q5-aaam None 34.0.1
2024-04-25T05:15:00.416872+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 34.0.0rc4
2024-04-25T01:00:36.222946+00:00 Debian Importer Affected by VCID-gk4y-9r2y-aaar None 34.0.0rc4
2024-04-24T21:46:10.193140+00:00 Debian Importer Affected by VCID-y3pv-b3df-aaah None 34.0.0rc4
2024-04-24T20:45:33.256956+00:00 Debian Importer Affected by VCID-5mx7-64wn-aaar None 34.0.0rc4
2024-04-24T15:48:31.528829+00:00 Debian Importer Affected by VCID-ae3q-mde6-aaab None 34.0.0rc4
2024-04-24T15:00:15.917160+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-24T15:00:14.370006+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag None 34.0.0rc4
2024-04-24T11:58:48.569380+00:00 Debian Importer Fixing VCID-38bk-w3q5-aaam None 34.0.0rc4
2024-01-11T06:57:33.023351+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 34.0.0rc2
2024-01-11T02:03:18.318679+00:00 Debian Importer Affected by VCID-gk4y-9r2y-aaar None 34.0.0rc2
2024-01-10T22:40:12.262565+00:00 Debian Importer Affected by VCID-y3pv-b3df-aaah None 34.0.0rc2
2024-01-10T21:55:43.844775+00:00 Debian Importer Affected by VCID-5mx7-64wn-aaar None 34.0.0rc2
2024-01-10T18:09:26.382648+00:00 Debian Importer Affected by VCID-ae3q-mde6-aaab None 34.0.0rc2
2024-01-10T17:41:24.355456+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-10T17:41:22.587462+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag None 34.0.0rc2
2024-01-10T13:51:41.903752+00:00 Debian Importer Fixing VCID-38bk-w3q5-aaam None 34.0.0rc2
2024-01-04T17:53:12.969571+00:00 Debian Importer Affected by VCID-bdw7-d7up-aaaf None 34.0.0rc1
2024-01-04T14:25:52.064041+00:00 Debian Importer Affected by VCID-gk4y-9r2y-aaar None 34.0.0rc1
2024-01-04T11:50:44.840163+00:00 Debian Importer Affected by VCID-y3pv-b3df-aaah None 34.0.0rc1
2024-01-04T11:10:31.374108+00:00 Debian Importer Affected by VCID-5mx7-64wn-aaar None 34.0.0rc1
2024-01-04T07:41:32.256659+00:00 Debian Importer Affected by VCID-ae3q-mde6-aaab None 34.0.0rc1
2024-01-04T07:17:29.465064+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-04T07:17:27.917488+00:00 Debian Importer Affected by VCID-pxj5-pax2-aaag None 34.0.0rc1
2024-01-04T05:03:55.257503+00:00 Debian Importer Fixing VCID-38bk-w3q5-aaam None 34.0.0rc1