Search for packages
Package details: pkg:deb/debian/nodejs@12.22.12~dfsg-1~deb11u4
purl pkg:deb/debian/nodejs@12.22.12~dfsg-1~deb11u4
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 (17)
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-2hqt-4pa1-aaac
Aliases:
CVE-2023-32002
The use of `Module._load()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module. This vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x. Please note that at the time this CVE was issued, the policy is an experimental feature of Node.js.
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-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-3a15-d62k-aaae
Aliases:
CVE-2023-30588
When an invalid public key is used to create an x509 certificate using the crypto.X509Certificate() API a non-expect termination occurs making it susceptible to DoS attacks when the attacker could force interruptions of application processing, as the process terminates when accessing public key info of provided certificates from user code. The current context of the users will be gone, and that will cause a DoS scenario. This vulnerability affects all active Node.js versions v16, v18, and, v20.
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-76ck-4p9k-aaan
Aliases:
CVE-2023-30581
The use of __proto__ in process.mainModule.__proto__.require() can bypass the policy mechanism and require modules outside of the policy.json definition. This vulnerability affects all users using the experimental policy mechanism in all active release lines: v16, v18 and, v20. Please note that at the time this CVE was issued, the policy is an experimental feature of Node.js
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-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.
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-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
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.
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-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.
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-mj23-x76p-aaak
Aliases:
CVE-2023-32006
The use of `module.constructor.createRequire()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module. This vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x, and, 20.x. Please note that at the time this CVE was issued, the policy is an experimental feature of Node.js.
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-pg8s-z1fe-aaac
Aliases:
CVE-2024-22020
A security flaw in Node.js allows a bypass of network import restrictions. By embedding non-network imports in data URLs, an attacker can execute arbitrary code, compromising system security. Verified on various platforms, the vulnerability is mitigated by forbidding data URLs in network imports. Exploiting this flaw can violate network import security, posing a risk to developers and servers.
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-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-r97s-9mta-aaaj
Aliases:
CVE-2024-22018
A vulnerability has been identified in Node.js, affecting users of the experimental permission model when the --allow-fs-read flag is used. This flaw arises from an inadequate permission model that fails to restrict file stats through the fs.lstat API. As a result, malicious actors can retrieve stats from files that they do not have explicit read access to. This vulnerability affects all users using the experimental permission model in Node.js 20 and Node.js 21. Please note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.
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-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.
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-yjk5-q2yd-aaac
Aliases:
CVE-2024-36137
A vulnerability has been identified in Node.js, affecting users of the experimental permission model when the --allow-fs-write flag is used. Node.js Permission Model do not operate on file descriptors, however, operations such as fs.fchown or fs.fchmod can use a "read-only" file descriptor to change the owner and permissions of a file.
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.
Vulnerabilities fixed by this package (31)
Vulnerability Summary Aliases
VCID-2hqt-4pa1-aaac The use of `Module._load()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module. This vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x. Please note that at the time this CVE was issued, the policy is an experimental feature of Node.js. CVE-2023-32002
VCID-3a15-d62k-aaae When an invalid public key is used to create an x509 certificate using the crypto.X509Certificate() API a non-expect termination occurs making it susceptible to DoS attacks when the attacker could force interruptions of application processing, as the process terminates when accessing public key info of provided certificates from user code. The current context of the users will be gone, and that will cause a DoS scenario. This vulnerability affects all active Node.js versions v16, v18, and, v20. CVE-2023-30588
VCID-5yvr-uzy3-aaad 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. CVE-2022-32212
VCID-6fcz-sa2z-aaaq 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. CVE-2021-44533
VCID-6pzu-e61x-aaas 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. CVE-2021-22930
VCID-76ck-4p9k-aaan The use of __proto__ in process.mainModule.__proto__.require() can bypass the policy mechanism and require modules outside of the policy.json definition. This vulnerability affects all users using the experimental policy mechanism in all active release lines: v16, v18 and, v20. Please note that at the time this CVE was issued, the policy is an experimental feature of Node.js CVE-2023-30581
VCID-849h-j5yz-aaan 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. CVE-2023-46809
VCID-8d4c-zm4a-aaaj 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. CVE-2021-22939
VCID-9h18-autb-aaag 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. CVE-2022-35255
VCID-bhe9-kf8b-aaaf 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. CVE-2021-44532
VCID-csae-bk8g-aaae 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. CVE-2022-35256
VCID-ct8v-45pf-aaaj 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. CVE-2023-23920
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-eqfm-yp6y-aaab 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). CVE-2022-32215
VCID-hmkq-2p3p-aaac 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 CVE-2023-30589
GHSA-cggh-pq45-6h9x
VCID-huhc-ydq5-aaaa 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. CVE-2023-30590
VCID-ja9y-54rf-aaab 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. CVE-2021-22959
VCID-kr1n-t6yx-aaam 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. CVE-2024-22025
VCID-map2-zntk-aaac 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. CVE-2022-43548
VCID-mj23-x76p-aaak The use of `module.constructor.createRequire()` can bypass the policy mechanism and require modules outside of the policy.json definition for a given module. This vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x, and, 20.x. Please note that at the time this CVE was issued, the policy is an experimental feature of Node.js. CVE-2023-32006
VCID-n845-7aw9-aaaf 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). CVE-2022-32214
GHSA-q5vx-44v4-gch4
VCID-pg9r-avuv-aaap 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. CVE-2020-8201
VCID-q6sa-wzzu-aaam 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. CVE-2021-22940
VCID-q7sm-w668-aaaj 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). CVE-2022-32213
GHSA-5689-v88g-g6rv
VCID-qzku-bmyx-aaan 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. CVE-2022-21824
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-sv5v-pb1b-aaam 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. CVE-2023-32559
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-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
VCID-y6yq-qtna-aaaa 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. CVE-2021-22960
VCID-zssm-bcyh-aaak 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. CVE-2021-44531

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-22T17:59:42.726316+00:00 Debian Importer Affected by VCID-76ck-4p9k-aaan None 36.1.3
2025-06-22T07:07:40.839276+00:00 Debian Importer Affected by VCID-3a15-d62k-aaae None 36.1.3
2025-06-22T06:02:19.092992+00:00 Debian Importer Affected by VCID-hmkq-2p3p-aaac None 36.1.3
2025-06-22T05:05:06.307442+00:00 Debian Importer Affected by VCID-r97s-9mta-aaaj https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T19:00:20.192801+00:00 Debian Oval Importer Fixing VCID-9h18-autb-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:58:58.049346+00:00 Debian Oval Importer Fixing VCID-y6yq-qtna-aaaa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:49:27.422302+00:00 Debian Oval Importer Fixing VCID-map2-zntk-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:39:39.657127+00:00 Debian Oval Importer Fixing VCID-8d4c-zm4a-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:32:59.501406+00:00 Debian Oval Importer Fixing VCID-bhe9-kf8b-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:17:14.070318+00:00 Debian Oval Importer Fixing VCID-zssm-bcyh-aaak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:10:01.593310+00:00 Debian Oval Importer Fixing VCID-ja9y-54rf-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:08:50.828533+00:00 Debian Oval Importer Fixing VCID-n845-7aw9-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T17:19:39.540237+00:00 Debian Oval Importer Fixing VCID-qzku-bmyx-aaan https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:20:31.681105+00:00 Debian Oval Importer Fixing VCID-5yvr-uzy3-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:12:26.172405+00:00 Debian Oval Importer Fixing VCID-ct8v-45pf-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:47:26.120416+00:00 Debian Oval Importer Fixing VCID-8d4c-zm4a-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:36:32.764402+00:00 Debian Oval Importer Fixing VCID-q6sa-wzzu-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:19:35.223417+00:00 Debian Oval Importer Fixing VCID-map2-zntk-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:02:12.628610+00:00 Debian Oval Importer Fixing VCID-6pzu-e61x-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T10:58:29.022727+00:00 Debian Importer Fixing VCID-qzku-bmyx-aaan None 36.1.3
2025-06-21T08:48:54.990031+00:00 Debian Importer Affected by VCID-yjk5-q2yd-aaac https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T07:40:41.847215+00:00 Debian Oval Importer Fixing VCID-ct8v-45pf-aaaj None 36.1.3
2025-06-21T07:08:25.897640+00:00 Debian Oval Importer Fixing VCID-map2-zntk-aaac None 36.1.3
2025-06-21T07:08:24.556650+00:00 Debian Oval Importer Fixing VCID-9h18-autb-aaag None 36.1.3
2025-06-21T07:08:23.889420+00:00 Debian Oval Importer Fixing VCID-n845-7aw9-aaaf None 36.1.3
2025-06-21T07:08:22.501239+00:00 Debian Oval Importer Fixing VCID-q7sm-w668-aaaj None 36.1.3
2025-06-21T07:08:21.819877+00:00 Debian Oval Importer Fixing VCID-eqfm-yp6y-aaab None 36.1.3
2025-06-21T07:08:21.145907+00:00 Debian Oval Importer Fixing VCID-csae-bk8g-aaae None 36.1.3
2025-06-21T06:38:44.252709+00:00 Debian Importer Fixing VCID-map2-zntk-aaac None 36.1.3
2025-06-21T05:44:25.172706+00:00 Debian Importer Fixing VCID-5yvr-uzy3-aaad None 36.1.3
2025-06-21T05:25:43.395002+00:00 Debian Importer Affected by VCID-2hqt-4pa1-aaac None 36.1.3
2025-06-21T05:06:10.033638+00:00 Debian Oval Importer Fixing VCID-y6yq-qtna-aaaa None 36.1.3
2025-06-21T04:54:27.522999+00:00 Debian Oval Importer Fixing VCID-upe7-b86x-aaae None 36.1.3
2025-06-21T04:49:37.692182+00:00 Debian Importer Affected by VCID-um2g-zequ-aaaf https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T04:38:10.361149+00:00 Debian Oval Importer Fixing VCID-wgmj-77cu-aaab None 36.1.3
2025-06-21T04:13:08.185031+00:00 Debian Oval Importer Fixing VCID-r6v6-e21j-aaag None 36.1.3
2025-06-21T04:01:38.046944+00:00 Debian Oval Importer Fixing VCID-ja9y-54rf-aaab None 36.1.3
2025-06-21T03:29:03.651614+00:00 Debian Oval Importer Fixing VCID-pg9r-avuv-aaap None 36.1.3
2025-06-21T03:17:57.516312+00:00 Debian Importer Fixing VCID-ja9y-54rf-aaab None 36.1.3
2025-06-21T03:08:00.063920+00:00 Debian Importer Affected by VCID-mj23-x76p-aaak https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T02:52:09.865565+00:00 Debian Oval Importer Fixing VCID-d15h-ng65-aaab None 36.1.3
2025-06-21T02:26:46.943010+00:00 Debian Importer Affected by VCID-76ck-4p9k-aaan https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T02:05:25.682271+00:00 Debian Importer Fixing VCID-zssm-bcyh-aaak https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T02:04:42.752844+00:00 Debian Oval Importer Fixing VCID-bhe9-kf8b-aaaf None 36.1.3
2025-06-21T01:57:06.918662+00:00 Debian Oval Importer Fixing VCID-6fcz-sa2z-aaaq None 36.1.3
2025-06-21T01:47:46.397698+00:00 Debian Oval Importer Fixing VCID-zssm-bcyh-aaak None 36.1.3
2025-06-21T00:28:16.926667+00:00 Debian Importer Affected by VCID-sv5v-pb1b-aaam https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T00:19:40.198349+00:00 Debian Importer Affected by VCID-849h-j5yz-aaan https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T00:19:11.740841+00:00 Debian Oval Importer Fixing VCID-5yvr-uzy3-aaad None 36.1.3
2025-06-21T00:05:13.316460+00:00 Debian Importer Fixing VCID-bhe9-kf8b-aaaf https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T00:02:39.322802+00:00 Debian Importer Affected by VCID-hmkq-2p3p-aaac https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-21T00:01:22.665285+00:00 Debian Oval Importer Fixing VCID-q6sa-wzzu-aaam None 36.1.3
2025-06-20T23:32:26.541146+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T23:24:33.531075+00:00 Debian Importer Fixing VCID-6pzu-e61x-aaas None 36.1.3
2025-06-20T23:15:23.969074+00:00 Debian Importer Affected by VCID-mj23-x76p-aaak None 36.1.3
2025-06-20T23:14:57.504930+00:00 Debian Importer Affected by VCID-2sh1-yqq9-aaah https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T22:58:24.364040+00:00 Debian Oval Importer Fixing VCID-qzku-bmyx-aaan None 36.1.3
2025-06-20T22:58:08.138386+00:00 Debian Importer Fixing VCID-y6yq-qtna-aaaa None 36.1.3
2025-06-20T22:19:18.122572+00:00 Debian Importer Fixing VCID-q7sm-w668-aaaj None 36.1.3
2025-06-20T22:14:24.393473+00:00 Debian Importer Fixing VCID-zssm-bcyh-aaak None 36.1.3
2025-06-20T21:55:55.185991+00:00 Debian Importer Fixing VCID-eqfm-yp6y-aaab None 36.1.3
2025-06-20T21:43:24.845117+00:00 Debian Importer Fixing VCID-8d4c-zm4a-aaaj None 36.1.3
2025-06-20T21:19:37.119872+00:00 Debian Importer Affected by VCID-pg8s-z1fe-aaac https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T21:17:36.414758+00:00 Debian Importer Fixing VCID-6fcz-sa2z-aaaq None 36.1.3
2025-06-20T21:15:18.103448+00:00 Debian Importer Affected by VCID-2hqt-4pa1-aaac https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T21:14:36.600981+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.021569+00:00 Debian Oval Importer Fixing VCID-6pzu-e61x-aaas None 36.1.3
2025-06-20T20:47:56.008175+00:00 Debian Importer Fixing VCID-6fcz-sa2z-aaaq https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T20:40:39.096249+00:00 Debian Importer Affected by VCID-kr1n-t6yx-aaam https://security-tracker.debian.org/tracker/data/json 36.1.3
2025-06-20T20:40:18.302381+00:00 Debian Importer Fixing VCID-n845-7aw9-aaaf None 36.1.3
2025-06-20T20:23:26.256723+00:00 Debian Oval Importer Fixing VCID-8d4c-zm4a-aaaj None 36.1.3
2025-06-20T19:51:03.283929+00:00 Debian Importer Fixing VCID-bhe9-kf8b-aaaf None 36.1.3
2025-06-08T12:43:48.948255+00:00 Debian Oval Importer Fixing VCID-pg9r-avuv-aaap https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:28:58.671397+00:00 Debian Oval Importer Fixing VCID-r6v6-e21j-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:54:11.156130+00:00 Debian Oval Importer Fixing VCID-q7sm-w668-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:29:39.080467+00:00 Debian Oval Importer Fixing VCID-9h18-autb-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:28:18.894638+00:00 Debian Oval Importer Fixing VCID-y6yq-qtna-aaaa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:19:17.912193+00:00 Debian Oval Importer Fixing VCID-map2-zntk-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:09:48.855364+00:00 Debian Oval Importer Fixing VCID-8d4c-zm4a-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:03:23.964281+00:00 Debian Oval Importer Fixing VCID-bhe9-kf8b-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:48:19.865650+00:00 Debian Oval Importer Fixing VCID-zssm-bcyh-aaak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:41:27.194150+00:00 Debian Oval Importer Fixing VCID-ja9y-54rf-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:40:18.683816+00:00 Debian Oval Importer Fixing VCID-n845-7aw9-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:00:44.893756+00:00 Debian Oval Importer Fixing VCID-qzku-bmyx-aaan https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:13:36.676016+00:00 Debian Oval Importer Fixing VCID-5yvr-uzy3-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:05:47.046989+00:00 Debian Oval Importer Fixing VCID-ct8v-45pf-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:41:35.951039+00:00 Debian Oval Importer Fixing VCID-8d4c-zm4a-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:30:43.714381+00:00 Debian Oval Importer Fixing VCID-q6sa-wzzu-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:14:10.231072+00:00 Debian Oval Importer Fixing VCID-map2-zntk-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:11:06.142404+00:00 Debian Oval Importer Fixing VCID-6pzu-e61x-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T01:20:38.369042+00:00 Debian Oval Importer Fixing VCID-ct8v-45pf-aaaj None 36.1.0
2025-06-08T00:48:09.140266+00:00 Debian Oval Importer Fixing VCID-map2-zntk-aaac None 36.1.0
2025-06-08T00:48:07.768887+00:00 Debian Oval Importer Fixing VCID-9h18-autb-aaag None 36.1.0
2025-06-08T00:48:07.096195+00:00 Debian Oval Importer Fixing VCID-n845-7aw9-aaaf None 36.1.0
2025-06-08T00:48:05.748010+00:00 Debian Oval Importer Fixing VCID-q7sm-w668-aaaj None 36.1.0
2025-06-08T00:48:05.078258+00:00 Debian Oval Importer Fixing VCID-eqfm-yp6y-aaab None 36.1.0
2025-06-08T00:48:04.392748+00:00 Debian Oval Importer Fixing VCID-csae-bk8g-aaae None 36.1.0
2025-06-07T22:43:36.157426+00:00 Debian Oval Importer Fixing VCID-y6yq-qtna-aaaa None 36.1.0
2025-06-07T22:31:44.967586+00:00 Debian Oval Importer Fixing VCID-upe7-b86x-aaae None 36.1.0
2025-06-07T22:14:53.642983+00:00 Debian Oval Importer Fixing VCID-wgmj-77cu-aaab None 36.1.0
2025-06-07T21:48:59.406724+00:00 Debian Oval Importer Fixing VCID-r6v6-e21j-aaag None 36.1.0
2025-06-07T21:36:56.277094+00:00 Debian Oval Importer Fixing VCID-ja9y-54rf-aaab None 36.1.0
2025-06-07T21:02:32.658180+00:00 Debian Oval Importer Fixing VCID-pg9r-avuv-aaap None 36.1.0
2025-06-07T20:19:30.863771+00:00 Debian Oval Importer Fixing VCID-d15h-ng65-aaab None 36.1.0
2025-06-07T19:28:20.591511+00:00 Debian Oval Importer Fixing VCID-bhe9-kf8b-aaaf None 36.1.0
2025-06-07T19:20:34.810710+00:00 Debian Oval Importer Fixing VCID-6fcz-sa2z-aaaq None 36.1.0
2025-06-07T19:11:04.389104+00:00 Debian Oval Importer Fixing VCID-zssm-bcyh-aaak None 36.1.0
2025-06-07T17:42:08.552836+00:00 Debian Oval Importer Fixing VCID-5yvr-uzy3-aaad None 36.1.0
2025-06-07T17:24:11.964526+00:00 Debian Oval Importer Fixing VCID-q6sa-wzzu-aaam None 36.1.0
2025-06-07T16:21:38.720522+00:00 Debian Oval Importer Fixing VCID-qzku-bmyx-aaan None 36.1.0
2025-06-07T14:33:58.326478+00:00 Debian Oval Importer Fixing VCID-6pzu-e61x-aaas None 36.1.0
2025-06-07T13:58:49.971202+00:00 Debian Oval Importer Fixing VCID-8d4c-zm4a-aaaj None 36.1.0
2025-06-05T14:34:21.435569+00:00 Debian Importer Fixing VCID-6fcz-sa2z-aaaq https://security-tracker.debian.org/tracker/data/json 36.1.0
2025-06-05T14:27:45.342944+00:00 Debian Importer Affected by VCID-kr1n-t6yx-aaam https://security-tracker.debian.org/tracker/data/json 36.1.0
2025-06-05T14:27:26.575261+00:00 Debian Importer Fixing VCID-n845-7aw9-aaaf None 36.1.0
2025-06-05T13:57:56.792531+00:00 Debian Importer Fixing VCID-bhe9-kf8b-aaaf None 36.1.0
2025-05-06T18:48:41.894199+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.580846+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.622176+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.766072+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.454538+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.054754+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.254349+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.295684+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.149203+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.716752+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.640027+00:00 Debian Oval Importer Fixing VCID-849h-j5yz-aaan https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-12T23:10:01.329674+00:00 Debian Oval Importer Fixing VCID-huhc-ydq5-aaaa https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-12T23:04:30.631268+00:00 Debian Oval Importer Fixing VCID-kr1n-t6yx-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-12T22:09:45.419527+00:00 Debian Oval Importer Fixing VCID-d15h-ng65-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T22:07:22.053143+00:00 Debian Oval Importer Fixing VCID-ct8v-45pf-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:24:06.227189+00:00 Debian Oval Importer Fixing VCID-eqfm-yp6y-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T20:58:07.821258+00:00 Debian Oval Importer Fixing VCID-6pzu-e61x-aaas https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T20:27:27.858319+00:00 Debian Oval Importer Fixing VCID-csae-bk8g-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:54:58.855541+00:00 Debian Oval Importer Fixing VCID-qzku-bmyx-aaan https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:52:27.312189+00:00 Debian Oval Importer Fixing VCID-5yvr-uzy3-aaad https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:28:29.210887+00:00 Debian Oval Importer Fixing VCID-wgmj-77cu-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:23:16.346269+00:00 Debian Oval Importer Fixing VCID-6fcz-sa2z-aaaq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:23:08.208862+00:00 Debian Oval Importer Fixing VCID-upe7-b86x-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:30:40.848865+00:00 Debian Oval Importer Fixing VCID-pg9r-avuv-aaap https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:15:17.407806+00:00 Debian Oval Importer Fixing VCID-r6v6-e21j-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:39:17.972597+00:00 Debian Oval Importer Fixing VCID-q7sm-w668-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:13:57.155877+00:00 Debian Oval Importer Fixing VCID-9h18-autb-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:12:32.019671+00:00 Debian Oval Importer Fixing VCID-y6yq-qtna-aaaa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:03:15.223237+00:00 Debian Oval Importer Fixing VCID-map2-zntk-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:53:17.763106+00:00 Debian Oval Importer Fixing VCID-8d4c-zm4a-aaaj https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:46:35.749937+00:00 Debian Oval Importer Fixing VCID-bhe9-kf8b-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:30:29.319123+00:00 Debian Oval Importer Fixing VCID-zssm-bcyh-aaak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:23:13.281602+00:00 Debian Oval Importer Fixing VCID-ja9y-54rf-aaab https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:22:01.035710+00:00 Debian Oval Importer Fixing VCID-n845-7aw9-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-08T08:33:01.482287+00:00 Debian Oval Importer Fixing VCID-qzku-bmyx-aaan https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:46:11.967927+00:00 Debian Oval Importer Fixing VCID-5yvr-uzy3-aaad https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:38:25.646303+00:00 Debian Oval Importer Fixing VCID-ct8v-45pf-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:14:03.674504+00:00 Debian Oval Importer Fixing VCID-8d4c-zm4a-aaaj https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:02:58.656943+00:00 Debian Oval Importer Fixing VCID-q6sa-wzzu-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:46:19.470764+00:00 Debian Oval Importer Fixing VCID-map2-zntk-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:42:03.371110+00:00 Debian Oval Importer Fixing VCID-6pzu-e61x-aaas https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-07T23:53:21.505361+00:00 Debian Oval Importer Fixing VCID-ct8v-45pf-aaaj None 36.0.0
2025-04-07T23:20:32.641403+00:00 Debian Oval Importer Fixing VCID-map2-zntk-aaac None 36.0.0
2025-04-07T23:20:31.180891+00:00 Debian Oval Importer Fixing VCID-9h18-autb-aaag None 36.0.0
2025-04-07T23:20:30.435521+00:00 Debian Oval Importer Fixing VCID-n845-7aw9-aaaf None 36.0.0
2025-04-07T23:20:29.020255+00:00 Debian Oval Importer Fixing VCID-q7sm-w668-aaaj None 36.0.0
2025-04-07T23:20:28.269429+00:00 Debian Oval Importer Fixing VCID-eqfm-yp6y-aaab None 36.0.0
2025-04-07T23:20:27.545656+00:00 Debian Oval Importer Fixing VCID-csae-bk8g-aaae None 36.0.0
2025-04-07T21:15:26.437757+00:00 Debian Oval Importer Fixing VCID-y6yq-qtna-aaaa None 36.0.0
2025-04-07T21:03:23.539622+00:00 Debian Oval Importer Fixing VCID-upe7-b86x-aaae None 36.0.0
2025-04-07T20:46:21.923811+00:00 Debian Oval Importer Fixing VCID-wgmj-77cu-aaab None 36.0.0
2025-04-07T20:19:00.310045+00:00 Debian Oval Importer Fixing VCID-r6v6-e21j-aaag None 36.0.0
2025-04-07T20:06:24.566163+00:00 Debian Oval Importer Fixing VCID-ja9y-54rf-aaab None 36.0.0
2025-04-07T19:32:54.061660+00:00 Debian Oval Importer Fixing VCID-pg9r-avuv-aaap None 36.0.0
2025-04-07T18:54:51.479981+00:00 Debian Oval Importer Fixing VCID-d15h-ng65-aaab None 36.0.0
2025-04-07T18:06:03.221766+00:00 Debian Oval Importer Fixing VCID-bhe9-kf8b-aaaf None 36.0.0
2025-04-07T17:58:24.136030+00:00 Debian Oval Importer Fixing VCID-6fcz-sa2z-aaaq None 36.0.0
2025-04-07T17:48:54.143899+00:00 Debian Oval Importer Fixing VCID-zssm-bcyh-aaak None 36.0.0
2025-04-07T16:17:34.862104+00:00 Debian Oval Importer Fixing VCID-5yvr-uzy3-aaad None 36.0.0
2025-04-07T15:58:23.242293+00:00 Debian Oval Importer Fixing VCID-q6sa-wzzu-aaam None 36.0.0
2025-04-07T14:53:23.044709+00:00 Debian Oval Importer Fixing VCID-qzku-bmyx-aaan None 36.0.0
2025-04-07T13:06:01.371474+00:00 Debian Oval Importer Fixing VCID-6pzu-e61x-aaas None 36.0.0
2025-04-07T12:33:20.307362+00:00 Debian Oval Importer Fixing VCID-8d4c-zm4a-aaaj None 36.0.0
2025-04-06T21:47:31.821025+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa None 36.0.0
2025-04-06T16:22:00.197147+00:00 Debian Importer Affected by VCID-sv5v-pb1b-aaam None 36.0.0
2025-04-06T10:26:24.548656+00:00 Debian Importer Affected by VCID-76ck-4p9k-aaan None 36.0.0
2025-04-06T00:46:54.392416+00:00 Debian Importer Affected by VCID-3a15-d62k-aaae None 36.0.0
2025-04-05T23:50:13.290837+00:00 Debian Importer Affected by VCID-hmkq-2p3p-aaac None 36.0.0
2025-04-05T23:00:26.053384+00:00 Debian Importer Affected by VCID-r97s-9mta-aaaj https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-05T08:02:04.230264+00:00 Debian Importer Fixing VCID-qzku-bmyx-aaan None 36.0.0
2025-04-05T06:04:55.725717+00:00 Debian Importer Affected by VCID-yjk5-q2yd-aaac https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-05T03:54:13.287518+00:00 Debian Importer Fixing VCID-map2-zntk-aaac None 36.0.0
2025-04-05T02:59:02.462330+00:00 Debian Importer Fixing VCID-5yvr-uzy3-aaad None 36.0.0
2025-04-05T02:40:05.527303+00:00 Debian Importer Affected by VCID-2hqt-4pa1-aaac None 36.0.0
2025-04-04T23:45:00.339019+00:00 Debian Importer Affected by VCID-76ck-4p9k-aaan https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T07:38:55.124811+00:00 Debian Importer Affected by VCID-um2g-zequ-aaaf https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T06:05:40.894397+00:00 Debian Importer Fixing VCID-ja9y-54rf-aaab None 36.0.0
2025-04-04T05:55:20.028012+00:00 Debian Importer Affected by VCID-mj23-x76p-aaak https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T04:50:59.483335+00:00 Debian Importer Fixing VCID-zssm-bcyh-aaak https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T03:10:58.484877+00:00 Debian Importer Affected by VCID-sv5v-pb1b-aaam https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T03:02:11.591991+00:00 Debian Importer Affected by VCID-849h-j5yz-aaan https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T02:46:54.626744+00:00 Debian Importer Fixing VCID-bhe9-kf8b-aaaf https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T02:44:15.112923+00:00 Debian Importer Affected by VCID-hmkq-2p3p-aaac https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T02:13:05.196783+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T02:04:59.428540+00:00 Debian Importer Fixing VCID-6pzu-e61x-aaas None 36.0.0
2025-04-04T01:55:43.790064+00:00 Debian Importer Affected by VCID-mj23-x76p-aaak None 36.0.0
2025-04-04T01:55:17.839409+00:00 Debian Importer Affected by VCID-2sh1-yqq9-aaah https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T01:37:28.590889+00:00 Debian Importer Fixing VCID-y6yq-qtna-aaaa None 36.0.0
2025-04-04T01:12:27.325150+00:00 Debian Importer Affected by VCID-2hqt-4pa1-aaac https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-04T00:57:51.822250+00:00 Debian Importer Fixing VCID-q7sm-w668-aaaj None 36.0.0
2025-04-04T00:52:53.358111+00:00 Debian Importer Fixing VCID-zssm-bcyh-aaak None 36.0.0
2025-04-04T00:33:44.373608+00:00 Debian Importer Fixing VCID-eqfm-yp6y-aaab None 36.0.0
2025-04-04T00:20:49.546081+00:00 Debian Importer Fixing VCID-8d4c-zm4a-aaaj None 36.0.0
2025-04-03T23:57:35.876294+00:00 Debian Importer Affected by VCID-pg8s-z1fe-aaac https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-03T23:55:47.419754+00:00 Debian Importer Fixing VCID-6fcz-sa2z-aaaq None 36.0.0
2025-04-03T23:53:08.771804+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.682196+00:00 Debian Importer Fixing VCID-6fcz-sa2z-aaaq https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-03T23:26:29.065170+00:00 Debian Importer Affected by VCID-kr1n-t6yx-aaam https://security-tracker.debian.org/tracker/data/json 36.0.0
2025-04-03T23:26:09.253456+00:00 Debian Importer Fixing VCID-n845-7aw9-aaaf None 36.0.0
2025-04-03T22:56:48.960113+00:00 Debian Importer Fixing VCID-bhe9-kf8b-aaaf None 36.0.0
2025-02-21T23:29:15.884110+00:00 Debian Importer Affected by VCID-yjk5-q2yd-aaac https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T21:40:06.339422+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.823105+00:00 Debian Importer Affected by VCID-qnpk-1b3c-aaah https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T18:33:24.486526+00:00 Debian Importer Affected by VCID-kr1n-t6yx-aaam https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T18:33:21.146502+00:00 Debian Importer Affected by VCID-pg8s-z1fe-aaac https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T18:33:07.215332+00:00 Debian Importer Affected by VCID-um2g-zequ-aaaf https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T18:33:04.943370+00:00 Debian Importer Affected by VCID-r97s-9mta-aaaj https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T14:26:10.470816+00:00 Debian Importer Affected by VCID-849h-j5yz-aaan https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T11:36:39.670595+00:00 Debian Importer Affected by VCID-sv5v-pb1b-aaam https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T11:36:38.994876+00:00 Debian Importer Affected by VCID-sv5v-pb1b-aaam None 35.1.0
2025-02-21T11:25:13.443138+00:00 Debian Importer Affected by VCID-mj23-x76p-aaak None 35.1.0
2025-02-21T11:25:04.556758+00:00 Debian Importer Affected by VCID-mj23-x76p-aaak https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T11:24:45.091693+00:00 Debian Importer Affected by VCID-2hqt-4pa1-aaac None 35.1.0
2025-02-21T11:24:43.732273+00:00 Debian Importer Affected by VCID-2hqt-4pa1-aaac https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T11:07:54.430573+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa None 35.1.0
2025-02-21T11:07:49.358925+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:39.587484+00:00 Debian Importer Affected by VCID-hmkq-2p3p-aaac None 35.1.0
2025-02-21T11:07:35.463014+00:00 Debian Importer Affected by VCID-hmkq-2p3p-aaac https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T11:07:33.765748+00:00 Debian Importer Affected by VCID-3a15-d62k-aaae None 35.1.0
2025-02-21T11:07:19.250421+00:00 Debian Importer Affected by VCID-76ck-4p9k-aaan None 35.1.0
2025-02-21T11:07:09.684242+00:00 Debian Importer Affected by VCID-76ck-4p9k-aaan https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-21T04:12:53.217798+00:00 Debian Importer Fixing VCID-map2-zntk-aaac None 35.1.0
2025-02-20T22:13:07.945675+00:00 Debian Importer Fixing VCID-eqfm-yp6y-aaab None 35.1.0
2025-02-20T22:12:53.820189+00:00 Debian Importer Fixing VCID-n845-7aw9-aaaf None 35.1.0
2025-02-20T22:12:40.083755+00:00 Debian Importer Fixing VCID-q7sm-w668-aaaj None 35.1.0
2025-02-20T22:12:24.953378+00:00 Debian Importer Fixing VCID-5yvr-uzy3-aaad None 35.1.0
2025-02-20T17:12:46.365068+00:00 Debian Importer Fixing VCID-qzku-bmyx-aaan None 35.1.0
2025-02-20T07:40:08.740728+00:00 Debian Importer Fixing VCID-6fcz-sa2z-aaaq None 35.1.0
2025-02-20T07:40:08.058878+00:00 Debian Importer Fixing VCID-6fcz-sa2z-aaaq https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-20T07:39:38.732662+00:00 Debian Importer Fixing VCID-bhe9-kf8b-aaaf https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-20T07:39:38.064375+00:00 Debian Importer Fixing VCID-bhe9-kf8b-aaaf None 35.1.0
2025-02-20T07:39:11.589679+00:00 Debian Importer Fixing VCID-zssm-bcyh-aaak None 35.1.0
2025-02-20T07:39:10.874785+00:00 Debian Importer Fixing VCID-zssm-bcyh-aaak https://security-tracker.debian.org/tracker/data/json 35.1.0
2025-02-19T20:45:01.703768+00:00 Debian Importer Fixing VCID-y6yq-qtna-aaaa None 35.1.0
2025-02-19T20:44:48.696817+00:00 Debian Importer Fixing VCID-ja9y-54rf-aaab None 35.1.0
2025-02-19T20:44:04.681128+00:00 Debian Importer Fixing VCID-8d4c-zm4a-aaaj None 35.1.0
2025-02-19T20:43:52.397075+00:00 Debian Importer Fixing VCID-6pzu-e61x-aaas None 35.1.0
2024-11-24T10:49:45.712680+00:00 Debian Importer Affected by VCID-yjk5-q2yd-aaac https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-24T07:02:22.449950+00:00 Debian Importer Affected by VCID-kr1n-t6yx-aaam https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-24T07:02:20.427900+00:00 Debian Importer Affected by VCID-pg8s-z1fe-aaac https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-24T07:02:16.270253+00:00 Debian Importer Affected by VCID-r97s-9mta-aaaj https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-24T00:45:03.189895+00:00 Debian Importer Affected by VCID-mj23-x76p-aaak https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-24T00:44:57.271197+00:00 Debian Importer Affected by VCID-2hqt-4pa1-aaac https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-24T00:37:13.095072+00:00 Debian Importer Affected by VCID-76ck-4p9k-aaan https://security-tracker.debian.org/tracker/data/json 35.0.0
2024-11-23T14:26:52.991812+00:00 Debian Importer Fixing VCID-5yvr-uzy3-aaad None 35.0.0
2024-11-22T17:02:47.796843+00:00 Debian Importer Fixing VCID-y6yq-qtna-aaaa None 35.0.0
2024-11-22T17:02:38.248421+00:00 Debian Importer Fixing VCID-ja9y-54rf-aaab None 35.0.0
2024-11-22T17:02:11.065910+00:00 Debian Importer Fixing VCID-8d4c-zm4a-aaaj None 35.0.0
2024-11-22T17:01:59.057579+00:00 Debian Importer Fixing VCID-6pzu-e61x-aaas None 35.0.0
2024-10-11T06:43:22.843226+00:00 Debian Importer Affected by VCID-yjk5-q2yd-aaac https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-11T03:44:15.565399+00:00 Debian Importer Affected by VCID-kr1n-t6yx-aaam https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-11T03:44:14.172716+00:00 Debian Importer Affected by VCID-pg8s-z1fe-aaac https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-11T03:44:12.054435+00:00 Debian Importer Affected by VCID-r97s-9mta-aaaj https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-10T22:32:25.683097+00:00 Debian Importer Affected by VCID-mj23-x76p-aaak https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-10T22:32:21.171162+00:00 Debian Importer Affected by VCID-2hqt-4pa1-aaac https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-10T22:18:02.212866+00:00 Debian Importer Affected by VCID-76ck-4p9k-aaan https://security-tracker.debian.org/tracker/data/json 34.0.2
2024-10-10T12:11:46.460318+00:00 Debian Importer Fixing VCID-5yvr-uzy3-aaad None 34.0.2
2024-10-09T16:00:05.260124+00:00 Debian Importer Fixing VCID-y6yq-qtna-aaaa None 34.0.2
2024-10-09T15:59:55.915534+00:00 Debian Importer Fixing VCID-ja9y-54rf-aaab None 34.0.2
2024-10-09T15:59:29.609774+00:00 Debian Importer Fixing VCID-8d4c-zm4a-aaaj None 34.0.2
2024-10-09T15:59:17.531495+00:00 Debian Importer Fixing VCID-6pzu-e61x-aaas None 34.0.2
2024-09-25T20:44:38.880764+00:00 Debian Importer Affected by VCID-yjk5-q2yd-aaac https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-20T07:50:50.217232+00:00 Debian Importer Affected by VCID-kr1n-t6yx-aaam https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-20T07:50:48.837424+00:00 Debian Importer Affected by VCID-pg8s-z1fe-aaac https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-20T07:50:46.719338+00:00 Debian Importer Affected by VCID-r97s-9mta-aaaj https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-20T03:21:30.953420+00:00 Debian Importer Affected by VCID-mj23-x76p-aaak https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-20T03:21:26.748127+00:00 Debian Importer Affected by VCID-2hqt-4pa1-aaac https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-20T03:08:01.490959+00:00 Debian Importer Affected by VCID-76ck-4p9k-aaan https://security-tracker.debian.org/tracker/data/json 34.0.1
2024-09-19T18:47:50.655360+00:00 Debian Importer Fixing VCID-5yvr-uzy3-aaad None 34.0.1
2024-09-19T00:46:10.191603+00:00 Debian Importer Fixing VCID-y6yq-qtna-aaaa None 34.0.1
2024-09-19T00:46:00.786430+00:00 Debian Importer Fixing VCID-ja9y-54rf-aaab None 34.0.1
2024-09-19T00:45:35.148783+00:00 Debian Importer Fixing VCID-8d4c-zm4a-aaaj None 34.0.1
2024-09-19T00:45:23.188770+00:00 Debian Importer Fixing VCID-6pzu-e61x-aaas None 34.0.1
2024-04-26T05:51:30.773017+00:00 Debian Importer Affected by VCID-849h-j5yz-aaan https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-26T03:23:15.335192+00:00 Debian Importer Affected by VCID-sv5v-pb1b-aaam https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-26T03:23:14.528116+00:00 Debian Importer Affected by VCID-sv5v-pb1b-aaam None 34.0.0rc4
2024-04-26T03:13:24.275791+00:00 Debian Importer Affected by VCID-mj23-x76p-aaak None 34.0.0rc4
2024-04-26T03:13:22.607992+00:00 Debian Importer Affected by VCID-mj23-x76p-aaak https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-26T03:13:18.003205+00:00 Debian Importer Affected by VCID-2hqt-4pa1-aaac https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-26T03:13:15.621593+00:00 Debian Importer Affected by VCID-2hqt-4pa1-aaac None 34.0.0rc4
2024-04-26T03:04:02.175223+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.349489+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa None 34.0.0rc4
2024-04-26T03:03:58.023708+00:00 Debian Importer Affected by VCID-hmkq-2p3p-aaac https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-26T03:03:57.225236+00:00 Debian Importer Affected by VCID-hmkq-2p3p-aaac None 34.0.0rc4
2024-04-26T03:03:54.633560+00:00 Debian Importer Affected by VCID-3a15-d62k-aaae None 34.0.0rc4
2024-04-26T03:03:49.308719+00:00 Debian Importer Affected by VCID-76ck-4p9k-aaan None 34.0.0rc4
2024-04-26T03:03:47.657975+00:00 Debian Importer Affected by VCID-76ck-4p9k-aaan https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-25T21:26:33.638503+00:00 Debian Importer Fixing VCID-map2-zntk-aaac None 34.0.0rc4
2024-04-25T15:42:26.355194+00:00 Debian Importer Fixing VCID-eqfm-yp6y-aaab None 34.0.0rc4
2024-04-25T15:42:09.833932+00:00 Debian Importer Fixing VCID-n845-7aw9-aaaf None 34.0.0rc4
2024-04-25T15:41:55.207861+00:00 Debian Importer Fixing VCID-q7sm-w668-aaaj None 34.0.0rc4
2024-04-25T15:41:38.463799+00:00 Debian Importer Fixing VCID-5yvr-uzy3-aaad None 34.0.0rc4
2024-04-25T12:02:02.910024+00:00 Debian Importer Fixing VCID-qzku-bmyx-aaan None 34.0.0rc4
2024-04-25T05:50:24.875895+00:00 Debian Importer Fixing VCID-6fcz-sa2z-aaaq None 34.0.0rc4
2024-04-25T05:50:24.071530+00:00 Debian Importer Fixing VCID-6fcz-sa2z-aaaq https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-25T05:49:51.031883+00:00 Debian Importer Fixing VCID-bhe9-kf8b-aaaf https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-25T05:49:50.258386+00:00 Debian Importer Fixing VCID-bhe9-kf8b-aaaf None 34.0.0rc4
2024-04-25T05:49:40.500069+00:00 Debian Importer Fixing VCID-zssm-bcyh-aaak https://security-tracker.debian.org/tracker/data/json 34.0.0rc4
2024-04-25T05:49:25.171932+00:00 Debian Importer Fixing VCID-zssm-bcyh-aaak None 34.0.0rc4
2024-04-24T21:44:03.968210+00:00 Debian Importer Fixing VCID-y6yq-qtna-aaaa None 34.0.0rc4
2024-04-24T21:43:54.125304+00:00 Debian Importer Fixing VCID-ja9y-54rf-aaab None 34.0.0rc4
2024-04-24T21:43:14.701026+00:00 Debian Importer Fixing VCID-8d4c-zm4a-aaaj None 34.0.0rc4
2024-04-24T21:43:02.805822+00:00 Debian Importer Fixing VCID-6pzu-e61x-aaas None 34.0.0rc4
2024-01-12T13:13:39.451328+00:00 Debian Importer Affected by VCID-sv5v-pb1b-aaam https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-12T13:13:37.751487+00:00 Debian Importer Affected by VCID-sv5v-pb1b-aaam None 34.0.0rc2
2024-01-12T13:06:50.578530+00:00 Debian Importer Affected by VCID-mj23-x76p-aaak https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-12T13:06:48.842059+00:00 Debian Importer Affected by VCID-mj23-x76p-aaak None 34.0.0rc2
2024-01-12T13:06:44.291492+00:00 Debian Importer Affected by VCID-2hqt-4pa1-aaac https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-12T13:06:41.803608+00:00 Debian Importer Affected by VCID-2hqt-4pa1-aaac None 34.0.0rc2
2024-01-12T13:02:26.267883+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.378958+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa None 34.0.0rc2
2024-01-12T13:02:23.696408+00:00 Debian Importer Affected by VCID-hmkq-2p3p-aaac https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-12T13:02:22.062990+00:00 Debian Importer Affected by VCID-hmkq-2p3p-aaac None 34.0.0rc2
2024-01-12T13:02:19.048160+00:00 Debian Importer Affected by VCID-3a15-d62k-aaae None 34.0.0rc2
2024-01-12T13:02:14.894364+00:00 Debian Importer Affected by VCID-76ck-4p9k-aaan None 34.0.0rc2
2024-01-12T13:02:12.987978+00:00 Debian Importer Affected by VCID-76ck-4p9k-aaan https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-12T07:17:39.903891+00:00 Debian Importer Fixing VCID-map2-zntk-aaac None 34.0.0rc2
2024-01-11T18:25:02.627701+00:00 Debian Importer Fixing VCID-eqfm-yp6y-aaab None 34.0.0rc2
2024-01-11T18:24:45.717851+00:00 Debian Importer Fixing VCID-n845-7aw9-aaaf None 34.0.0rc2
2024-01-11T18:24:30.759362+00:00 Debian Importer Fixing VCID-q7sm-w668-aaaj None 34.0.0rc2
2024-01-11T18:24:13.009485+00:00 Debian Importer Fixing VCID-5yvr-uzy3-aaad None 34.0.0rc2
2024-01-11T13:59:34.912456+00:00 Debian Importer Fixing VCID-qzku-bmyx-aaan None 34.0.0rc2
2024-01-11T07:33:35.939285+00:00 Debian Importer Fixing VCID-6fcz-sa2z-aaaq None 34.0.0rc2
2024-01-11T07:33:34.506234+00:00 Debian Importer Fixing VCID-6fcz-sa2z-aaaq https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-11T07:32:54.656694+00:00 Debian Importer Fixing VCID-bhe9-kf8b-aaaf https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-11T07:32:53.696655+00:00 Debian Importer Fixing VCID-bhe9-kf8b-aaaf None 34.0.0rc2
2024-01-11T07:32:45.872851+00:00 Debian Importer Fixing VCID-zssm-bcyh-aaak https://security-tracker.debian.org/tracker/data/json 34.0.0rc2
2024-01-11T07:32:28.853806+00:00 Debian Importer Fixing VCID-zssm-bcyh-aaak None 34.0.0rc2
2024-01-10T22:38:12.630879+00:00 Debian Importer Fixing VCID-y6yq-qtna-aaaa None 34.0.0rc2
2024-01-10T22:38:02.732625+00:00 Debian Importer Fixing VCID-ja9y-54rf-aaab None 34.0.0rc2
2024-01-10T22:37:22.374664+00:00 Debian Importer Fixing VCID-8d4c-zm4a-aaaj None 34.0.0rc2
2024-01-10T22:37:07.430072+00:00 Debian Importer Fixing VCID-6pzu-e61x-aaas None 34.0.0rc2
2024-01-05T08:53:51.080561+00:00 Debian Importer Affected by VCID-sv5v-pb1b-aaam https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-05T08:53:49.570555+00:00 Debian Importer Affected by VCID-sv5v-pb1b-aaam None 34.0.0rc1
2024-01-05T08:47:33.455823+00:00 Debian Importer Affected by VCID-mj23-x76p-aaak https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-05T08:47:31.883156+00:00 Debian Importer Affected by VCID-mj23-x76p-aaak None 34.0.0rc1
2024-01-05T08:47:27.511455+00:00 Debian Importer Affected by VCID-2hqt-4pa1-aaac https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-05T08:47:25.023130+00:00 Debian Importer Affected by VCID-2hqt-4pa1-aaac None 34.0.0rc1
2024-01-05T08:43:26.798379+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.961953+00:00 Debian Importer Affected by VCID-huhc-ydq5-aaaa None 34.0.0rc1
2024-01-05T08:43:24.363084+00:00 Debian Importer Affected by VCID-hmkq-2p3p-aaac https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-05T08:43:22.771698+00:00 Debian Importer Affected by VCID-hmkq-2p3p-aaac None 34.0.0rc1
2024-01-05T08:43:20.175192+00:00 Debian Importer Affected by VCID-3a15-d62k-aaae None 34.0.0rc1
2024-01-05T08:43:16.033668+00:00 Debian Importer Affected by VCID-76ck-4p9k-aaan None 34.0.0rc1
2024-01-05T08:43:14.485428+00:00 Debian Importer Affected by VCID-76ck-4p9k-aaan https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-05T05:37:37.165924+00:00 Debian Importer Fixing VCID-map2-zntk-aaac None 34.0.0rc1
2024-01-05T02:25:40.282829+00:00 Debian Importer Fixing VCID-eqfm-yp6y-aaab None 34.0.0rc1
2024-01-05T02:25:17.615267+00:00 Debian Importer Fixing VCID-n845-7aw9-aaaf None 34.0.0rc1
2024-01-05T02:25:01.343095+00:00 Debian Importer Fixing VCID-q7sm-w668-aaaj None 34.0.0rc1
2024-01-05T02:24:42.106183+00:00 Debian Importer Fixing VCID-5yvr-uzy3-aaad None 34.0.0rc1
2024-01-04T23:31:48.059108+00:00 Debian Importer Fixing VCID-qzku-bmyx-aaan None 34.0.0rc1
2024-01-04T18:18:21.299657+00:00 Debian Importer Fixing VCID-6fcz-sa2z-aaaq None 34.0.0rc1
2024-01-04T18:18:20.427090+00:00 Debian Importer Fixing VCID-6fcz-sa2z-aaaq https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-04T18:17:59.571264+00:00 Debian Importer Fixing VCID-bhe9-kf8b-aaaf https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-04T18:17:58.806956+00:00 Debian Importer Fixing VCID-bhe9-kf8b-aaaf None 34.0.0rc1
2024-01-04T18:17:52.467260+00:00 Debian Importer Fixing VCID-zssm-bcyh-aaak https://security-tracker.debian.org/tracker/data/json 34.0.0rc1
2024-01-04T18:17:36.984000+00:00 Debian Importer Fixing VCID-zssm-bcyh-aaak None 34.0.0rc1
2024-01-04T11:48:53.845805+00:00 Debian Importer Fixing VCID-y6yq-qtna-aaaa None 34.0.0rc1
2024-01-04T11:48:43.959205+00:00 Debian Importer Fixing VCID-ja9y-54rf-aaab None 34.0.0rc1
2024-01-04T11:48:06.102656+00:00 Debian Importer Fixing VCID-8d4c-zm4a-aaaj None 34.0.0rc1
2024-01-04T11:47:54.129079+00:00 Debian Importer Fixing VCID-6pzu-e61x-aaas None 34.0.0rc1