Search for packages
Package details: pkg:deb/debian/nodejs@10.24.0~dfsg-1~deb10u1
purl pkg:deb/debian/nodejs@10.24.0~dfsg-1~deb10u1
Next non-vulnerable version 20.19.2+dfsg-1
Latest non-vulnerable version 20.19.2+dfsg-1
Risk 10.0
Vulnerabilities affecting this package (32)
Vulnerability Summary Fixed by
VCID-23tg-44pz-cbcb
Aliases:
CVE-2025-23085
nodejs: GOAWAY HTTP/2 frames cause memory leak outside heap
18.19.0+dfsg-6~deb12u2
Affected by 14 other vulnerabilities.
20.19.0+dfsg-1
Affected by 0 other vulnerabilities.
20.19.0+dfsg-2
Affected by 1 other vulnerability.
20.19.0+dfsg1-1
Affected by 1 other vulnerability.
20.19.2+dfsg-1
Affected by 0 other vulnerabilities.
VCID-2sh1-yqq9-aaah
Aliases:
CVE-2024-27983
An attacker can make the Node.js HTTP/2 server completely unavailable by sending a small amount of HTTP/2 frames packets with a few HTTP/2 frames inside. It is possible to leave some data in nghttp2 memory after reset when headers with HTTP/2 CONTINUATION frame are sent to the server and then a TCP connection is abruptly closed by the client triggering the Http2Session destructor while header frames are still being processed (and stored in memory) causing a race condition.
18.19.0+dfsg-6~deb12u2
Affected by 14 other vulnerabilities.
20.17.0+dfsg-2
Affected by 0 other vulnerabilities.
20.18.0+dfsg-2
Affected by 0 other vulnerabilities.
20.18.1+dfsg-1
Affected by 0 other vulnerabilities.
20.18.3+dfsg-1
Affected by 0 other vulnerabilities.
20.19.0+dfsg-1
Affected by 0 other vulnerabilities.
20.19.0+dfsg-2
Affected by 1 other vulnerability.
20.19.0+dfsg1-1
Affected by 1 other vulnerability.
20.19.2+dfsg-1
Affected by 0 other vulnerabilities.
VCID-5yvr-uzy3-aaad
Aliases:
CVE-2022-32212
A OS Command Injection vulnerability exists in Node.js versions <14.20.0, <16.20.0, <18.5.0 due to an insufficient IsAllowedHost check that can easily be bypassed because IsIPAddress does not properly check if an IP address is invalid before making DBS requests allowing rebinding attacks.
12.22.12~dfsg-1~deb11u3
Affected by 6 other vulnerabilities.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-6fcz-sa2z-aaaq
Aliases:
CVE-2021-44533
Node.js < 12.22.9, < 14.18.3, < 16.13.2, and < 17.3.1 did not handle multi-value Relative Distinguished Names correctly. Attackers could craft certificate subjects containing a single-value Relative Distinguished Name that would be interpreted as a multi-value Relative Distinguished Name, for example, in order to inject a Common Name that would allow bypassing the certificate subject verification.Affected versions of Node.js that do not accept multi-value Relative Distinguished Names and are thus not vulnerable to such attacks themselves. However, third-party code that uses node's ambiguous presentation of certificate subjects may be vulnerable.
12.22.12~dfsg-1~deb11u3
Affected by 6 other vulnerabilities.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-6pzu-e61x-aaas
Aliases:
CVE-2021-22930
Node.js before 16.6.0, 14.17.4, and 12.22.4 is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior.
12.22.5~dfsg-2~11u1
Affected by 1 other vulnerability.
12.22.12~dfsg-1~deb11u3
Affected by 6 other vulnerabilities.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-849h-j5yz-aaan
Aliases:
CVE-2023-46809
Node.js versions which bundle an unpatched version of OpenSSL or run against a dynamically linked version of OpenSSL which are unpatched are vulnerable to the Marvin Attack - https://people.redhat.com/~hkario/marvin/, if PCKS #1 v1.5 padding is allowed when performing RSA descryption using a private key.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
18.19.0+dfsg-6~deb12u2
Affected by 14 other vulnerabilities.
18.19.1+dfsg-3
Affected by 0 other vulnerabilities.
18.20.1+dfsg-4
Affected by 0 other vulnerabilities.
20.17.0+dfsg-2
Affected by 0 other vulnerabilities.
20.18.0+dfsg-2
Affected by 0 other vulnerabilities.
20.18.1+dfsg-1
Affected by 0 other vulnerabilities.
20.18.3+dfsg-1
Affected by 0 other vulnerabilities.
20.19.0+dfsg-1
Affected by 0 other vulnerabilities.
20.19.0+dfsg-2
Affected by 1 other vulnerability.
20.19.0+dfsg1-1
Affected by 1 other vulnerability.
20.19.2+dfsg-1
Affected by 0 other vulnerabilities.
VCID-8d4c-zm4a-aaaj
Aliases:
CVE-2021-22939
If the Node.js https API was used incorrectly and "undefined" was in passed for the "rejectUnauthorized" parameter, no error was returned and connections to servers with an expired certificate would have been accepted.
12.22.5~dfsg-2~11u1
Affected by 1 other vulnerability.
12.22.12~dfsg-1~deb11u3
Affected by 6 other vulnerabilities.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-9h18-autb-aaag
Aliases:
CVE-2022-35255
A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-bhe9-kf8b-aaaf
Aliases:
CVE-2021-44532
Node.js < 12.22.9, < 14.18.3, < 16.13.2, and < 17.3.1 converts SANs (Subject Alternative Names) to a string format. It uses this string to check peer certificates against hostnames when validating connections. The string format was subject to an injection vulnerability when name constraints were used within a certificate chain, allowing the bypass of these name constraints.Versions of Node.js with the fix for this escape SANs containing the problematic characters in order to prevent the injection. This behavior can be reverted through the --security-revert command-line option.
12.22.12~dfsg-1~deb11u3
Affected by 6 other vulnerabilities.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-csae-bk8g-aaae
Aliases:
CVE-2022-35256
The llhttp parser in the http module in Node v18.7.0 does not correctly handle header fields that are not terminated with CLRF. This may result in HTTP Request Smuggling.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-ct8v-45pf-aaaj
Aliases:
CVE-2023-23920
An untrusted search path vulnerability exists in Node.js. <19.6.1, <18.14.1, <16.19.1, and <14.21.3 that could allow an attacker to search and potentially load ICU data when running with elevated privileges.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
18.19.0+dfsg-6
Affected by 0 other vulnerabilities.
18.19.1+dfsg-3
Affected by 0 other vulnerabilities.
18.20.1+dfsg-4
Affected by 0 other vulnerabilities.
VCID-d15h-ng65-aaab
Aliases:
CVE-2020-8287
Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 allow two copies of a header field in an HTTP request (for example, two Transfer-Encoding header fields). In this case, Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-eqfm-yp6y-aaab
Aliases:
CVE-2022-32215
The llhttp parser <v14.20.1, <v16.17.1 and <v18.9.1 in the http module in Node.js does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS).
12.22.12~dfsg-1~deb11u3
Affected by 6 other vulnerabilities.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-hmkq-2p3p-aaac
Aliases:
CVE-2023-30589
GHSA-cggh-pq45-6h9x
The llhttp parser in the http module in Node v20.2.0 does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS). The CR character (without LF) is sufficient to delimit HTTP header fields in the llhttp parser. According to RFC7230 section 3, only the CRLF sequence should delimit each header-field. This impacts all Node.js active versions: v16, v18, and, v20
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
18.19.0+dfsg-6~deb12u2
Affected by 14 other vulnerabilities.
18.19.0+dfsg-6
Affected by 0 other vulnerabilities.
18.19.1+dfsg-3
Affected by 0 other vulnerabilities.
18.20.1+dfsg-4
Affected by 0 other vulnerabilities.
VCID-huhc-ydq5-aaaa
Aliases:
CVE-2023-30590
The generateKeys() API function returned from crypto.createDiffieHellman() only generates missing (or outdated) keys, that is, it only generates a private key if none has been set yet, but the function is also needed to compute the corresponding public key after calling setPrivateKey(). However, the documentation says this API call: "Generates private and public Diffie-Hellman key values". The documented behavior is very different from the actual behavior, and this difference could easily lead to security issues in applications that use these APIs as the DiffieHellman may be used as the basis for application-level security, implications are consequently broad.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
18.19.0+dfsg-6~deb12u2
Affected by 14 other vulnerabilities.
18.19.0+dfsg-6
Affected by 0 other vulnerabilities.
18.19.1+dfsg-3
Affected by 0 other vulnerabilities.
18.20.1+dfsg-4
Affected by 0 other vulnerabilities.
VCID-ja9y-54rf-aaab
Aliases:
CVE-2021-22959
The parser in accepts requests with a space (SP) right after the header name before the colon. This can lead to HTTP Request Smuggling (HRS) in llhttp < v2.1.4 and < v6.0.6.
12.22.12~dfsg-1~deb11u3
Affected by 6 other vulnerabilities.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-k3ej-p9y8-1qfk
Aliases:
CVE-2025-47153
Certain build processes for libuv and Node.js for 32-bit systems, such as for the nodejs binary package through nodejs_20.19.0+dfsg-2_i386.deb for Debian GNU/Linux, have an inconsistent off_t size (e.g., building on i386 Debian always uses _FILE_OFFSET_BITS=64 for the libuv dynamic library, but uses the _FILE_OFFSET_BITS global system default of 32 for nodejs), leading to out-of-bounds access. NOTE: this is not a problem in the Node.js software itself. In particular, the Node.js website's download page does not offer prebuilt Node.js for Linux on i386.
18.19.0+dfsg-6~deb12u2
Affected by 14 other vulnerabilities.
20.19.0+dfsg1-1
Affected by 1 other vulnerability.
20.19.2+dfsg-1
Affected by 0 other vulnerabilities.
VCID-kr1n-t6yx-aaam
Aliases:
CVE-2024-22025
A vulnerability in Node.js has been identified, allowing for a Denial of Service (DoS) attack through resource exhaustion when using the fetch() function to retrieve content from an untrusted URL. The vulnerability stems from the fact that the fetch() function in Node.js always decodes Brotli, making it possible for an attacker to cause resource exhaustion when fetching content from an untrusted URL. An attacker controlling the URL passed into fetch() can exploit this vulnerability to exhaust memory, potentially leading to process termination, depending on the system configuration.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
18.19.0+dfsg-6~deb12u2
Affected by 14 other vulnerabilities.
20.17.0+dfsg-2
Affected by 0 other vulnerabilities.
20.18.0+dfsg-2
Affected by 0 other vulnerabilities.
20.18.1+dfsg-1
Affected by 0 other vulnerabilities.
20.18.3+dfsg-1
Affected by 0 other vulnerabilities.
20.19.0+dfsg-1
Affected by 0 other vulnerabilities.
20.19.0+dfsg-2
Affected by 1 other vulnerability.
20.19.0+dfsg1-1
Affected by 1 other vulnerability.
20.19.2+dfsg-1
Affected by 0 other vulnerabilities.
VCID-map2-zntk-aaac
Aliases:
CVE-2022-43548
A OS Command Injection vulnerability exists in Node.js versions <14.21.1, <16.18.1, <18.12.1, <19.0.1 due to an insufficient IsAllowedHost check that can easily be bypassed because IsIPAddress does not properly check if an IP address is invalid before making DBS requests allowing rebinding attacks.The fix for this issue in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212 was incomplete and this new CVE is to complete the fix.
12.22.12~dfsg-1~deb11u3
Affected by 6 other vulnerabilities.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-n845-7aw9-aaaf
Aliases:
CVE-2022-32214
GHSA-q5vx-44v4-gch4
The llhttp parser <v14.20.1, <v16.17.1 and <v18.9.1 in the http module in Node.js does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS).
12.22.12~dfsg-1~deb11u3
Affected by 6 other vulnerabilities.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-pg9r-avuv-aaap
Aliases:
CVE-2020-8201
Node.js < 12.18.4 and < 14.11 can be exploited to perform HTTP desync attacks and deliver malicious payloads to unsuspecting users. The payloads can be crafted by an attacker to hijack user sessions, poison cookies, perform clickjacking, and a multitude of other attacks depending on the architecture of the underlying system. The attack was possible due to a bug in processing of carrier-return symbols in the HTTP header names.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-q6sa-wzzu-aaam
Aliases:
CVE-2021-22940
Node.js before 16.6.1, 14.17.5, and 12.22.5 is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-q7sm-w668-aaaj
Aliases:
CVE-2022-32213
GHSA-5689-v88g-g6rv
The llhttp parser <v14.20.1, <v16.17.1 and <v18.9.1 in the http module in Node.js does not correctly parse and validate Transfer-Encoding headers and can lead to HTTP Request Smuggling (HRS).
12.22.12~dfsg-1~deb11u3
Affected by 6 other vulnerabilities.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-qnpk-1b3c-aaah
Aliases:
CVE-2024-27982
The team has identified a critical vulnerability in the http server of the most recent version of Node, where malformed headers can lead to HTTP request smuggling. Specifically, if a space is placed before a content-length header, it is not interpreted correctly, enabling attackers to smuggle in a second request within the body of the first.
18.19.0+dfsg-6~deb12u2
Affected by 14 other vulnerabilities.
20.17.0+dfsg-2
Affected by 0 other vulnerabilities.
20.18.0+dfsg-2
Affected by 0 other vulnerabilities.
20.18.1+dfsg-1
Affected by 0 other vulnerabilities.
20.18.3+dfsg-1
Affected by 0 other vulnerabilities.
20.19.0+dfsg-1
Affected by 0 other vulnerabilities.
20.19.0+dfsg-2
Affected by 1 other vulnerability.
20.19.0+dfsg1-1
Affected by 1 other vulnerability.
20.19.2+dfsg-1
Affected by 0 other vulnerabilities.
VCID-qzku-bmyx-aaan
Aliases:
CVE-2022-21824
Due to the formatting logic of the "console.table()" function it was not safe to allow user controlled input to be passed to the "properties" parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be "__proto__". The prototype pollution has very limited control, in that it only allows an empty string to be assigned to numerical keys of the object prototype.Node.js >= 12.22.9, >= 14.18.3, >= 16.13.2, and >= 17.3.1 use a null protoype for the object these properties are being assigned to.
12.22.12~dfsg-1~deb11u3
Affected by 6 other vulnerabilities.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-r6v6-e21j-aaag
Aliases:
CVE-2020-8265
Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-sv5v-pb1b-aaam
Aliases:
CVE-2023-32559
A privilege escalation vulnerability exists in the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x. The use of the deprecated API `process.binding()` can bypass the policy mechanism by requiring internal modules and eventually take advantage of `process.binding('spawn_sync')` run arbitrary code, outside of the limits defined in a `policy.json` file. Please note that at the time this CVE was issued, the policy is an experimental feature of Node.js.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
18.19.0+dfsg-6~deb12u2
Affected by 14 other vulnerabilities.
18.19.0+dfsg-6
Affected by 0 other vulnerabilities.
18.19.1+dfsg-3
Affected by 0 other vulnerabilities.
18.20.1+dfsg-4
Affected by 0 other vulnerabilities.
VCID-um2g-zequ-aaaf
Aliases:
CVE-2024-22019
A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.
18.19.0+dfsg-6~deb12u2
Affected by 14 other vulnerabilities.
20.17.0+dfsg-2
Affected by 0 other vulnerabilities.
20.18.0+dfsg-2
Affected by 0 other vulnerabilities.
20.18.1+dfsg-1
Affected by 0 other vulnerabilities.
20.18.3+dfsg-1
Affected by 0 other vulnerabilities.
20.19.0+dfsg-1
Affected by 0 other vulnerabilities.
20.19.0+dfsg-2
Affected by 1 other vulnerability.
20.19.0+dfsg1-1
Affected by 1 other vulnerability.
20.19.2+dfsg-1
Affected by 0 other vulnerabilities.
VCID-upe7-b86x-aaae
Aliases:
CVE-2021-22883
Node.js before 10.24.0, 12.21.0, 14.16.0, and 15.10.0 is vulnerable to a denial of service attack when too many connection attempts with an 'unknownProtocol' are established. This leads to a leak of file descriptors. If a file descriptor limit is configured on the system, then the server is unable to accept new connections and prevent the process also from opening, e.g. a file. If no file descriptor limit is configured, then this lead to an excessive memory usage and cause the system to run out of memory.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-wgmj-77cu-aaab
Aliases:
CVE-2021-22884
Node.js before 10.24.0, 12.21.0, 14.16.0, and 15.10.0 is vulnerable to DNS rebinding attacks as the whitelist includes “localhost6”. When “localhost6” is not present in /etc/hosts, it is just an ordinary domain that is resolved via DNS, i.e., over network. If the attacker controls the victim's DNS server or can spoof its responses, the DNS rebinding protection can be bypassed by using the “localhost6” domain. As long as the attacker uses the “localhost6” domain, they can still apply the attack described in CVE-2018-7160.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-y6yq-qtna-aaaa
Aliases:
CVE-2021-22960
The parse function in llhttp < 2.1.4 and < 6.0.6. ignores chunk extensions when parsing the body of chunked requests. This leads to HTTP Request Smuggling (HRS) under certain conditions.
12.22.5~dfsg-2~11u1
Affected by 1 other vulnerability.
12.22.12~dfsg-1~deb11u3
Affected by 6 other vulnerabilities.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
VCID-zssm-bcyh-aaak
Aliases:
CVE-2021-44531
Accepting arbitrary Subject Alternative Name (SAN) types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js < 12.22.9, < 14.18.3, < 16.13.2, and < 17.3.1 was accepting URI SAN types, which PKIs are often not defined to use. Additionally, when a protocol allows URI SANs, Node.js did not match the URI correctly.Versions of Node.js with the fix for this disable the URI SAN type when checking a certificate against a hostname. This behavior can be reverted through the --security-revert command-line option.
12.22.12~dfsg-1~deb11u3
Affected by 6 other vulnerabilities.
12.22.12~dfsg-1~deb11u4
Affected by 17 other vulnerabilities.
Vulnerabilities fixed by this package (28)
Vulnerability Summary Aliases
VCID-1j4w-hqp4-aaah In nghttp2 before version 1.41.0, the overly large HTTP/2 SETTINGS frame payload causes denial of service. The proof of concept attack involves a malicious client constructing a SETTINGS frame with a length of 14,400 bytes (2400 individual settings entries) over and over again. The attack causes the CPU to spike at 100%. nghttp2 v1.41.0 fixes this vulnerability. There is a workaround to this vulnerability. Implement nghttp2_on_frame_recv_callback callback, and if received frame is SETTINGS frame and the number of settings entries are large (e.g., > 32), then drop the connection. CVE-2020-11080
VCID-1tvm-ca88-aaaj Node.js versions 9.7.0 and later and 10.x are vulnerable and the severity is MEDIUM. A bug introduced in 9.7.0 increases the memory consumed when reading from the network into JavaScript using the net.Socket object directly as a stream. An attacker could use this cause a denial of service by sending tiny chunks of data in short succession. This vulnerability was restored by reverting to the prior behaviour. CVE-2018-7164
VCID-334b-akxn-aaae Node.js: All versions prior to Node.js 6.15.0: Debugger port 5858 listens on any interface by default: When the debugger is enabled with `node --debug` or `node debug`, it listens to port 5858 on all interfaces by default. This may allow remote computers to attach to the debug port and evaluate arbitrary JavaScript. The default interface is now localhost. It has always been possible to start the debugger on a specific interface, such as `node --debug=localhost`. The debugger was removed in Node.js 8 and replaced with the inspector, so no versions from 8 and later are vulnerable. CVE-2018-12120
VCID-53pu-ktv4-aaar All versions of Node.js 8.x, 9.x, and 10.x are vulnerable and the severity is HIGH. An attacker can cause a denial of service (DoS) by causing a node server providing an http2 server to crash. This can be accomplished by interacting with the http2 server in a manner that triggers a cleanup bug where objects are used in native code after they are no longer available. This has been addressed by updating the http2 implementation. CVE-2018-7161
VCID-5kxz-x7eq-aaaf Node.js: All versions prior to Node.js 6.15.0 and 8.14.0: HTTP request splitting: If Node.js can be convinced to use unsanitized user-provided Unicode data for the `path` option of an HTTP request, then data can be provided which will trigger a second, unexpected, and user-defined HTTP request to made to the same server. CVE-2018-12116
VCID-6uvj-k3c9-aaab HTTP request smuggling in Node.js 10, 12, and 13 causes malicious payload delivery when transfer-encoding is malformed CVE-2019-15605
VCID-6ypc-78mx-aaac Some HTTP/2 implementations are vulnerable to a reset flood, potentially leading to a denial of service. The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both. CVE-2019-9514
GHSA-39qc-96h7-956f
VCID-9pqm-9vj9-aaak The `'path'` module in the Node.js 4.x release line contains a potential regular expression denial of service (ReDoS) vector. The code in question was replaced in Node.js 6.x and later so this vulnerability only impacts all versions of Node.js 4.x. The regular expression, `splitPathRe`, used within the `'path'` module for the various path parsing functions, including `path.dirname()`, `path.extname()` and `path.parse()` was structured in such a way as to allow an attacker to craft a string, that when passed through one of these functions, could take a significant amount of time to evaluate, potentially leading to a full denial of service. CVE-2018-7158
VCID-d15h-ng65-aaab Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 allow two copies of a header field in an HTTP request (for example, two Transfer-Encoding header fields). In this case, Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling. CVE-2020-8287
VCID-e5qj-5cpk-aaar The HTTP parser in all current versions of Node.js ignores spaces in the `Content-Length` header, allowing input such as `Content-Length: 1 2` to be interpreted as having a value of `12`. The HTTP specification does not allow for spaces in the `Content-Length` value and the Node.js HTTP parser has been brought into line on this particular difference. The security risk of this flaw to Node.js users is considered to be VERY LOW as it is difficult, and may be impossible, to craft an attack that makes use of this flaw in a way that could not already be achieved by supplying an incorrect value for `Content-Length`. Vulnerabilities may exist in user-code that make incorrect assumptions about the potential accuracy of this value compared to the actual length of the data supplied. Node.js users crafting lower-level HTTP utilities are advised to re-check the length of any input supplied after parsing is complete. CVE-2018-7159
VCID-fh61-uus2-aaag Node.js v4.0 through v4.8.3, all versions of v5.x, v6.0 through v6.11.0, v7.0 through v7.10.0, and v8.0 through v8.1.3 was susceptible to hash flooding remote DoS attacks as the HashTable seed was constant across a given released version of Node.js. This was a result of building with V8 snapshots enabled by default which caused the initially randomized seed to be overwritten on startup. CVE-2017-11499
VCID-fp9x-hnyt-aaaq napi_get_value_string_*() allows various kinds of memory corruption in node < 10.21.0, 12.18.0, and < 14.4.0. CVE-2020-8174
VCID-hc4w-63gb-aaad Node.js: All versions prior to Node.js 6.15.0, 8.14.0, 10.14.0 and 11.3.0: Hostname spoofing in URL parser for javascript protocol: If a Node.js application is using url.parse() to determine the URL hostname, that hostname can be spoofed by using a mixed case "javascript:" (e.g. "javAscript:") protocol (other protocols are not affected). If security decisions are made about the URL based on the hostname, they may be incorrect. CVE-2018-12123
VCID-hm1y-t711-aaaf In all versions of Node.js prior to 6.14.4, 8.11.4 and 10.9.0 when used with UCS-2 encoding (recognized by Node.js under the names `'ucs2'`, `'ucs-2'`, `'utf16le'` and `'utf-16le'`), `Buffer#write()` can be abused to write outside of the bounds of a single `Buffer`. Writes that start from the second-to-last position of a buffer cause a miscalculation of the maximum length of the input bytes to be written. CVE-2018-12115
VCID-k7y3-nr4h-aaaq In Node.js including 6.x before 6.17.0, 8.x before 8.15.1, 10.x before 10.15.2, and 11.x before 11.10.1, an attacker can cause a Denial of Service (DoS) by establishing an HTTP or HTTPS connection in keep-alive mode and by sending headers very slowly. This keeps the connection and associated resources alive for a long period of time. Potential attacks are mitigated by the use of a load balancer or other proxy layer. This vulnerability is an extension of CVE-2018-12121, addressed in November and impacts all active Node.js release lines including 6.x before 6.17.0, 8.x before 8.15.1, 10.x before 10.15.2, and 11.x before 11.10.1. CVE-2019-5737
VCID-mg9f-35c4-aaaq Including trailing white space in HTTP header values in Nodejs 10, 12, and 13 causes bypass of authorization based on header value comparisons CVE-2019-15606
VCID-p99b-9bkz-aaae All versions of Node.js 9.x and 10.x are vulnerable and the severity is HIGH. An attacker can cause a denial of service (DoS) by causing a node process which provides an http server supporting TLS server to crash. This can be accomplished by sending duplicate/unexpected messages during the handshake. This vulnerability has been addressed by updating the TLS implementation. CVE-2018-7162
VCID-qnzv-pyj8-aaas Node.js: All versions prior to Node.js 6.15.0, 8.14.0, 10.14.0 and 11.3.0: Denial of Service with large HTTP headers: By using a combination of many requests with maximum sized headers (almost 80 KB per connection), and carefully timed completion of the headers, it is possible to cause the HTTP server to abort from heap allocation failure. Attack potential is mitigated by the use of a load balancer or other proxy layer. CVE-2018-12121
VCID-qsr2-gq6p-aaab Keep-alive HTTP and HTTPS connections can remain open and inactive for up to 2 minutes in Node.js 6.16.0 and earlier. Node.js 8.0.0 introduced a dedicated server.keepAliveTimeout which defaults to 5 seconds. The behavior in Node.js 6.16.0 and earlier is a potential Denial of Service (DoS) attack vector. Node.js 6.17.0 introduces server.keepAliveTimeout and the 5-second default. CVE-2019-5739
VCID-qtt5-1ydb-aaac The Node.js inspector, in 6.x and later is vulnerable to a DNS rebinding attack which could be exploited to perform remote code execution. An attack is possible from malicious websites open in a web browser on the same computer, or another computer with network access to the computer running the Node.js process. A malicious website could use a DNS rebinding attack to trick the web browser to bypass same-origin-policy checks and to allow HTTP connections to localhost or to hosts on the local network. If a Node.js process with the debug port active is running on localhost or on a host on the local network, the malicious website could connect to it as a debugger, and get full code execution access. CVE-2018-7160
GHSA-wq4c-wm6x-jw44
VCID-r6v6-e21j-aaag Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits. CVE-2020-8265
VCID-t7tm-t2rh-aaah Excessive CPU usage in HTTP/2 with priority changes CVE-2019-9513
VCID-uet3-61m4-aaar Improper Certificate Validation in Node.js 10, 12, and 13 causes the process to abort when sending a crafted X.509 certificate CVE-2019-15604
VCID-upe7-b86x-aaae Node.js before 10.24.0, 12.21.0, 14.16.0, and 15.10.0 is vulnerable to a denial of service attack when too many connection attempts with an 'unknownProtocol' are established. This leads to a leak of file descriptors. If a file descriptor limit is configured on the system, then the server is unable to accept new connections and prevent the process also from opening, e.g. a file. If no file descriptor limit is configured, then this lead to an excessive memory usage and cause the system to run out of memory. CVE-2021-22883
VCID-v4kj-bbya-aaaf Calling Buffer.fill() or Buffer.alloc() with some parameters can lead to a hang which could result in a Denial of Service. In order to address this vulnerability, the implementations of Buffer.alloc() and Buffer.fill() were updated so that they zero fill instead of hanging in these cases. All versions of Node.js 6.x (LTS "Boron"), 8.x (LTS "Carbon"), and 9.x are vulnerable. All versions of Node.js 10.x (Current) are NOT vulnerable. CVE-2018-7167
VCID-vkg1-2urs-aaap Excessive CPU usage in HTTP/2 with small window updates CVE-2019-9511
VCID-vvaq-hzcq-aaaq Node.js: All versions prior to Node.js 6.15.0, 8.14.0, 10.14.0 and 11.3.0: Slowloris HTTP Denial of Service: An attacker can cause a Denial of Service (DoS) by sending headers very slowly keeping HTTP or HTTPS connections and associated resources alive for a long period of time. CVE-2018-12122
VCID-wgmj-77cu-aaab Node.js before 10.24.0, 12.21.0, 14.16.0, and 15.10.0 is vulnerable to DNS rebinding attacks as the whitelist includes “localhost6”. When “localhost6” is not present in /etc/hosts, it is just an ordinary domain that is resolved via DNS, i.e., over network. If the attacker controls the victim's DNS server or can spoof its responses, the DNS rebinding protection can be bypassed by using the “localhost6” domain. As long as the attacker uses the “localhost6” domain, they can still apply the attack described in CVE-2018-7160. CVE-2021-22884

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-22T06:59:56.368359+00:00 Debian Importer Fixing VCID-9pqm-9vj9-aaak None 36.1.3
2025-06-22T06:50:08.940475+00:00 Debian Importer Fixing VCID-mg9f-35c4-aaaq None 36.1.3
2025-06-22T05:26:52.416006+00:00 Debian Importer Fixing VCID-k7y3-nr4h-aaaq None 36.1.3
2025-06-21T19:00:20.190347+00:00 Debian Oval Importer Affected by VCID-9h18-autb-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:58:58.047164+00:00 Debian Oval Importer Affected by VCID-y6yq-qtna-aaaa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:53:36.833090+00:00 Debian Oval Importer Fixing VCID-e5qj-5cpk-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:49:27.420084+00:00 Debian Oval Importer Affected by VCID-map2-zntk-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:47:24.827413+00:00 Debian Oval Importer Fixing VCID-fh61-uus2-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:43:36.402700+00:00 Debian Importer Fixing VCID-upe7-b86x-aaae None 36.1.3
2025-06-21T18:39:39.655069+00:00 Debian Oval Importer Affected by VCID-8d4c-zm4a-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:32:59.498778+00:00 Debian Oval Importer Affected by VCID-bhe9-kf8b-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:29:28.783253+00:00 Debian Oval Importer Fixing VCID-fp9x-hnyt-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:17:14.068229+00:00 Debian Oval Importer Affected by VCID-zssm-bcyh-aaak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:14:21.400205+00:00 Debian Oval Importer Fixing VCID-6uvj-k3c9-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:10:01.591452+00:00 Debian Oval Importer Affected by VCID-ja9y-54rf-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:08:50.826013+00:00 Debian Oval Importer Affected by VCID-n845-7aw9-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T17:58:18.450248+00:00 Debian Oval Importer Fixing VCID-hm1y-t711-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T17:19:39.537681+00:00 Debian Oval Importer Affected by VCID-qzku-bmyx-aaan https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:59:18.713234+00:00 Debian Oval Importer Fixing VCID-t7tm-t2rh-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:39:12.197890+00:00 Debian Oval Importer Fixing VCID-5kxz-x7eq-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:33:39.931346+00:00 Debian Oval Importer Fixing VCID-e5qj-5cpk-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:30:47.342692+00:00 Debian Oval Importer Fixing VCID-9pqm-9vj9-aaak https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T16:30:06.507713+00:00 Debian Oval Importer Fixing VCID-334b-akxn-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T15:29:39.789599+00:00 Debian Oval Importer Fixing VCID-wgmj-77cu-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T15:18:38.322260+00:00 Debian Oval Importer Fixing VCID-fh61-uus2-aaag https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T15:07:42.224585+00:00 Debian Oval Importer Fixing VCID-k7y3-nr4h-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:59:19.710991+00:00 Debian Oval Importer Fixing VCID-vvaq-hzcq-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:55:47.434780+00:00 Debian Oval Importer Fixing VCID-qnzv-pyj8-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:32:14.002135+00:00 Debian Oval Importer Fixing VCID-uet3-61m4-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:25:38.169201+00:00 Debian Oval Importer Fixing VCID-v4kj-bbya-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:23:47.340107+00:00 Debian Oval Importer Fixing VCID-53pu-ktv4-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:20:31.678838+00:00 Debian Oval Importer Affected by VCID-5yvr-uzy3-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:15:46.698817+00:00 Debian Oval Importer Fixing VCID-vkg1-2urs-aaap https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:12:26.168758+00:00 Debian Oval Importer Affected by VCID-ct8v-45pf-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:05:48.781190+00:00 Debian Oval Importer Fixing VCID-upe7-b86x-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:59:39.607607+00:00 Debian Oval Importer Fixing VCID-p99b-9bkz-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:47:26.118444+00:00 Debian Oval Importer Affected by VCID-8d4c-zm4a-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:36:32.761251+00:00 Debian Oval Importer Affected by VCID-q6sa-wzzu-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:19:35.221346+00:00 Debian Oval Importer Affected by VCID-map2-zntk-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:15:13.734180+00:00 Debian Oval Importer Fixing VCID-fp9x-hnyt-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:55:59.555543+00:00 Debian Oval Importer Fixing VCID-6uvj-k3c9-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:55:14.723271+00:00 Debian Oval Importer Fixing VCID-6ypc-78mx-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:54:23.100618+00:00 Debian Importer Fixing VCID-r6v6-e21j-aaag None 36.1.3
2025-06-21T12:48:15.394550+00:00 Debian Oval Importer Fixing VCID-mg9f-35c4-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:45:31.422149+00:00 Debian Oval Importer Fixing VCID-qtt5-1ydb-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:40:40.046641+00:00 Debian Oval Importer Fixing VCID-hc4w-63gb-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:40:20.754618+00:00 Debian Oval Importer Fixing VCID-r6v6-e21j-aaag https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:25:54.094087+00:00 Debian Oval Importer Fixing VCID-1tvm-ca88-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:24:15.313233+00:00 Debian Oval Importer Fixing VCID-qsr2-gq6p-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:12:55.209223+00:00 Debian Oval Importer Fixing VCID-d15h-ng65-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:02:12.626191+00:00 Debian Oval Importer Affected by VCID-6pzu-e61x-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T11:25:14.323793+00:00 Debian Oval Importer Fixing VCID-1j4w-hqp4-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T11:05:42.053381+00:00 Debian Importer Fixing VCID-d15h-ng65-aaab None 36.1.3
2025-06-21T10:58:29.020363+00:00 Debian Importer Affected by VCID-qzku-bmyx-aaan None 36.1.3
2025-06-21T10:53:00.425065+00:00 Debian Importer Fixing VCID-vvaq-hzcq-aaaq None 36.1.3
2025-06-21T07:40:41.844664+00:00 Debian Oval Importer Affected by VCID-ct8v-45pf-aaaj None 36.1.3
2025-06-21T07:08:25.895555+00:00 Debian Oval Importer Affected by VCID-map2-zntk-aaac None 36.1.3
2025-06-21T07:08:24.554523+00:00 Debian Oval Importer Affected by VCID-9h18-autb-aaag None 36.1.3
2025-06-21T07:08:23.887261+00:00 Debian Oval Importer Affected by VCID-n845-7aw9-aaaf None 36.1.3
2025-06-21T07:08:22.499008+00:00 Debian Oval Importer Affected by VCID-q7sm-w668-aaaj None 36.1.3
2025-06-21T07:08:21.817631+00:00 Debian Oval Importer Affected by VCID-eqfm-yp6y-aaab None 36.1.3
2025-06-21T07:08:21.144087+00:00 Debian Oval Importer Affected by VCID-csae-bk8g-aaae None 36.1.3
2025-06-21T06:38:44.249949+00:00 Debian Importer Affected by VCID-map2-zntk-aaac None 36.1.3
2025-06-21T05:44:25.170489+00:00 Debian Importer Affected by VCID-5yvr-uzy3-aaad None 36.1.3
2025-06-21T05:06:10.031829+00:00 Debian Oval Importer Affected by VCID-y6yq-qtna-aaaa None 36.1.3
2025-06-21T04:55:10.915058+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T04:54:27.520572+00:00 Debian Oval Importer Affected by VCID-upe7-b86x-aaae None 36.1.3
2025-06-21T04:38:10.358533+00:00 Debian Oval Importer Affected by VCID-wgmj-77cu-aaab None 36.1.3
2025-06-21T04:13:08.182373+00:00 Debian Oval Importer Affected by VCID-r6v6-e21j-aaag None 36.1.3
2025-06-21T04:01:38.044825+00:00 Debian Oval Importer Affected by VCID-ja9y-54rf-aaab None 36.1.3
2025-06-21T03:42:29.588161+00:00 Debian Importer Fixing VCID-5kxz-x7eq-aaaf None 36.1.3
2025-06-21T03:29:03.649054+00:00 Debian Oval Importer Affected by VCID-pg9r-avuv-aaap None 36.1.3
2025-06-21T03:23:24.519611+00:00 Debian Importer Fixing VCID-uet3-61m4-aaar None 36.1.3
2025-06-21T03:19:51.883623+00:00 Debian Importer Fixing VCID-v4kj-bbya-aaaf None 36.1.3
2025-06-21T03:17:57.513899+00:00 Debian Importer Affected by VCID-ja9y-54rf-aaab None 36.1.3
2025-06-21T03:07:32.826158+00:00 Debian Importer Fixing VCID-334b-akxn-aaae None 36.1.3
2025-06-21T03:00:14.985142+00:00 Debian Importer Fixing VCID-qnzv-pyj8-aaas None 36.1.3
2025-06-21T02:52:09.863679+00:00 Debian Oval Importer Affected by VCID-d15h-ng65-aaab None 36.1.3
2025-06-21T02:11:00.378861+00:00 Debian Importer Fixing VCID-qsr2-gq6p-aaab None 36.1.3
2025-06-21T02:05:25.679558+00:00 Debian Importer Affected by VCID-zssm-bcyh-aaak https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T02:04:42.750781+00:00 Debian Oval Importer Affected by VCID-bhe9-kf8b-aaaf None 36.1.3
2025-06-21T01:57:06.916660+00:00 Debian Oval Importer Affected by VCID-6fcz-sa2z-aaaq None 36.1.3
2025-06-21T01:47:46.395548+00:00 Debian Oval Importer Affected by VCID-zssm-bcyh-aaak None 36.1.3
2025-06-21T01:15:12.739476+00:00 Debian Oval Importer Fixing VCID-mg9f-35c4-aaaq None 36.1.3
2025-06-21T01:06:32.930432+00:00 Debian Oval Importer Fixing VCID-uet3-61m4-aaar None 36.1.3
2025-06-21T01:05:56.956246+00:00 Debian Oval Importer Fixing VCID-vkg1-2urs-aaap None 36.1.3
2025-06-21T00:54:34.536927+00:00 Debian Oval Importer Fixing VCID-9pqm-9vj9-aaak None 36.1.3
2025-06-21T00:41:40.684528+00:00 Debian Oval Importer Fixing VCID-1j4w-hqp4-aaah None 36.1.3
2025-06-21T00:40:42.145262+00:00 Debian Importer Fixing VCID-e5qj-5cpk-aaar None 36.1.3
2025-06-21T00:36:44.100707+00:00 Debian Importer Fixing VCID-1j4w-hqp4-aaah None 36.1.3
2025-06-21T00:27:10.301288+00:00 Debian Importer Fixing VCID-6uvj-k3c9-aaab None 36.1.3
2025-06-21T00:19:11.738727+00:00 Debian Oval Importer Affected by VCID-5yvr-uzy3-aaad None 36.1.3
2025-06-21T00:09:38.766962+00:00 Debian Oval Importer Fixing VCID-53pu-ktv4-aaar None 36.1.3
2025-06-21T00:09:24.162196+00:00 Debian Oval Importer Fixing VCID-fh61-uus2-aaag None 36.1.3
2025-06-21T00:05:13.313835+00:00 Debian Importer Affected by VCID-bhe9-kf8b-aaaf https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T00:01:22.662945+00:00 Debian Oval Importer Affected by VCID-q6sa-wzzu-aaam None 36.1.3
2025-06-20T23:56:52.720731+00:00 Debian Oval Importer Fixing VCID-1tvm-ca88-aaaj None 36.1.3
2025-06-20T23:49:30.753834+00:00 Debian Importer Fixing VCID-fh61-uus2-aaag None 36.1.3
2025-06-20T23:48:58.045460+00:00 Debian Oval Importer Fixing VCID-k7y3-nr4h-aaaq None 36.1.3
2025-06-20T23:40:39.698051+00:00 Debian Oval Importer Fixing VCID-d15h-ng65-aaab None 36.1.3
2025-06-20T23:24:33.528051+00:00 Debian Importer Affected by VCID-6pzu-e61x-aaas None 36.1.3
2025-06-20T23:14:57.502548+00:00 Debian Importer Affected by VCID-2sh1-yqq9-aaah https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T23:02:52.194840+00:00 Debian Oval Importer Fixing VCID-vvaq-hzcq-aaaq None 36.1.3
2025-06-20T23:02:43.886911+00:00 Debian Importer Fixing VCID-hm1y-t711-aaaf None 36.1.3
2025-06-20T23:02:04.620450+00:00 Debian Oval Importer Fixing VCID-hm1y-t711-aaaf None 36.1.3
2025-06-20T22:59:56.546853+00:00 Debian Oval Importer Fixing VCID-hc4w-63gb-aaad None 36.1.3
2025-06-20T22:58:24.362323+00:00 Debian Oval Importer Affected by VCID-qzku-bmyx-aaan None 36.1.3
2025-06-20T22:58:08.135616+00:00 Debian Importer Affected by VCID-y6yq-qtna-aaaa None 36.1.3
2025-06-20T22:39:17.479959+00:00 Debian Oval Importer Fixing VCID-r6v6-e21j-aaag None 36.1.3
2025-06-20T22:36:52.180084+00:00 Debian Importer Fixing VCID-wgmj-77cu-aaab None 36.1.3
2025-06-20T22:23:31.292275+00:00 Debian Oval Importer Fixing VCID-qsr2-gq6p-aaab None 36.1.3
2025-06-20T22:19:18.120164+00:00 Debian Importer Affected by VCID-q7sm-w668-aaaj None 36.1.3
2025-06-20T22:14:24.390934+00:00 Debian Importer Affected by VCID-zssm-bcyh-aaak None 36.1.3
2025-06-20T22:11:21.592501+00:00 Debian Oval Importer Fixing VCID-qtt5-1ydb-aaac None 36.1.3
2025-06-20T22:10:31.033357+00:00 Debian Oval Importer Fixing VCID-fp9x-hnyt-aaaq None 36.1.3
2025-06-20T22:02:25.907728+00:00 Debian Oval Importer Fixing VCID-334b-akxn-aaae None 36.1.3
2025-06-20T21:59:21.764242+00:00 Debian Oval Importer Fixing VCID-6uvj-k3c9-aaab None 36.1.3
2025-06-20T21:55:55.183539+00:00 Debian Importer Affected by VCID-eqfm-yp6y-aaab None 36.1.3
2025-06-20T21:50:39.247223+00:00 Debian Oval Importer Fixing VCID-wgmj-77cu-aaab None 36.1.3
2025-06-20T21:49:52.781205+00:00 Debian Oval Importer Fixing VCID-upe7-b86x-aaae None 36.1.3
2025-06-20T21:43:24.842156+00:00 Debian Importer Affected by VCID-8d4c-zm4a-aaaj None 36.1.3
2025-06-20T21:33:48.856709+00:00 Debian Oval Importer Fixing VCID-v4kj-bbya-aaaf None 36.1.3
2025-06-20T21:17:36.412893+00:00 Debian Importer Affected by VCID-6fcz-sa2z-aaaq None 36.1.3
2025-06-20T21:16:26.370001+00:00 Debian Oval Importer Fixing VCID-5kxz-x7eq-aaaf None 36.1.3
2025-06-20T21:15:03.222787+00:00 Debian Oval Importer Fixing VCID-qnzv-pyj8-aaas None 36.1.3
2025-06-20T21:14:36.599238+00:00 Debian Importer Affected by VCID-qnpk-1b3c-aaah https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T21:08:34.019527+00:00 Debian Oval Importer Affected by VCID-6pzu-e61x-aaas None 36.1.3
2025-06-20T21:04:49.499390+00:00 Debian Oval Importer Fixing VCID-p99b-9bkz-aaae None 36.1.3
2025-06-20T20:58:18.864133+00:00 Debian Oval Importer Fixing VCID-t7tm-t2rh-aaah None 36.1.3
2025-06-20T20:47:56.006135+00:00 Debian Importer Affected by VCID-6fcz-sa2z-aaaq https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T20:40:18.300637+00:00 Debian Importer Affected by VCID-n845-7aw9-aaaf None 36.1.3
2025-06-20T20:23:26.254748+00:00 Debian Oval Importer Affected by VCID-8d4c-zm4a-aaaj None 36.1.3
2025-06-20T20:20:57.956213+00:00 Debian Oval Importer Fixing VCID-e5qj-5cpk-aaar None 36.1.3
2025-06-20T20:15:54.003247+00:00 Debian Oval Importer Fixing VCID-6ypc-78mx-aaac None 36.1.3
2025-06-20T19:51:03.281827+00:00 Debian Importer Affected by VCID-bhe9-kf8b-aaaf None 36.1.3
2025-06-08T13:19:26.494326+00:00 Debian Oval Importer Fixing VCID-6ypc-78mx-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T13:17:10.282881+00:00 Debian Oval Importer Fixing VCID-qnzv-pyj8-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T13:04:29.871827+00:00 Debian Oval Importer Fixing VCID-vvaq-hzcq-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:43:48.946306+00:00 Debian Oval Importer Affected by VCID-pg9r-avuv-aaap https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:28:58.669447+00:00 Debian Oval Importer Affected by VCID-r6v6-e21j-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:21:38.737073+00:00 Debian Oval Importer Fixing VCID-qtt5-1ydb-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:15:13.162294+00:00 Debian Oval Importer Fixing VCID-334b-akxn-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:11:16.841677+00:00 Debian Oval Importer Fixing VCID-1tvm-ca88-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:07:39.736751+00:00 Debian Oval Importer Fixing VCID-1j4w-hqp4-aaah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:04:14.794063+00:00 Debian Oval Importer Fixing VCID-53pu-ktv4-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:54:11.154500+00:00 Debian Oval Importer Affected by VCID-q7sm-w668-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:29:39.078379+00:00 Debian Oval Importer Affected by VCID-9h18-autb-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:28:18.893000+00:00 Debian Oval Importer Affected by VCID-y6yq-qtna-aaaa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:23:23.278986+00:00 Debian Oval Importer Fixing VCID-e5qj-5cpk-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:19:17.910229+00:00 Debian Oval Importer Affected by VCID-map2-zntk-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:17:18.739541+00:00 Debian Oval Importer Fixing VCID-fh61-uus2-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:09:48.853697+00:00 Debian Oval Importer Affected by VCID-8d4c-zm4a-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:03:23.962624+00:00 Debian Oval Importer Affected by VCID-bhe9-kf8b-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:59:59.662588+00:00 Debian Oval Importer Fixing VCID-fp9x-hnyt-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:48:19.862989+00:00 Debian Oval Importer Affected by VCID-zssm-bcyh-aaak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:45:35.843806+00:00 Debian Oval Importer Fixing VCID-6uvj-k3c9-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:41:27.192477+00:00 Debian Oval Importer Affected by VCID-ja9y-54rf-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:40:18.682186+00:00 Debian Oval Importer Affected by VCID-n845-7aw9-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:30:01.776278+00:00 Debian Oval Importer Fixing VCID-hm1y-t711-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T10:00:44.891835+00:00 Debian Oval Importer Affected by VCID-qzku-bmyx-aaan https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:44:22.580253+00:00 Debian Oval Importer Fixing VCID-t7tm-t2rh-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:24:45.573054+00:00 Debian Oval Importer Fixing VCID-5kxz-x7eq-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:19:23.447138+00:00 Debian Oval Importer Fixing VCID-e5qj-5cpk-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:16:37.389187+00:00 Debian Oval Importer Fixing VCID-9pqm-9vj9-aaak https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T09:15:57.954008+00:00 Debian Oval Importer Fixing VCID-334b-akxn-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T08:24:12.084637+00:00 Debian Oval Importer Fixing VCID-wgmj-77cu-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T08:12:32.862674+00:00 Debian Oval Importer Fixing VCID-fh61-uus2-aaag https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T08:01:12.382932+00:00 Debian Oval Importer Fixing VCID-k7y3-nr4h-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:52:40.634543+00:00 Debian Oval Importer Fixing VCID-vvaq-hzcq-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:49:16.496229+00:00 Debian Oval Importer Fixing VCID-qnzv-pyj8-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:25:17.954526+00:00 Debian Oval Importer Fixing VCID-uet3-61m4-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:18:41.042035+00:00 Debian Oval Importer Fixing VCID-v4kj-bbya-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:16:52.915876+00:00 Debian Oval Importer Fixing VCID-53pu-ktv4-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:13:36.674072+00:00 Debian Oval Importer Affected by VCID-5yvr-uzy3-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:09:09.619868+00:00 Debian Oval Importer Fixing VCID-vkg1-2urs-aaap https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:05:47.045326+00:00 Debian Oval Importer Affected by VCID-ct8v-45pf-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:59:39.161969+00:00 Debian Oval Importer Fixing VCID-upe7-b86x-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:53:49.529798+00:00 Debian Oval Importer Fixing VCID-p99b-9bkz-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:41:35.949412+00:00 Debian Oval Importer Affected by VCID-8d4c-zm4a-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:30:43.712688+00:00 Debian Oval Importer Affected by VCID-q6sa-wzzu-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:14:10.229391+00:00 Debian Oval Importer Affected by VCID-map2-zntk-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:09:53.493254+00:00 Debian Oval Importer Fixing VCID-fp9x-hnyt-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:50:58.689900+00:00 Debian Oval Importer Fixing VCID-6uvj-k3c9-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:50:14.515924+00:00 Debian Oval Importer Fixing VCID-6ypc-78mx-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:43:19.465127+00:00 Debian Oval Importer Fixing VCID-mg9f-35c4-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:40:49.755636+00:00 Debian Oval Importer Fixing VCID-qtt5-1ydb-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:36:56.990319+00:00 Debian Oval Importer Fixing VCID-hc4w-63gb-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:36:43.950071+00:00 Debian Oval Importer Fixing VCID-r6v6-e21j-aaag https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:26:57.053798+00:00 Debian Oval Importer Fixing VCID-1tvm-ca88-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:25:46.361606+00:00 Debian Oval Importer Fixing VCID-qsr2-gq6p-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:18:20.451171+00:00 Debian Oval Importer Fixing VCID-d15h-ng65-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:11:06.138593+00:00 Debian Oval Importer Affected by VCID-6pzu-e61x-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T04:47:32.759661+00:00 Debian Oval Importer Fixing VCID-1j4w-hqp4-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T01:20:38.367216+00:00 Debian Oval Importer Affected by VCID-ct8v-45pf-aaaj None 36.1.0
2025-06-08T00:48:09.138060+00:00 Debian Oval Importer Affected by VCID-map2-zntk-aaac None 36.1.0
2025-06-08T00:48:07.766833+00:00 Debian Oval Importer Affected by VCID-9h18-autb-aaag None 36.1.0
2025-06-08T00:48:07.094090+00:00 Debian Oval Importer Affected by VCID-n845-7aw9-aaaf None 36.1.0
2025-06-08T00:48:05.746179+00:00 Debian Oval Importer Affected by VCID-q7sm-w668-aaaj None 36.1.0
2025-06-08T00:48:05.075960+00:00 Debian Oval Importer Affected by VCID-eqfm-yp6y-aaab None 36.1.0
2025-06-08T00:48:04.388517+00:00 Debian Oval Importer Affected by VCID-csae-bk8g-aaae None 36.1.0
2025-06-07T22:43:36.155668+00:00 Debian Oval Importer Affected by VCID-y6yq-qtna-aaaa None 36.1.0
2025-06-07T22:31:44.965814+00:00 Debian Oval Importer Affected by VCID-upe7-b86x-aaae None 36.1.0
2025-06-07T22:14:53.641147+00:00 Debian Oval Importer Affected by VCID-wgmj-77cu-aaab None 36.1.0
2025-06-07T21:48:59.404698+00:00 Debian Oval Importer Affected by VCID-r6v6-e21j-aaag None 36.1.0
2025-06-07T21:36:56.275456+00:00 Debian Oval Importer Affected by VCID-ja9y-54rf-aaab None 36.1.0
2025-06-07T21:02:32.656518+00:00 Debian Oval Importer Affected by VCID-pg9r-avuv-aaap None 36.1.0
2025-06-07T20:19:30.862039+00:00 Debian Oval Importer Affected by VCID-d15h-ng65-aaab None 36.1.0
2025-06-07T19:28:20.589576+00:00 Debian Oval Importer Affected by VCID-bhe9-kf8b-aaaf None 36.1.0
2025-06-07T19:20:34.808780+00:00 Debian Oval Importer Affected by VCID-6fcz-sa2z-aaaq None 36.1.0
2025-06-07T19:11:04.387441+00:00 Debian Oval Importer Affected by VCID-zssm-bcyh-aaak None 36.1.0
2025-06-07T18:37:52.613808+00:00 Debian Oval Importer Fixing VCID-mg9f-35c4-aaaq None 36.1.0
2025-06-07T18:29:08.662652+00:00 Debian Oval Importer Fixing VCID-uet3-61m4-aaar None 36.1.0
2025-06-07T18:28:31.809873+00:00 Debian Oval Importer Fixing VCID-vkg1-2urs-aaap None 36.1.0
2025-06-07T18:16:55.602697+00:00 Debian Oval Importer Fixing VCID-9pqm-9vj9-aaak None 36.1.0
2025-06-07T18:04:15.000367+00:00 Debian Oval Importer Fixing VCID-1j4w-hqp4-aaah None 36.1.0
2025-06-07T17:42:08.550926+00:00 Debian Oval Importer Affected by VCID-5yvr-uzy3-aaad None 36.1.0
2025-06-07T17:32:25.897398+00:00 Debian Oval Importer Fixing VCID-53pu-ktv4-aaar None 36.1.0
2025-06-07T17:32:11.486661+00:00 Debian Oval Importer Fixing VCID-fh61-uus2-aaag None 36.1.0
2025-06-07T17:24:11.962862+00:00 Debian Oval Importer Affected by VCID-q6sa-wzzu-aaam None 36.1.0
2025-06-07T17:19:46.987363+00:00 Debian Oval Importer Fixing VCID-1tvm-ca88-aaaj None 36.1.0
2025-06-07T17:11:49.523921+00:00 Debian Oval Importer Fixing VCID-k7y3-nr4h-aaaq None 36.1.0
2025-06-07T17:03:35.500534+00:00 Debian Oval Importer Fixing VCID-d15h-ng65-aaab None 36.1.0
2025-06-07T16:25:59.716117+00:00 Debian Oval Importer Fixing VCID-vvaq-hzcq-aaaq None 36.1.0
2025-06-07T16:25:13.734253+00:00 Debian Oval Importer Fixing VCID-hm1y-t711-aaaf None 36.1.0
2025-06-07T16:23:08.112579+00:00 Debian Oval Importer Fixing VCID-hc4w-63gb-aaad None 36.1.0
2025-06-07T16:21:38.718573+00:00 Debian Oval Importer Affected by VCID-qzku-bmyx-aaan None 36.1.0
2025-06-07T16:03:14.333985+00:00 Debian Oval Importer Fixing VCID-r6v6-e21j-aaag None 36.1.0
2025-06-07T15:47:44.689017+00:00 Debian Oval Importer Fixing VCID-qsr2-gq6p-aaab None 36.1.0
2025-06-07T15:35:22.599171+00:00 Debian Oval Importer Fixing VCID-qtt5-1ydb-aaac None 36.1.0
2025-06-07T15:34:32.814373+00:00 Debian Oval Importer Fixing VCID-fp9x-hnyt-aaaq None 36.1.0
2025-06-07T15:26:04.665977+00:00 Debian Oval Importer Fixing VCID-334b-akxn-aaae None 36.1.0
2025-06-07T15:22:52.168695+00:00 Debian Oval Importer Fixing VCID-6uvj-k3c9-aaab None 36.1.0
2025-06-07T15:13:51.309867+00:00 Debian Oval Importer Fixing VCID-wgmj-77cu-aaab None 36.1.0
2025-06-07T15:13:01.268383+00:00 Debian Oval Importer Fixing VCID-upe7-b86x-aaae None 36.1.0
2025-06-07T14:56:23.032271+00:00 Debian Oval Importer Fixing VCID-v4kj-bbya-aaaf None 36.1.0
2025-06-07T14:40:37.033208+00:00 Debian Oval Importer Fixing VCID-5kxz-x7eq-aaaf None 36.1.0
2025-06-07T14:39:10.806342+00:00 Debian Oval Importer Fixing VCID-qnzv-pyj8-aaas None 36.1.0
2025-06-07T14:33:58.324808+00:00 Debian Oval Importer Affected by VCID-6pzu-e61x-aaas None 36.1.0
2025-06-07T14:30:53.827501+00:00 Debian Oval Importer Fixing VCID-p99b-9bkz-aaae None 36.1.0
2025-06-07T14:25:49.527202+00:00 Debian Oval Importer Fixing VCID-t7tm-t2rh-aaah None 36.1.0
2025-06-07T13:58:49.949312+00:00 Debian Oval Importer Affected by VCID-8d4c-zm4a-aaaj None 36.1.0
2025-06-07T13:57:40.367601+00:00 Debian Oval Importer Fixing VCID-e5qj-5cpk-aaar None 36.1.0
2025-06-07T13:55:51.823423+00:00 Debian Oval Importer Fixing VCID-6ypc-78mx-aaac None 36.1.0
2025-06-05T14:34:21.433765+00:00 Debian Importer Affected by VCID-6fcz-sa2z-aaaq https://security-tracker.debian.org/tracker/data/json 36.1.0
2025-06-05T14:27:26.573255+00:00 Debian Importer Affected by VCID-n845-7aw9-aaaf None 36.1.0
2025-06-05T13:57:56.790473+00:00 Debian Importer Affected by VCID-bhe9-kf8b-aaaf None 36.1.0
2025-05-06T18:48:41.888439+00:00 Debian Oval Importer Affected by VCID-k3ej-p9y8-1qfk https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-13T03:04:10.575110+00:00 Debian Oval Importer Affected by VCID-23tg-44pz-cbcb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-13T02:00:05.617325+00:00 Debian Oval Importer Affected by VCID-um2g-zequ-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-13T02:00:00.760861+00:00 Debian Oval Importer Affected by VCID-2sh1-yqq9-aaah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-13T01:59:14.449428+00:00 Debian Oval Importer Affected by VCID-849h-j5yz-aaan https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-13T01:58:49.049514+00:00 Debian Oval Importer Affected by VCID-kr1n-t6yx-aaam https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-13T01:58:38.249600+00:00 Debian Oval Importer Affected by VCID-huhc-ydq5-aaaa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-13T01:55:47.290470+00:00 Debian Oval Importer Affected by VCID-qnpk-1b3c-aaah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-13T01:52:41.144137+00:00 Debian Oval Importer Affected by VCID-hmkq-2p3p-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-13T01:51:15.711523+00:00 Debian Oval Importer Affected by VCID-sv5v-pb1b-aaam https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T23:12:54.634255+00:00 Debian Oval Importer Affected by VCID-849h-j5yz-aaan https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-12T23:10:01.323902+00:00 Debian Oval Importer Affected by VCID-huhc-ydq5-aaaa https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-12T23:04:30.625512+00:00 Debian Oval Importer Affected by VCID-kr1n-t6yx-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-12T22:18:34.657157+00:00 Debian Oval Importer Fixing VCID-9pqm-9vj9-aaak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T22:09:45.414451+00:00 Debian Oval Importer Affected by VCID-d15h-ng65-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T22:07:22.047563+00:00 Debian Oval Importer Affected by VCID-ct8v-45pf-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:49:09.265507+00:00 Debian Oval Importer Fixing VCID-uet3-61m4-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:48:01.515973+00:00 Debian Oval Importer Fixing VCID-hc4w-63gb-aaad https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:45:05.515284+00:00 Debian Oval Importer Fixing VCID-v4kj-bbya-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:24:06.221985+00:00 Debian Oval Importer Affected by VCID-eqfm-yp6y-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:06:44.693124+00:00 Debian Oval Importer Fixing VCID-mg9f-35c4-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T20:58:07.816105+00:00 Debian Oval Importer Affected by VCID-6pzu-e61x-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T20:46:29.030377+00:00 Debian Oval Importer Fixing VCID-p99b-9bkz-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T20:36:01.167132+00:00 Debian Oval Importer Fixing VCID-5kxz-x7eq-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T20:34:02.101304+00:00 Debian Oval Importer Fixing VCID-k7y3-nr4h-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T20:27:27.853169+00:00 Debian Oval Importer Affected by VCID-csae-bk8g-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:54:58.849648+00:00 Debian Oval Importer Affected by VCID-qzku-bmyx-aaan https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:52:27.306961+00:00 Debian Oval Importer Affected by VCID-5yvr-uzy3-aaad https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:44:44.095653+00:00 Debian Oval Importer Fixing VCID-t7tm-t2rh-aaah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:43:21.940223+00:00 Debian Oval Importer Fixing VCID-hm1y-t711-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:33:40.494528+00:00 Debian Oval Importer Fixing VCID-qsr2-gq6p-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:32:10.915004+00:00 Debian Oval Importer Fixing VCID-vkg1-2urs-aaap https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:28:29.205493+00:00 Debian Oval Importer Affected by VCID-wgmj-77cu-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:23:16.340994+00:00 Debian Oval Importer Affected by VCID-6fcz-sa2z-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:23:08.203346+00:00 Debian Oval Importer Affected by VCID-upe7-b86x-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:07:32.079745+00:00 Debian Oval Importer Fixing VCID-6ypc-78mx-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:05:09.726674+00:00 Debian Oval Importer Fixing VCID-qnzv-pyj8-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:51:59.770409+00:00 Debian Oval Importer Fixing VCID-vvaq-hzcq-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:30:40.843606+00:00 Debian Oval Importer Affected by VCID-pg9r-avuv-aaap https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:15:17.402475+00:00 Debian Oval Importer Affected by VCID-r6v6-e21j-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:07:38.831048+00:00 Debian Oval Importer Fixing VCID-qtt5-1ydb-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:00:57.018697+00:00 Debian Oval Importer Fixing VCID-334b-akxn-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:56:57.126446+00:00 Debian Oval Importer Fixing VCID-1tvm-ca88-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:53:12.774287+00:00 Debian Oval Importer Fixing VCID-1j4w-hqp4-aaah https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:49:39.351390+00:00 Debian Oval Importer Fixing VCID-53pu-ktv4-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:39:17.967378+00:00 Debian Oval Importer Affected by VCID-q7sm-w668-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:13:57.150499+00:00 Debian Oval Importer Affected by VCID-9h18-autb-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:12:32.014275+00:00 Debian Oval Importer Affected by VCID-y6yq-qtna-aaaa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:07:27.054259+00:00 Debian Oval Importer Fixing VCID-e5qj-5cpk-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:03:15.218124+00:00 Debian Oval Importer Affected by VCID-map2-zntk-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:01:10.584629+00:00 Debian Oval Importer Fixing VCID-fh61-uus2-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:53:17.757673+00:00 Debian Oval Importer Affected by VCID-8d4c-zm4a-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:46:35.744684+00:00 Debian Oval Importer Affected by VCID-bhe9-kf8b-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:42:49.057419+00:00 Debian Oval Importer Fixing VCID-fp9x-hnyt-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:30:29.314012+00:00 Debian Oval Importer Affected by VCID-zssm-bcyh-aaak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:27:35.401468+00:00 Debian Oval Importer Fixing VCID-6uvj-k3c9-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:23:13.276368+00:00 Debian Oval Importer Affected by VCID-ja9y-54rf-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:22:01.030535+00:00 Debian Oval Importer Affected by VCID-n845-7aw9-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:11:16.464631+00:00 Debian Oval Importer Fixing VCID-hm1y-t711-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T08:33:01.477099+00:00 Debian Oval Importer Affected by VCID-qzku-bmyx-aaan https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T08:16:45.442283+00:00 Debian Oval Importer Fixing VCID-t7tm-t2rh-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T07:57:03.085327+00:00 Debian Oval Importer Fixing VCID-5kxz-x7eq-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T07:51:32.768847+00:00 Debian Oval Importer Fixing VCID-e5qj-5cpk-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T07:48:43.355384+00:00 Debian Oval Importer Fixing VCID-9pqm-9vj9-aaak https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T07:48:02.389271+00:00 Debian Oval Importer Fixing VCID-334b-akxn-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:55:34.245022+00:00 Debian Oval Importer Fixing VCID-wgmj-77cu-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:44:27.261177+00:00 Debian Oval Importer Fixing VCID-fh61-uus2-aaag https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:33:32.267280+00:00 Debian Oval Importer Fixing VCID-k7y3-nr4h-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:25:06.914158+00:00 Debian Oval Importer Fixing VCID-vvaq-hzcq-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:21:43.631113+00:00 Debian Oval Importer Fixing VCID-qnzv-pyj8-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:57:54.088888+00:00 Debian Oval Importer Fixing VCID-uet3-61m4-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:51:17.507541+00:00 Debian Oval Importer Fixing VCID-v4kj-bbya-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:49:27.161486+00:00 Debian Oval Importer Fixing VCID-53pu-ktv4-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:46:11.962519+00:00 Debian Oval Importer Affected by VCID-5yvr-uzy3-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:41:43.056838+00:00 Debian Oval Importer Fixing VCID-vkg1-2urs-aaap https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:38:25.641320+00:00 Debian Oval Importer Affected by VCID-ct8v-45pf-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:32:16.467417+00:00 Debian Oval Importer Fixing VCID-upe7-b86x-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:26:17.963738+00:00 Debian Oval Importer Fixing VCID-p99b-9bkz-aaae https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:14:03.669501+00:00 Debian Oval Importer Affected by VCID-8d4c-zm4a-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:02:58.651348+00:00 Debian Oval Importer Affected by VCID-q6sa-wzzu-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:46:19.465663+00:00 Debian Oval Importer Affected by VCID-map2-zntk-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:41:57.141084+00:00 Debian Oval Importer Fixing VCID-fp9x-hnyt-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:22:46.347337+00:00 Debian Oval Importer Fixing VCID-6uvj-k3c9-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:22:02.032324+00:00 Debian Oval Importer Fixing VCID-6ypc-78mx-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:15:02.613926+00:00 Debian Oval Importer Fixing VCID-mg9f-35c4-aaaq https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:12:31.381581+00:00 Debian Oval Importer Fixing VCID-qtt5-1ydb-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:08:30.057584+00:00 Debian Oval Importer Fixing VCID-hc4w-63gb-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:08:16.461857+00:00 Debian Oval Importer Fixing VCID-r6v6-e21j-aaag https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:58:10.764987+00:00 Debian Oval Importer Fixing VCID-1tvm-ca88-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:56:55.851910+00:00 Debian Oval Importer Fixing VCID-qsr2-gq6p-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:49:22.950435+00:00 Debian Oval Importer Fixing VCID-d15h-ng65-aaab https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:42:03.365875+00:00 Debian Oval Importer Affected by VCID-6pzu-e61x-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:18:36.714485+00:00 Debian Oval Importer Fixing VCID-1j4w-hqp4-aaah https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-07T23:53:21.499180+00:00 Debian Oval Importer Affected by VCID-ct8v-45pf-aaaj None 36.0.0
2025-04-07T23:20:32.636296+00:00 Debian Oval Importer Affected by VCID-map2-zntk-aaac None 36.0.0
2025-04-07T23:20:31.175313+00:00 Debian Oval Importer Affected by VCID-9h18-autb-aaag None 36.0.0
2025-04-07T23:20:30.430367+00:00 Debian Oval Importer Affected by VCID-n845-7aw9-aaaf None 36.0.0
2025-04-07T23:20:29.014406+00:00 Debian Oval Importer Affected by VCID-q7sm-w668-aaaj None 36.0.0
2025-04-07T23:20:28.263645+00:00 Debian Oval Importer Affected by VCID-eqfm-yp6y-aaab None 36.0.0
2025-04-07T23:20:27.539892+00:00 Debian Oval Importer Affected by VCID-csae-bk8g-aaae None 36.0.0
2025-04-07T21:15:26.432418+00:00 Debian Oval Importer Affected by VCID-y6yq-qtna-aaaa None 36.0.0
2025-04-07T21:03:23.533878+00:00 Debian Oval Importer Affected by VCID-upe7-b86x-aaae None 36.0.0
2025-04-07T20:46:21.917963+00:00 Debian Oval Importer Affected by VCID-wgmj-77cu-aaab None 36.0.0
2025-04-07T20:19:00.304412+00:00 Debian Oval Importer Affected by VCID-r6v6-e21j-aaag None 36.0.0
2025-04-07T20:06:24.560924+00:00 Debian Oval Importer Affected by VCID-ja9y-54rf-aaab None 36.0.0
2025-04-07T19:32:54.056085+00:00 Debian Oval Importer Affected by VCID-pg9r-avuv-aaap None 36.0.0
2025-04-07T18:54:51.474299+00:00 Debian Oval Importer Affected by VCID-d15h-ng65-aaab None 36.0.0
2025-04-07T18:06:03.216666+00:00 Debian Oval Importer Affected by VCID-bhe9-kf8b-aaaf None 36.0.0
2025-04-07T17:58:24.130990+00:00 Debian Oval Importer Affected by VCID-6fcz-sa2z-aaaq None 36.0.0
2025-04-07T17:48:54.138830+00:00 Debian Oval Importer Affected by VCID-zssm-bcyh-aaak None 36.0.0
2025-04-07T17:15:40.353469+00:00 Debian Oval Importer Fixing VCID-mg9f-35c4-aaaq None 36.0.0
2025-04-07T17:06:47.247250+00:00 Debian Oval Importer Fixing VCID-uet3-61m4-aaar None 36.0.0
2025-04-07T17:06:09.640169+00:00 Debian Oval Importer Fixing VCID-vkg1-2urs-aaap None 36.0.0
2025-04-07T16:54:25.993363+00:00 Debian Oval Importer Fixing VCID-9pqm-9vj9-aaak None 36.0.0
2025-04-07T16:41:18.979373+00:00 Debian Oval Importer Fixing VCID-1j4w-hqp4-aaah None 36.0.0
2025-04-07T16:17:34.856635+00:00 Debian Oval Importer Affected by VCID-5yvr-uzy3-aaad None 36.0.0
2025-04-07T16:07:02.303973+00:00 Debian Oval Importer Fixing VCID-53pu-ktv4-aaar None 36.0.0
2025-04-07T16:06:46.957829+00:00 Debian Oval Importer Fixing VCID-fh61-uus2-aaag None 36.0.0
2025-04-07T15:58:23.236434+00:00 Debian Oval Importer Affected by VCID-q6sa-wzzu-aaam None 36.0.0
2025-04-07T15:53:46.212799+00:00 Debian Oval Importer Fixing VCID-1tvm-ca88-aaaj None 36.0.0
2025-04-07T15:45:32.127603+00:00 Debian Oval Importer Fixing VCID-k7y3-nr4h-aaaq None 36.0.0
2025-04-07T15:36:54.995653+00:00 Debian Oval Importer Fixing VCID-d15h-ng65-aaab None 36.0.0
2025-04-07T14:57:55.293280+00:00 Debian Oval Importer Fixing VCID-vvaq-hzcq-aaaq None 36.0.0
2025-04-07T14:57:07.923866+00:00 Debian Oval Importer Fixing VCID-hm1y-t711-aaaf None 36.0.0
2025-04-07T14:54:56.319720+00:00 Debian Oval Importer Fixing VCID-hc4w-63gb-aaad None 36.0.0
2025-04-07T14:53:23.039218+00:00 Debian Oval Importer Affected by VCID-qzku-bmyx-aaan None 36.0.0
2025-04-07T14:34:23.759512+00:00 Debian Oval Importer Fixing VCID-r6v6-e21j-aaag None 36.0.0
2025-04-07T14:18:31.183122+00:00 Debian Oval Importer Fixing VCID-qsr2-gq6p-aaab None 36.0.0
2025-04-07T14:06:19.941667+00:00 Debian Oval Importer Fixing VCID-qtt5-1ydb-aaac None 36.0.0
2025-04-07T14:05:30.515277+00:00 Debian Oval Importer Fixing VCID-fp9x-hnyt-aaaq None 36.0.0
2025-04-07T13:57:19.032059+00:00 Debian Oval Importer Fixing VCID-334b-akxn-aaae None 36.0.0
2025-04-07T13:54:13.107992+00:00 Debian Oval Importer Fixing VCID-6uvj-k3c9-aaab None 36.0.0
2025-04-07T13:45:29.846769+00:00 Debian Oval Importer Fixing VCID-wgmj-77cu-aaab None 36.0.0
2025-04-07T13:44:43.038182+00:00 Debian Oval Importer Fixing VCID-upe7-b86x-aaae None 36.0.0
2025-04-07T13:28:20.390424+00:00 Debian Oval Importer Fixing VCID-v4kj-bbya-aaaf None 36.0.0
2025-04-07T13:12:37.718470+00:00 Debian Oval Importer Fixing VCID-5kxz-x7eq-aaaf None 36.0.0
2025-04-07T13:11:16.560687+00:00 Debian Oval Importer Fixing VCID-qnzv-pyj8-aaas None 36.0.0
2025-04-07T13:06:01.366440+00:00 Debian Oval Importer Affected by VCID-6pzu-e61x-aaas None 36.0.0
2025-04-07T13:03:03.722777+00:00 Debian Oval Importer Fixing VCID-p99b-9bkz-aaae None 36.0.0
2025-04-07T12:58:13.201518+00:00 Debian Oval Importer Fixing VCID-t7tm-t2rh-aaah None 36.0.0
2025-04-07T12:33:20.302123+00:00 Debian Oval Importer Affected by VCID-8d4c-zm4a-aaaj None 36.0.0
2025-04-07T12:32:17.689678+00:00 Debian Oval Importer Fixing VCID-e5qj-5cpk-aaar None 36.0.0
2025-04-07T12:30:35.846773+00:00 Debian Oval Importer Fixing VCID-6ypc-78mx-aaac None 36.0.0
2025-04-06T21:47:31.815552+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa None 36.0.0
2025-04-06T21:07:20.951178+00:00 Debian Importer Fixing VCID-fp9x-hnyt-aaaq None 36.0.0
2025-04-06T14:56:00.975729+00:00 Debian Importer Fixing VCID-hc4w-63gb-aaad None 36.0.0
2025-04-06T00:39:14.863936+00:00 Debian Importer Fixing VCID-9pqm-9vj9-aaak None 36.0.0
2025-04-06T00:30:59.926916+00:00 Debian Importer Fixing VCID-mg9f-35c4-aaaq None 36.0.0
2025-04-05T23:18:34.125339+00:00 Debian Importer Fixing VCID-k7y3-nr4h-aaaq None 36.0.0
2025-04-05T14:52:38.912565+00:00 Debian Importer Fixing VCID-upe7-b86x-aaae None 36.0.0
2025-04-05T09:27:12.472165+00:00 Debian Importer Fixing VCID-r6v6-e21j-aaag None 36.0.0
2025-04-05T08:06:30.943773+00:00 Debian Importer Fixing VCID-d15h-ng65-aaab None 36.0.0
2025-04-05T08:02:04.225132+00:00 Debian Importer Affected by VCID-qzku-bmyx-aaan None 36.0.0
2025-04-05T07:58:13.753581+00:00 Debian Importer Fixing VCID-vvaq-hzcq-aaaq None 36.0.0
2025-04-05T03:54:13.281861+00:00 Debian Importer Affected by VCID-map2-zntk-aaac None 36.0.0
2025-04-05T02:59:02.457467+00:00 Debian Importer Affected by VCID-5yvr-uzy3-aaad None 36.0.0
2025-04-04T07:44:36.824411+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T06:31:07.712750+00:00 Debian Importer Fixing VCID-5kxz-x7eq-aaaf None 36.0.0
2025-04-04T06:11:19.568131+00:00 Debian Importer Fixing VCID-uet3-61m4-aaar None 36.0.0
2025-04-04T06:07:38.488726+00:00 Debian Importer Fixing VCID-v4kj-bbya-aaaf None 36.0.0
2025-04-04T06:05:40.889607+00:00 Debian Importer Affected by VCID-ja9y-54rf-aaab None 36.0.0
2025-04-04T05:54:49.754786+00:00 Debian Importer Fixing VCID-334b-akxn-aaae None 36.0.0
2025-04-04T05:47:19.965575+00:00 Debian Importer Fixing VCID-qnzv-pyj8-aaas None 36.0.0
2025-04-04T04:56:41.932098+00:00 Debian Importer Fixing VCID-qsr2-gq6p-aaab None 36.0.0
2025-04-04T04:50:59.478995+00:00 Debian Importer Affected by VCID-zssm-bcyh-aaak https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T03:23:39.734076+00:00 Debian Importer Fixing VCID-e5qj-5cpk-aaar None 36.0.0
2025-04-04T03:19:36.618148+00:00 Debian Importer Fixing VCID-1j4w-hqp4-aaah None 36.0.0
2025-04-04T03:09:49.372625+00:00 Debian Importer Fixing VCID-6uvj-k3c9-aaab None 36.0.0
2025-04-04T02:46:54.621337+00:00 Debian Importer Affected by VCID-bhe9-kf8b-aaaf https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T02:30:58.775114+00:00 Debian Importer Fixing VCID-fh61-uus2-aaag None 36.0.0
2025-04-04T02:04:59.422621+00:00 Debian Importer Affected by VCID-6pzu-e61x-aaas None 36.0.0
2025-04-04T01:55:17.833975+00:00 Debian Importer Affected by VCID-2sh1-yqq9-aaah https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T01:42:31.990432+00:00 Debian Importer Fixing VCID-hm1y-t711-aaaf None 36.0.0
2025-04-04T01:37:28.586139+00:00 Debian Importer Affected by VCID-y6yq-qtna-aaaa None 36.0.0
2025-04-04T01:15:49.158074+00:00 Debian Importer Fixing VCID-wgmj-77cu-aaab None 36.0.0
2025-04-04T00:57:51.817127+00:00 Debian Importer Affected by VCID-q7sm-w668-aaaj None 36.0.0
2025-04-04T00:52:53.352993+00:00 Debian Importer Affected by VCID-zssm-bcyh-aaak None 36.0.0
2025-04-04T00:33:44.369069+00:00 Debian Importer Affected by VCID-eqfm-yp6y-aaab None 36.0.0
2025-04-04T00:20:49.541039+00:00 Debian Importer Affected by VCID-8d4c-zm4a-aaaj None 36.0.0
2025-04-03T23:55:47.414599+00:00 Debian Importer Affected by VCID-6fcz-sa2z-aaaq None 36.0.0
2025-04-03T23:53:08.766731+00:00 Debian Importer Affected by VCID-qnpk-1b3c-aaah https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-03T23:32:58.676758+00:00 Debian Importer Affected by VCID-6fcz-sa2z-aaaq https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-03T23:26:09.248243+00:00 Debian Importer Affected by VCID-n845-7aw9-aaaf None 36.0.0
2025-04-03T22:56:48.954829+00:00 Debian Importer Affected by VCID-bhe9-kf8b-aaaf None 36.0.0
2025-02-21T21:40:06.333798+00:00 Debian Importer Affected by VCID-2sh1-yqq9-aaah https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T21:39:51.817508+00:00 Debian Importer Affected by VCID-qnpk-1b3c-aaah https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T11:07:55.775529+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T11:07:54.425341+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa None 35.1.0
2025-02-21T04:12:53.212622+00:00 Debian Importer Affected by VCID-map2-zntk-aaac None 35.1.0
2025-02-20T22:13:07.941280+00:00 Debian Importer Affected by VCID-eqfm-yp6y-aaab None 35.1.0
2025-02-20T22:12:53.815892+00:00 Debian Importer Affected by VCID-n845-7aw9-aaaf None 35.1.0
2025-02-20T22:12:40.079372+00:00 Debian Importer Affected by VCID-q7sm-w668-aaaj None 35.1.0
2025-02-20T22:12:24.948307+00:00 Debian Importer Affected by VCID-5yvr-uzy3-aaad None 35.1.0
2025-02-20T17:12:46.359944+00:00 Debian Importer Affected by VCID-qzku-bmyx-aaan None 35.1.0
2025-02-20T07:40:08.735458+00:00 Debian Importer Affected by VCID-6fcz-sa2z-aaaq None 35.1.0
2025-02-20T07:40:08.053718+00:00 Debian Importer Affected by VCID-6fcz-sa2z-aaaq https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-20T07:39:38.727162+00:00 Debian Importer Affected by VCID-bhe9-kf8b-aaaf https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-20T07:39:38.058858+00:00 Debian Importer Affected by VCID-bhe9-kf8b-aaaf None 35.1.0
2025-02-20T07:39:11.584540+00:00 Debian Importer Affected by VCID-zssm-bcyh-aaak None 35.1.0
2025-02-20T07:39:10.869028+00:00 Debian Importer Affected by VCID-zssm-bcyh-aaak https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-19T20:45:01.698767+00:00 Debian Importer Affected by VCID-y6yq-qtna-aaaa None 35.1.0
2025-02-19T20:44:48.691005+00:00 Debian Importer Affected by VCID-ja9y-54rf-aaab None 35.1.0
2025-02-19T20:44:04.676108+00:00 Debian Importer Affected by VCID-8d4c-zm4a-aaaj None 35.1.0
2025-02-19T20:43:52.391052+00:00 Debian Importer Affected by VCID-6pzu-e61x-aaas None 35.1.0
2025-02-19T20:41:28.041614+00:00 Debian Importer Fixing VCID-wgmj-77cu-aaab None 35.1.0
2025-02-19T20:41:24.759165+00:00 Debian Importer Fixing VCID-upe7-b86x-aaae None 35.1.0
2025-02-19T18:41:13.266340+00:00 Debian Importer Fixing VCID-d15h-ng65-aaab None 35.1.0
2025-02-19T18:40:55.325176+00:00 Debian Importer Fixing VCID-r6v6-e21j-aaag None 35.1.0
2025-02-19T18:39:35.216399+00:00 Debian Importer Fixing VCID-fp9x-hnyt-aaaq None 35.1.0
2025-02-19T11:52:13.216523+00:00 Debian Importer Fixing VCID-1j4w-hqp4-aaah None 35.1.0
2025-02-19T09:36:16.446919+00:00 Debian Importer Fixing VCID-qsr2-gq6p-aaab None 35.1.0
2025-02-19T09:36:13.057045+00:00 Debian Importer Fixing VCID-k7y3-nr4h-aaaq None 35.1.0
2025-02-19T07:17:45.783910+00:00 Debian Importer Fixing VCID-mg9f-35c4-aaaq None 35.1.0
2025-02-19T07:17:42.311391+00:00 Debian Importer Fixing VCID-6uvj-k3c9-aaab None 35.1.0
2025-02-19T07:17:39.240349+00:00 Debian Importer Fixing VCID-uet3-61m4-aaar None 35.1.0
2025-02-19T04:13:43.825343+00:00 Debian Importer Fixing VCID-v4kj-bbya-aaaf None 35.1.0
2025-02-19T04:13:32.432298+00:00 Debian Importer Fixing VCID-e5qj-5cpk-aaar None 35.1.0
2025-02-19T04:13:29.221672+00:00 Debian Importer Fixing VCID-9pqm-9vj9-aaak None 35.1.0
2025-02-19T00:59:21.323644+00:00 Debian Importer Fixing VCID-hc4w-63gb-aaad None 35.1.0
2025-02-19T00:59:18.197513+00:00 Debian Importer Fixing VCID-vvaq-hzcq-aaaq None 35.1.0
2025-02-19T00:59:15.540104+00:00 Debian Importer Fixing VCID-qnzv-pyj8-aaas None 35.1.0
2025-02-19T00:59:12.615045+00:00 Debian Importer Fixing VCID-334b-akxn-aaae None 35.1.0
2025-02-19T00:59:10.337587+00:00 Debian Importer Fixing VCID-5kxz-x7eq-aaaf None 35.1.0
2025-02-19T00:59:07.214931+00:00 Debian Importer Fixing VCID-hm1y-t711-aaaf None 35.1.0
2025-02-18T19:52:22.405334+00:00 Debian Importer Fixing VCID-fh61-uus2-aaag None 35.1.0
2024-11-23T14:26:52.983297+00:00 Debian Importer Affected by VCID-5yvr-uzy3-aaad None 35.0.0
2024-11-22T17:02:47.789956+00:00 Debian Importer Affected by VCID-y6yq-qtna-aaaa None 35.0.0
2024-11-22T17:02:38.242865+00:00 Debian Importer Affected by VCID-ja9y-54rf-aaab None 35.0.0
2024-11-22T17:02:11.059036+00:00 Debian Importer Affected by VCID-8d4c-zm4a-aaaj None 35.0.0
2024-11-22T17:01:59.051847+00:00 Debian Importer Affected by VCID-6pzu-e61x-aaas None 35.0.0
2024-11-22T17:00:16.830479+00:00 Debian Importer Fixing VCID-wgmj-77cu-aaab None 35.0.0
2024-11-22T17:00:13.699348+00:00 Debian Importer Fixing VCID-upe7-b86x-aaae None 35.0.0
2024-11-22T07:01:29.089421+00:00 Debian Importer Fixing VCID-qsr2-gq6p-aaab None 35.0.0
2024-11-22T07:01:25.430376+00:00 Debian Importer Fixing VCID-k7y3-nr4h-aaaq None 35.0.0
2024-11-22T04:35:48.358927+00:00 Debian Importer Fixing VCID-mg9f-35c4-aaaq None 35.0.0
2024-11-22T04:35:46.203956+00:00 Debian Importer Fixing VCID-uet3-61m4-aaar None 35.0.0
2024-11-22T01:41:38.846070+00:00 Debian Importer Fixing VCID-v4kj-bbya-aaaf None 35.0.0
2024-11-22T01:41:27.585672+00:00 Debian Importer Fixing VCID-e5qj-5cpk-aaar None 35.0.0
2024-11-22T01:41:24.374689+00:00 Debian Importer Fixing VCID-9pqm-9vj9-aaak None 35.0.0
2024-11-21T22:29:11.108693+00:00 Debian Importer Fixing VCID-hc4w-63gb-aaad None 35.0.0
2024-11-21T22:29:07.849406+00:00 Debian Importer Fixing VCID-vvaq-hzcq-aaaq None 35.0.0
2024-11-21T22:29:05.151188+00:00 Debian Importer Fixing VCID-qnzv-pyj8-aaas None 35.0.0
2024-11-21T22:29:02.106992+00:00 Debian Importer Fixing VCID-334b-akxn-aaae None 35.0.0
2024-11-21T22:28:59.717450+00:00 Debian Importer Fixing VCID-5kxz-x7eq-aaaf None 35.0.0
2024-11-21T22:28:56.477039+00:00 Debian Importer Fixing VCID-hm1y-t711-aaaf None 35.0.0
2024-11-20T05:27:20.712805+00:00 Debian Importer Fixing VCID-qsr2-gq6p-aaab None 34.3.2
2024-11-20T05:27:17.398733+00:00 Debian Importer Fixing VCID-k7y3-nr4h-aaaq None 34.3.2
2024-11-20T03:21:40.721940+00:00 Debian Importer Fixing VCID-mg9f-35c4-aaaq None 34.3.2
2024-11-20T03:21:38.605134+00:00 Debian Importer Fixing VCID-uet3-61m4-aaar None 34.3.2
2024-11-20T00:34:51.512839+00:00 Debian Importer Fixing VCID-v4kj-bbya-aaaf None 34.3.2
2024-11-20T00:34:40.814074+00:00 Debian Importer Fixing VCID-e5qj-5cpk-aaar None 34.3.2
2024-11-20T00:34:37.090385+00:00 Debian Importer Fixing VCID-9pqm-9vj9-aaak None 34.3.2
2024-11-19T21:34:06.124143+00:00 Debian Importer Fixing VCID-hc4w-63gb-aaad None 34.3.2
2024-11-19T21:34:02.973925+00:00 Debian Importer Fixing VCID-vvaq-hzcq-aaaq None 34.3.2
2024-11-19T21:34:00.413629+00:00 Debian Importer Fixing VCID-qnzv-pyj8-aaas None 34.3.2
2024-11-19T21:33:57.426492+00:00 Debian Importer Fixing VCID-334b-akxn-aaae None 34.3.2
2024-11-19T21:33:55.163297+00:00 Debian Importer Fixing VCID-5kxz-x7eq-aaaf None 34.3.2
2024-11-19T21:33:51.922241+00:00 Debian Importer Fixing VCID-hm1y-t711-aaaf None 34.3.2
2024-10-10T12:11:46.450060+00:00 Debian Importer Affected by VCID-5yvr-uzy3-aaad None 34.0.2
2024-10-09T16:00:05.255797+00:00 Debian Importer Affected by VCID-y6yq-qtna-aaaa None 34.0.2
2024-10-09T15:59:55.910025+00:00 Debian Importer Affected by VCID-ja9y-54rf-aaab None 34.0.2
2024-10-09T15:59:29.604678+00:00 Debian Importer Affected by VCID-8d4c-zm4a-aaaj None 34.0.2
2024-10-09T15:59:17.525571+00:00 Debian Importer Affected by VCID-6pzu-e61x-aaas None 34.0.2
2024-10-09T15:57:40.590632+00:00 Debian Importer Fixing VCID-wgmj-77cu-aaab None 34.0.2
2024-10-09T15:57:37.488302+00:00 Debian Importer Fixing VCID-upe7-b86x-aaae None 34.0.2
2024-10-09T06:16:26.722090+00:00 Debian Importer Fixing VCID-qsr2-gq6p-aaab None 34.0.2
2024-10-09T06:16:23.423921+00:00 Debian Importer Fixing VCID-k7y3-nr4h-aaaq None 34.0.2
2024-10-09T04:14:01.992402+00:00 Debian Importer Fixing VCID-mg9f-35c4-aaaq None 34.0.2
2024-10-09T04:13:59.944268+00:00 Debian Importer Fixing VCID-uet3-61m4-aaar None 34.0.2
2024-10-09T01:44:13.318550+00:00 Debian Importer Fixing VCID-v4kj-bbya-aaaf None 34.0.2
2024-10-09T01:44:02.460950+00:00 Debian Importer Fixing VCID-e5qj-5cpk-aaar None 34.0.2
2024-10-09T01:43:59.354190+00:00 Debian Importer Fixing VCID-9pqm-9vj9-aaak None 34.0.2
2024-10-08T22:49:41.183708+00:00 Debian Importer Fixing VCID-hc4w-63gb-aaad None 34.0.2
2024-10-08T22:49:37.893722+00:00 Debian Importer Fixing VCID-vvaq-hzcq-aaaq None 34.0.2
2024-10-08T22:49:35.210663+00:00 Debian Importer Fixing VCID-qnzv-pyj8-aaas None 34.0.2
2024-10-08T22:49:32.262087+00:00 Debian Importer Fixing VCID-334b-akxn-aaae None 34.0.2
2024-10-08T22:49:29.920496+00:00 Debian Importer Fixing VCID-5kxz-x7eq-aaaf None 34.0.2
2024-10-08T22:49:26.694103+00:00 Debian Importer Fixing VCID-hm1y-t711-aaaf None 34.0.2
2024-09-19T18:47:50.646795+00:00 Debian Importer Affected by VCID-5yvr-uzy3-aaad None 34.0.1
2024-09-19T00:46:10.186572+00:00 Debian Importer Affected by VCID-y6yq-qtna-aaaa None 34.0.1
2024-09-19T00:46:00.780731+00:00 Debian Importer Affected by VCID-ja9y-54rf-aaab None 34.0.1
2024-09-19T00:45:35.142837+00:00 Debian Importer Affected by VCID-8d4c-zm4a-aaaj None 34.0.1
2024-09-19T00:45:23.182242+00:00 Debian Importer Affected by VCID-6pzu-e61x-aaas None 34.0.1
2024-09-19T00:38:10.590391+00:00 Debian Importer Fixing VCID-wgmj-77cu-aaab None 34.0.1
2024-09-19T00:38:07.589189+00:00 Debian Importer Fixing VCID-upe7-b86x-aaae None 34.0.1
2024-09-18T17:13:51.062636+00:00 Debian Importer Fixing VCID-qsr2-gq6p-aaab None 34.0.1
2024-09-18T17:13:47.760564+00:00 Debian Importer Fixing VCID-k7y3-nr4h-aaaq None 34.0.1
2024-09-18T15:28:50.799340+00:00 Debian Importer Fixing VCID-mg9f-35c4-aaaq None 34.0.1
2024-09-18T15:28:48.793121+00:00 Debian Importer Fixing VCID-uet3-61m4-aaar None 34.0.1
2024-09-18T13:33:48.509535+00:00 Debian Importer Fixing VCID-v4kj-bbya-aaaf None 34.0.1
2024-09-18T13:33:37.728801+00:00 Debian Importer Fixing VCID-e5qj-5cpk-aaar None 34.0.1
2024-09-18T13:33:34.662123+00:00 Debian Importer Fixing VCID-9pqm-9vj9-aaak None 34.0.1
2024-09-18T11:02:54.036334+00:00 Debian Importer Fixing VCID-hc4w-63gb-aaad None 34.0.1
2024-09-18T11:02:50.964955+00:00 Debian Importer Fixing VCID-vvaq-hzcq-aaaq None 34.0.1
2024-09-18T11:02:48.391455+00:00 Debian Importer Fixing VCID-qnzv-pyj8-aaas None 34.0.1
2024-09-18T11:02:45.461940+00:00 Debian Importer Fixing VCID-334b-akxn-aaae None 34.0.1
2024-09-18T11:02:43.185992+00:00 Debian Importer Fixing VCID-5kxz-x7eq-aaaf None 34.0.1
2024-09-18T11:02:40.032633+00:00 Debian Importer Fixing VCID-hm1y-t711-aaaf None 34.0.1
2024-04-26T03:04:02.170422+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-26T03:04:01.344696+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa None 34.0.0rc4
2024-04-25T21:26:33.633259+00:00 Debian Importer Affected by VCID-map2-zntk-aaac None 34.0.0rc4
2024-04-25T15:42:26.350457+00:00 Debian Importer Affected by VCID-eqfm-yp6y-aaab None 34.0.0rc4
2024-04-25T15:42:09.829744+00:00 Debian Importer Affected by VCID-n845-7aw9-aaaf None 34.0.0rc4
2024-04-25T15:41:55.203113+00:00 Debian Importer Affected by VCID-q7sm-w668-aaaj None 34.0.0rc4
2024-04-25T15:41:38.455768+00:00 Debian Importer Affected by VCID-5yvr-uzy3-aaad None 34.0.0rc4
2024-04-25T12:02:02.902567+00:00 Debian Importer Affected by VCID-qzku-bmyx-aaan None 34.0.0rc4
2024-04-25T05:50:24.871739+00:00 Debian Importer Affected by VCID-6fcz-sa2z-aaaq None 34.0.0rc4
2024-04-25T05:50:24.066783+00:00 Debian Importer Affected by VCID-6fcz-sa2z-aaaq https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-25T05:49:51.027609+00:00 Debian Importer Affected by VCID-bhe9-kf8b-aaaf https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-25T05:49:50.253580+00:00 Debian Importer Affected by VCID-bhe9-kf8b-aaaf None 34.0.0rc4
2024-04-25T05:49:40.495819+00:00 Debian Importer Affected by VCID-zssm-bcyh-aaak https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-25T05:49:25.165086+00:00 Debian Importer Affected by VCID-zssm-bcyh-aaak None 34.0.0rc4
2024-04-24T21:44:03.963804+00:00 Debian Importer Affected by VCID-y6yq-qtna-aaaa None 34.0.0rc4
2024-04-24T21:43:54.120215+00:00 Debian Importer Affected by VCID-ja9y-54rf-aaab None 34.0.0rc4
2024-04-24T21:43:14.696772+00:00 Debian Importer Affected by VCID-8d4c-zm4a-aaaj None 34.0.0rc4
2024-04-24T21:43:02.800285+00:00 Debian Importer Affected by VCID-6pzu-e61x-aaas None 34.0.0rc4
2024-04-24T21:41:26.936830+00:00 Debian Importer Fixing VCID-wgmj-77cu-aaab None 34.0.0rc4
2024-04-24T21:41:24.305051+00:00 Debian Importer Fixing VCID-upe7-b86x-aaae None 34.0.0rc4
2024-04-24T20:45:09.338257+00:00 Debian Importer Fixing VCID-d15h-ng65-aaab None 34.0.0rc4
2024-04-24T20:44:56.439078+00:00 Debian Importer Fixing VCID-r6v6-e21j-aaag None 34.0.0rc4
2024-04-24T20:43:28.154987+00:00 Debian Importer Fixing VCID-fp9x-hnyt-aaaq None 34.0.0rc4
2024-04-24T17:05:47.752296+00:00 Debian Importer Fixing VCID-1j4w-hqp4-aaah None 34.0.0rc4
2024-04-24T16:03:27.610097+00:00 Debian Importer Fixing VCID-qsr2-gq6p-aaab None 34.0.0rc4
2024-04-24T16:03:24.869072+00:00 Debian Importer Fixing VCID-k7y3-nr4h-aaaq None 34.0.0rc4
2024-04-24T14:44:30.017732+00:00 Debian Importer Fixing VCID-mg9f-35c4-aaaq None 34.0.0rc4
2024-04-24T14:44:26.613985+00:00 Debian Importer Fixing VCID-6uvj-k3c9-aaab None 34.0.0rc4
2024-04-24T14:44:23.803346+00:00 Debian Importer Fixing VCID-uet3-61m4-aaar None 34.0.0rc4
2024-04-24T13:31:27.112300+00:00 Debian Importer Fixing VCID-v4kj-bbya-aaaf None 34.0.0rc4
2024-04-24T13:31:20.134334+00:00 Debian Importer Fixing VCID-e5qj-5cpk-aaar None 34.0.0rc4
2024-04-24T13:31:17.676711+00:00 Debian Importer Fixing VCID-9pqm-9vj9-aaak None 34.0.0rc4
2024-04-24T12:15:12.064625+00:00 Debian Importer Fixing VCID-hc4w-63gb-aaad None 34.0.0rc4
2024-04-24T12:15:09.543615+00:00 Debian Importer Fixing VCID-vvaq-hzcq-aaaq None 34.0.0rc4
2024-04-24T12:15:07.026473+00:00 Debian Importer Fixing VCID-qnzv-pyj8-aaas None 34.0.0rc4
2024-04-24T12:15:04.633348+00:00 Debian Importer Fixing VCID-334b-akxn-aaae None 34.0.0rc4
2024-04-24T12:15:02.671426+00:00 Debian Importer Fixing VCID-5kxz-x7eq-aaaf None 34.0.0rc4
2024-04-24T12:15:00.096039+00:00 Debian Importer Fixing VCID-hm1y-t711-aaaf None 34.0.0rc4
2024-04-24T10:46:27.000395+00:00 Debian Importer Fixing VCID-fh61-uus2-aaag None 34.0.0rc4
2024-01-12T13:02:26.263695+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-12T13:02:25.374333+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa None 34.0.0rc2
2024-01-12T07:17:39.899049+00:00 Debian Importer Affected by VCID-map2-zntk-aaac None 34.0.0rc2
2024-01-11T18:25:02.623517+00:00 Debian Importer Affected by VCID-eqfm-yp6y-aaab None 34.0.0rc2
2024-01-11T18:24:45.713083+00:00 Debian Importer Affected by VCID-n845-7aw9-aaaf None 34.0.0rc2
2024-01-11T18:24:30.754695+00:00 Debian Importer Affected by VCID-q7sm-w668-aaaj None 34.0.0rc2
2024-01-11T18:24:13.004594+00:00 Debian Importer Affected by VCID-5yvr-uzy3-aaad None 34.0.0rc2
2024-01-11T13:59:34.907658+00:00 Debian Importer Affected by VCID-qzku-bmyx-aaan None 34.0.0rc2
2024-01-11T07:33:35.935163+00:00 Debian Importer Affected by VCID-6fcz-sa2z-aaaq None 34.0.0rc2
2024-01-11T07:33:34.501980+00:00 Debian Importer Affected by VCID-6fcz-sa2z-aaaq https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-11T07:32:54.652590+00:00 Debian Importer Affected by VCID-bhe9-kf8b-aaaf https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-11T07:32:53.692613+00:00 Debian Importer Affected by VCID-bhe9-kf8b-aaaf None 34.0.0rc2
2024-01-11T07:32:45.868623+00:00 Debian Importer Affected by VCID-zssm-bcyh-aaak https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-11T07:32:28.848907+00:00 Debian Importer Affected by VCID-zssm-bcyh-aaak None 34.0.0rc2
2024-01-10T22:38:12.626394+00:00 Debian Importer Affected by VCID-y6yq-qtna-aaaa None 34.0.0rc2
2024-01-10T22:38:02.727628+00:00 Debian Importer Affected by VCID-ja9y-54rf-aaab None 34.0.0rc2
2024-01-10T22:37:22.370633+00:00 Debian Importer Affected by VCID-8d4c-zm4a-aaaj None 34.0.0rc2
2024-01-10T22:37:07.425936+00:00 Debian Importer Affected by VCID-6pzu-e61x-aaas None 34.0.0rc2
2024-01-10T22:35:33.159121+00:00 Debian Importer Fixing VCID-wgmj-77cu-aaab None 34.0.0rc2
2024-01-10T22:35:30.705354+00:00 Debian Importer Fixing VCID-upe7-b86x-aaae None 34.0.0rc2
2024-01-10T21:55:26.691044+00:00 Debian Importer Fixing VCID-d15h-ng65-aaab None 34.0.0rc2
2024-01-10T21:55:15.521024+00:00 Debian Importer Fixing VCID-r6v6-e21j-aaag None 34.0.0rc2
2024-01-10T21:54:06.244030+00:00 Debian Importer Fixing VCID-fp9x-hnyt-aaaq None 34.0.0rc2
2024-01-10T19:02:29.458402+00:00 Debian Importer Fixing VCID-1j4w-hqp4-aaah None 34.0.0rc2
2024-01-10T18:21:16.873002+00:00 Debian Importer Fixing VCID-qsr2-gq6p-aaab None 34.0.0rc2
2024-01-10T18:21:14.141855+00:00 Debian Importer Fixing VCID-k7y3-nr4h-aaaq None 34.0.0rc2
2024-01-10T17:27:59.472290+00:00 Debian Importer Fixing VCID-mg9f-35c4-aaaq None 34.0.0rc2
2024-01-10T17:27:56.223214+00:00 Debian Importer Fixing VCID-6uvj-k3c9-aaab None 34.0.0rc2
2024-01-10T17:27:53.224702+00:00 Debian Importer Fixing VCID-uet3-61m4-aaar None 34.0.0rc2
2024-01-10T16:07:20.794994+00:00 Debian Importer Fixing VCID-v4kj-bbya-aaaf None 34.0.0rc2
2024-01-10T16:07:13.510769+00:00 Debian Importer Fixing VCID-e5qj-5cpk-aaar None 34.0.0rc2
2024-01-10T16:07:10.497645+00:00 Debian Importer Fixing VCID-9pqm-9vj9-aaak None 34.0.0rc2
2024-01-10T14:09:34.583330+00:00 Debian Importer Fixing VCID-hc4w-63gb-aaad None 34.0.0rc2
2024-01-10T14:09:21.377837+00:00 Debian Importer Fixing VCID-vvaq-hzcq-aaaq None 34.0.0rc2
2024-01-10T14:09:18.788768+00:00 Debian Importer Fixing VCID-qnzv-pyj8-aaas None 34.0.0rc2
2024-01-10T14:09:16.222572+00:00 Debian Importer Fixing VCID-334b-akxn-aaae None 34.0.0rc2
2024-01-10T14:09:11.758691+00:00 Debian Importer Fixing VCID-5kxz-x7eq-aaaf None 34.0.0rc2
2024-01-10T14:09:08.329215+00:00 Debian Importer Fixing VCID-hm1y-t711-aaaf None 34.0.0rc2
2024-01-10T12:31:04.072713+00:00 Debian Importer Fixing VCID-fh61-uus2-aaag None 34.0.0rc2
2024-01-05T08:43:26.793665+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-05T08:43:25.957389+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa None 34.0.0rc1
2024-01-05T05:37:37.161080+00:00 Debian Importer Affected by VCID-map2-zntk-aaac None 34.0.0rc1
2024-01-05T02:25:40.278110+00:00 Debian Importer Affected by VCID-eqfm-yp6y-aaab None 34.0.0rc1
2024-01-05T02:25:17.610605+00:00 Debian Importer Affected by VCID-n845-7aw9-aaaf None 34.0.0rc1
2024-01-05T02:25:01.338353+00:00 Debian Importer Affected by VCID-q7sm-w668-aaaj None 34.0.0rc1
2024-01-05T02:24:42.099828+00:00 Debian Importer Affected by VCID-5yvr-uzy3-aaad None 34.0.0rc1
2024-01-04T23:31:48.054361+00:00 Debian Importer Affected by VCID-qzku-bmyx-aaan None 34.0.0rc1
2024-01-04T18:18:21.295478+00:00 Debian Importer Affected by VCID-6fcz-sa2z-aaaq None 34.0.0rc1
2024-01-04T18:18:20.422294+00:00 Debian Importer Affected by VCID-6fcz-sa2z-aaaq https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-04T18:17:59.566591+00:00 Debian Importer Affected by VCID-bhe9-kf8b-aaaf https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-04T18:17:58.802269+00:00 Debian Importer Affected by VCID-bhe9-kf8b-aaaf None 34.0.0rc1
2024-01-04T18:17:52.462487+00:00 Debian Importer Affected by VCID-zssm-bcyh-aaak https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-04T18:17:36.979817+00:00 Debian Importer Affected by VCID-zssm-bcyh-aaak None 34.0.0rc1
2024-01-04T11:48:53.841578+00:00 Debian Importer Affected by VCID-y6yq-qtna-aaaa None 34.0.0rc1
2024-01-04T11:48:43.953308+00:00 Debian Importer Affected by VCID-ja9y-54rf-aaab None 34.0.0rc1
2024-01-04T11:48:06.096733+00:00 Debian Importer Affected by VCID-8d4c-zm4a-aaaj None 34.0.0rc1
2024-01-04T11:47:54.122808+00:00 Debian Importer Affected by VCID-6pzu-e61x-aaas None 34.0.0rc1
2024-01-04T11:46:28.999303+00:00 Debian Importer Fixing VCID-wgmj-77cu-aaab None 34.0.0rc1
2024-01-04T11:46:26.628720+00:00 Debian Importer Fixing VCID-upe7-b86x-aaae None 34.0.0rc1
2024-01-04T11:10:15.344901+00:00 Debian Importer Fixing VCID-d15h-ng65-aaab None 34.0.0rc1
2024-01-04T11:10:04.507050+00:00 Debian Importer Fixing VCID-r6v6-e21j-aaag None 34.0.0rc1
2024-01-04T11:08:56.294488+00:00 Debian Importer Fixing VCID-fp9x-hnyt-aaaq None 34.0.0rc1
2024-01-04T08:31:14.943809+00:00 Debian Importer Fixing VCID-1j4w-hqp4-aaah None 34.0.0rc1
2024-01-04T07:52:04.237593+00:00 Debian Importer Fixing VCID-qsr2-gq6p-aaab None 34.0.0rc1
2024-01-04T07:52:01.301523+00:00 Debian Importer Fixing VCID-k7y3-nr4h-aaaq None 34.0.0rc1
2024-01-04T07:05:17.962841+00:00 Debian Importer Fixing VCID-mg9f-35c4-aaaq None 34.0.0rc1
2024-01-04T07:05:14.700311+00:00 Debian Importer Fixing VCID-6uvj-k3c9-aaab None 34.0.0rc1
2024-01-04T07:05:12.201441+00:00 Debian Importer Fixing VCID-uet3-61m4-aaar None 34.0.0rc1
2024-01-04T06:05:57.586504+00:00 Debian Importer Fixing VCID-v4kj-bbya-aaaf None 34.0.0rc1
2024-01-04T06:05:51.161728+00:00 Debian Importer Fixing VCID-e5qj-5cpk-aaar None 34.0.0rc1
2024-01-04T06:05:48.754543+00:00 Debian Importer Fixing VCID-9pqm-9vj9-aaak None 34.0.0rc1
2024-01-04T05:12:48.289028+00:00 Debian Importer Fixing VCID-hc4w-63gb-aaad None 34.0.0rc1
2024-01-04T05:12:45.666902+00:00 Debian Importer Fixing VCID-vvaq-hzcq-aaaq None 34.0.0rc1
2024-01-04T05:12:43.474275+00:00 Debian Importer Fixing VCID-qnzv-pyj8-aaas None 34.0.0rc1
2024-01-04T05:12:41.105645+00:00 Debian Importer Fixing VCID-334b-akxn-aaae None 34.0.0rc1
2024-01-04T05:12:39.065243+00:00 Debian Importer Fixing VCID-5kxz-x7eq-aaaf None 34.0.0rc1
2024-01-04T05:12:36.477738+00:00 Debian Importer Fixing VCID-hm1y-t711-aaaf None 34.0.0rc1
2024-01-04T04:16:00.112676+00:00 Debian Importer Fixing VCID-fh61-uus2-aaag None 34.0.0rc1