Search for packages
purl | pkg:deb/debian/openssh@1:6.7p1-5%2Bdeb8u4 |
Next non-vulnerable version | 1:9.2p1-2+deb12u6 |
Latest non-vulnerable version | 1:9.2p1-2+deb12u6 |
Risk | 10.0 |
Vulnerability | Summary | Fixed by |
---|---|---|
VCID-1zf7-mk5n-aaae
Aliases: CVE-2016-8858 |
** DISPUTED ** The kex_input_kexinit function in kex.c in OpenSSH 6.x and 7.x through 7.3 allows remote attackers to cause a denial of service (memory consumption) by sending many duplicate KEXINIT requests. NOTE: a third party reports that "OpenSSH upstream does not consider this as a security issue." |
Affected by 15 other vulnerabilities. |
VCID-22mr-q7b1-aaac
Aliases: CVE-2015-5352 |
The x11_open_helper function in channels.c in ssh in OpenSSH before 6.9, when ForwardX11Trusted mode is not used, lacks a check of the refusal deadline for X connections, which makes it easier for remote attackers to bypass intended access restrictions via a connection outside of the permitted time window. |
Affected by 15 other vulnerabilities. |
VCID-2az6-f47r-aaap
Aliases: CVE-2020-12062 |
** DISPUTED ** The scp client in OpenSSH 8.2 incorrectly sends duplicate responses to the server upon a utimes system call failure, which allows a malicious unprivileged user on the remote server to overwrite arbitrary files in the client's download directory by creating a crafted subdirectory anywhere on the remote server. The victim must use the command scp -rp to download a file hierarchy containing, anywhere inside, this crafted subdirectory. NOTE: the vendor points out that "this attack can achieve no more than a hostile peer is already able to achieve within the scp protocol" and "utimes does not fail under normal circumstances." |
Affected by 0 other vulnerabilities. Affected by 3 other vulnerabilities. |
VCID-3qp5-2w7x-aaar
Aliases: DSA-4539-2 openssh |
regression update |
Affected by 9 other vulnerabilities. |
VCID-56eh-f8cn-aaaj
Aliases: CVE-2015-5600 |
The kbdint_next_device function in auth2-chall.c in sshd in OpenSSH through 6.9 does not properly restrict the processing of keyboard-interactive devices within a single connection, which makes it easier for remote attackers to conduct brute-force attacks or cause a denial of service (CPU consumption) via a long and duplicative list in the ssh -oKbdInteractiveDevices option, as demonstrated by a modified client that provides a different password for each pam element on this list. |
Affected by 15 other vulnerabilities. |
VCID-77m6-j8p8-aaak
Aliases: CVE-2016-10708 |
sshd in OpenSSH before 7.4 allows remote attackers to cause a denial of service (NULL pointer dereference and daemon crash) via an out-of-sequence NEWKEYS message, as demonstrated by Honggfuzz, related to kex.c and packet.c. |
Affected by 15 other vulnerabilities. |
VCID-7stj-j6mx-aaak
Aliases: CVE-2019-6111 |
An issue was discovered in OpenSSH 7.9. Due to the scp implementation being derived from 1983 rcp, the server chooses which files/directories are sent to the client. However, the scp client only performs cursory validation of the object name returned (only directory traversal attacks are prevented). A malicious scp server (or Man-in-The-Middle attacker) can overwrite arbitrary files in the scp client target directory. If recursive operation (-r) is performed, the server can manipulate subdirectories as well (for example, to overwrite the .ssh/authorized_keys file). |
Affected by 15 other vulnerabilities. Affected by 9 other vulnerabilities. |
VCID-89w5-gz7y-aaan
Aliases: CVE-2016-3115 |
Multiple CRLF injection vulnerabilities in session.c in sshd in OpenSSH before 7.2p2 allow remote authenticated users to bypass intended shell-command restrictions via crafted X11 forwarding data, related to the (1) do_authenticated1 and (2) session_x11_req functions. |
Affected by 15 other vulnerabilities. |
VCID-93bh-xgdm-aaad
Aliases: CVE-2018-15473 |
OpenSSH through 7.7 is prone to a user enumeration vulnerability due to not delaying bailout for an invalid authenticating user until after the packet containing the request has been fully parsed, related to auth2-gss.c, auth2-hostbased.c, and auth2-pubkey.c. |
Affected by 15 other vulnerabilities. Affected by 9 other vulnerabilities. |
VCID-9dt6-pny8-aaas
Aliases: CVE-2016-0777 |
The resend_bytes function in roaming_common.c in the client in OpenSSH 5.x, 6.x, and 7.x before 7.1p2 allows remote servers to obtain sensitive information from process memory by requesting transmission of an entire buffer, as demonstrated by reading a private key. |
Affected by 15 other vulnerabilities. |
VCID-a6n4-mx2c-aaah
Aliases: CVE-2016-6210 |
sshd in OpenSSH before 7.3, when SHA256 or SHA512 are used for user password hashing, uses BLOWFISH hashing on a static password when the username does not exist, which allows remote attackers to enumerate users by leveraging the timing difference between responses when a large password is provided. |
Affected by 15 other vulnerabilities. |
VCID-a999-r8d4-aaad
Aliases: CVE-2021-41617 |
sshd in OpenSSH 6.2 through 8.x before 8.8, when certain non-default configurations are used, allows privilege escalation because supplemental groups are not initialized as expected. Helper programs for AuthorizedKeysCommand and AuthorizedPrincipalsCommand may run with privileges associated with group memberships of the sshd process, if the configuration specifies running the command as a different user. |
Affected by 0 other vulnerabilities. Affected by 3 other vulnerabilities. Affected by 2 other vulnerabilities. |
VCID-aa65-q5ek-aaaj
Aliases: CVE-2019-16905 |
OpenSSH 7.7 through 7.9 and 8.x before 8.1, when compiled with an experimental key type, has a pre-authentication integer overflow if a client or server is configured to use a crafted XMSS key. This leads to memory corruption and local code execution because of an error in the XMSS key parsing algorithm. NOTE: the XMSS implementation is considered experimental in all released OpenSSH versions, and there is no supported way to enable it when building portable OpenSSH. |
Affected by 0 other vulnerabilities. Affected by 3 other vulnerabilities. |
VCID-au3k-npa4-aaac
Aliases: CVE-2016-10012 |
The shared memory manager (associated with pre-authentication compression) in sshd in OpenSSH before 7.4 does not ensure that a bounds check is enforced by all compilers, which might allows local users to gain privileges by leveraging access to a sandboxed privilege-separation process, related to the m_zback and m_zlib data structures. |
Affected by 15 other vulnerabilities. |
VCID-bs1j-kwc5-aaaq
Aliases: CVE-2016-10009 |
Untrusted search path vulnerability in ssh-agent.c in ssh-agent in OpenSSH before 7.4 allows remote attackers to execute arbitrary local PKCS#11 modules by leveraging control over a forwarded agent-socket. |
Affected by 15 other vulnerabilities. |
VCID-d5wf-xp1e-ufdw
Aliases: CVE-2025-26465 |
openssh: Machine-in-the-middle attack if VerifyHostKeyDNS is enabled |
Affected by 1 other vulnerability. |
VCID-e3dh-tjmw-aaak
Aliases: CVE-2023-38408 |
The PKCS#11 feature in ssh-agent in OpenSSH before 9.3p2 has an insufficiently trustworthy search path, leading to remote code execution if an agent is forwarded to an attacker-controlled system. (Code in /usr/lib is not necessarily safe for loading into ssh-agent.) NOTE: this issue exists because of an incomplete fix for CVE-2016-10009. |
Affected by 0 other vulnerabilities. Affected by 3 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. |
VCID-f1zj-c92q-aaar
Aliases: CVE-2019-6109 |
An issue was discovered in OpenSSH 7.9. Due to missing character encoding in the progress display, a malicious server (or Man-in-The-Middle attacker) can employ crafted object names to manipulate the client output, e.g., by using ANSI control codes to hide additional files being transferred. This affects refresh_progress_meter() in progressmeter.c. |
Affected by 15 other vulnerabilities. Affected by 9 other vulnerabilities. |
VCID-g3um-2fb6-aaaq
Aliases: CVE-2018-20685 |
In OpenSSH 7.9, scp.c in the scp client allows remote SSH servers to bypass intended access restrictions via the filename of . or an empty filename. The impact is modifying the permissions of the target directory on the client side. |
Affected by 15 other vulnerabilities. Affected by 9 other vulnerabilities. |
VCID-jjf6-vvb9-aaac
Aliases: CVE-2023-51385 |
In ssh in OpenSSH before 9.6, OS command injection might occur if a user name or host name has shell metacharacters, and this name is referenced by an expansion token in certain situations. For example, an untrusted Git repository can have a submodule with shell metacharacters in a user name or host name. |
Affected by 3 other vulnerabilities. |
VCID-kx4t-1r9m-aaad
Aliases: CVE-2016-1907 |
The ssh_packet_read_poll2 function in packet.c in OpenSSH before 7.1p2 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via crafted network traffic. |
Affected by 15 other vulnerabilities. |
VCID-m5qg-dkpz-aaac
Aliases: CVE-2016-10010 |
sshd in OpenSSH before 7.4, when privilege separation is not used, creates forwarded Unix-domain sockets as root, which might allow local users to gain privileges via unspecified vectors, related to serverloop.c. |
Affected by 15 other vulnerabilities. |
VCID-makx-v5py-aaap
Aliases: CVE-2016-1908 |
The client in OpenSSH before 7.2 mishandles failed cookie generation for untrusted X11 forwarding and relies on the local X11 server for access-control decisions, which allows remote X11 clients to trigger a fallback and obtain trusted X11 forwarding privileges by leveraging configuration issues on this X11 server, as demonstrated by lack of the SECURITY extension on this X11 server. |
Affected by 15 other vulnerabilities. |
VCID-na6s-7kbn-aaas
Aliases: CVE-2015-8325 |
The do_setup_env function in session.c in sshd in OpenSSH through 7.2p2, when the UseLogin feature is enabled and PAM is configured to read .pam_environment files in user home directories, allows local users to gain privileges by triggering a crafted environment for the /bin/login program, as demonstrated by an LD_PRELOAD environment variable. |
Affected by 15 other vulnerabilities. |
VCID-qcaw-39uj-aaaa
Aliases: CVE-2016-6515 |
The auth_password function in auth-passwd.c in sshd in OpenSSH before 7.3 does not limit password lengths for password authentication, which allows remote attackers to cause a denial of service (crypt CPU consumption) via a long string. |
Affected by 15 other vulnerabilities. |
VCID-st64-1ck6-aaas
Aliases: CVE-2016-10011 |
authfile.c in sshd in OpenSSH before 7.4 does not properly consider the effects of realloc on buffer contents, which might allow local users to obtain sensitive private-key information by leveraging access to a privilege-separated child process. |
Affected by 15 other vulnerabilities. |
VCID-suan-53wy-aaaa
Aliases: CVE-2023-48795 GHSA-45x7-px36-x8w8 |
The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH's use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before 1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, LANCOM LCOS and LANconfig, FileZilla before 3.66.4, Nova before 11.8, PKIX-SSH before 14.4, SecureCRT before 9.4.3, Transmit5 before 5.10.4, Win32-OpenSSH before 9.5.0.0p1-Beta, WinSCP before 6.2.2, Bitvise SSH Server before 9.32, Bitvise SSH Client before 9.33, KiTTY through 0.76.1.13, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust. |
Affected by 3 other vulnerabilities. |
VCID-suv8-uh2s-aaaa
Aliases: CVE-2016-0778 |
The (1) roaming_read and (2) roaming_write functions in roaming_common.c in the client in OpenSSH 5.x, 6.x, and 7.x before 7.1p2, when certain proxy and forward options are enabled, do not properly maintain connection file descriptors, which allows remote servers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact by requesting many forwardings. |
Affected by 15 other vulnerabilities. |
VCID-t5dn-w8da-aaaf
Aliases: CVE-2021-28041 |
ssh-agent in OpenSSH before 8.5 has a double free that may be relevant in a few less-common scenarios, such as unconstrained agent-socket access on a legacy operating system, or the forwarding of an agent to an attacker-controlled host. |
Affected by 3 other vulnerabilities. |
VCID-tm64-u4gu-aaaa
Aliases: CVE-2015-6563 |
The monitor component in sshd in OpenSSH before 7.0 on non-OpenBSD platforms accepts extraneous username data in MONITOR_REQ_PAM_INIT_CTX requests, which allows local users to conduct impersonation attacks by leveraging any SSH login access in conjunction with control of the sshd uid to send a crafted MONITOR_REQ_PWNAM request, related to monitor.c and monitor_wrap.c. |
Affected by 15 other vulnerabilities. |
VCID-wwfu-n2x1-aaaj
Aliases: CVE-2015-6564 |
Use-after-free vulnerability in the mm_answer_pam_free_ctx function in monitor.c in sshd in OpenSSH before 7.0 on non-OpenBSD platforms might allow local users to gain privileges by leveraging control of the sshd uid to send an unexpectedly early MONITOR_REQ_PAM_FREE_CTX request. |
Affected by 15 other vulnerabilities. |
VCID-ymfz-4why-aaap
Aliases: CVE-2017-15906 |
The process_open function in sftp-server.c in OpenSSH before 7.6 does not properly prevent write operations in readonly mode, which allows attackers to create zero-length files. |
Affected by 9 other vulnerabilities. |
Vulnerability | Summary | Aliases |
---|---|---|
VCID-9dt6-pny8-aaas | The resend_bytes function in roaming_common.c in the client in OpenSSH 5.x, 6.x, and 7.x before 7.1p2 allows remote servers to obtain sensitive information from process memory by requesting transmission of an entire buffer, as demonstrated by reading a private key. |
CVE-2016-0777
|
VCID-a6n4-mx2c-aaah | sshd in OpenSSH before 7.3, when SHA256 or SHA512 are used for user password hashing, uses BLOWFISH hashing on a static password when the username does not exist, which allows remote attackers to enumerate users by leveraging the timing difference between responses when a large password is provided. |
CVE-2016-6210
|
VCID-na6s-7kbn-aaas | The do_setup_env function in session.c in sshd in OpenSSH through 7.2p2, when the UseLogin feature is enabled and PAM is configured to read .pam_environment files in user home directories, allows local users to gain privileges by triggering a crafted environment for the /bin/login program, as demonstrated by an LD_PRELOAD environment variable. |
CVE-2015-8325
|
VCID-suv8-uh2s-aaaa | The (1) roaming_read and (2) roaming_write functions in roaming_common.c in the client in OpenSSH 5.x, 6.x, and 7.x before 7.1p2, when certain proxy and forward options are enabled, do not properly maintain connection file descriptors, which allows remote servers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact by requesting many forwardings. |
CVE-2016-0778
|
Date | Actor | Action | Vulnerability | Source | VulnerableCode Version |
---|---|---|---|---|---|
2025-06-21T19:18:02.207414+00:00 | Debian Oval Importer | Affected by | VCID-t5dn-w8da-aaaf | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.3 |
2025-06-21T19:03:47.686044+00:00 | Debian Oval Importer | Affected by | VCID-tm64-u4gu-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.3 |
2025-06-21T18:23:26.360316+00:00 | Debian Oval Importer | Affected by | VCID-e3dh-tjmw-aaak | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.3 |
2025-06-21T18:20:39.999224+00:00 | Debian Oval Importer | Affected by | VCID-suan-53wy-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.3 |
2025-06-21T17:58:39.271330+00:00 | Debian Oval Importer | Affected by | VCID-77m6-j8p8-aaak | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T17:45:29.149528+00:00 | Debian Oval Importer | Affected by | VCID-56eh-f8cn-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T17:18:48.625877+00:00 | Debian Oval Importer | Affected by | VCID-22mr-q7b1-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T17:00:34.546010+00:00 | Debian Oval Importer | Affected by | VCID-93bh-xgdm-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:51:28.868502+00:00 | Debian Oval Importer | Affected by | VCID-a999-r8d4-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:49:28.762875+00:00 | Debian Oval Importer | Affected by | VCID-1zf7-mk5n-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:41:14.634828+00:00 | Debian Oval Importer | Affected by | VCID-a6n4-mx2c-aaah | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:27:11.955256+00:00 | Debian Oval Importer | Affected by | VCID-bs1j-kwc5-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:26:11.263952+00:00 | Debian Oval Importer | Affected by | VCID-makx-v5py-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T16:01:24.422737+00:00 | Debian Oval Importer | Affected by | VCID-g3um-2fb6-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:58:36.220092+00:00 | Debian Oval Importer | Affected by | VCID-suv8-uh2s-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:54:27.822537+00:00 | Debian Oval Importer | Affected by | VCID-kx4t-1r9m-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:37:02.681640+00:00 | Debian Oval Importer | Affected by | VCID-st64-1ck6-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:15:43.431983+00:00 | Debian Oval Importer | Affected by | VCID-au3k-npa4-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:03:42.916828+00:00 | Debian Oval Importer | Affected by | VCID-na6s-7kbn-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T15:00:55.097363+00:00 | Debian Oval Importer | Affected by | VCID-ymfz-4why-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T14:56:25.072371+00:00 | Debian Oval Importer | Affected by | VCID-jjf6-vvb9-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T14:47:35.287570+00:00 | Debian Oval Importer | Affected by | VCID-suan-53wy-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T14:15:15.692990+00:00 | Debian Oval Importer | Affected by | VCID-tm64-u4gu-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T13:59:00.107720+00:00 | Debian Oval Importer | Affected by | VCID-89w5-gz7y-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T13:45:14.325191+00:00 | Debian Oval Importer | Affected by | VCID-9dt6-pny8-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T13:21:06.297847+00:00 | Debian Oval Importer | Affected by | VCID-m5qg-dkpz-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:52:32.913522+00:00 | Debian Oval Importer | Affected by | VCID-7stj-j6mx-aaak | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:38:15.351323+00:00 | Debian Oval Importer | Affected by | VCID-qcaw-39uj-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:33:23.440467+00:00 | Debian Oval Importer | Affected by | VCID-wwfu-n2x1-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:24:00.976437+00:00 | Debian Oval Importer | Affected by | VCID-f1zj-c92q-aaar | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:11:13.613868+00:00 | Debian Oval Importer | Affected by | VCID-3qp5-2w7x-aaar | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T12:01:19.789496+00:00 | Debian Oval Importer | Affected by | VCID-e3dh-tjmw-aaak | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.3 |
2025-06-21T10:58:39.923322+00:00 | Debian Oval Importer | Affected by | VCID-f1zj-c92q-aaar | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.3 |
2025-06-21T10:18:55.358361+00:00 | Debian Oval Importer | Affected by | VCID-g3um-2fb6-aaaq | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.3 |
2025-06-21T10:18:36.859101+00:00 | Debian Oval Importer | Affected by | VCID-93bh-xgdm-aaad | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.3 |
2025-06-21T10:18:01.532895+00:00 | Debian Oval Importer | Affected by | VCID-7stj-j6mx-aaak | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.3 |
2025-06-21T10:11:40.183986+00:00 | Debian Oval Importer | Fixing | VCID-a6n4-mx2c-aaah | https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 | 36.1.3 |
2025-06-21T10:00:39.940398+00:00 | Debian Oval Importer | Fixing | VCID-suv8-uh2s-aaaa | https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 | 36.1.3 |
2025-06-21T09:41:59.030062+00:00 | Debian Oval Importer | Fixing | VCID-9dt6-pny8-aaas | https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 | 36.1.3 |
2025-06-21T09:37:59.605725+00:00 | Debian Oval Importer | Fixing | VCID-na6s-7kbn-aaas | https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 | 36.1.3 |
2025-06-21T08:47:31.695812+00:00 | Debian Oval Importer | Affected by | VCID-e3dh-tjmw-aaak | None | 36.1.3 |
2025-06-21T06:24:43.019300+00:00 | Debian Oval Importer | Affected by | VCID-t5dn-w8da-aaaf | None | 36.1.3 |
2025-06-21T06:17:01.704298+00:00 | Debian Oval Importer | Affected by | VCID-2az6-f47r-aaap | None | 36.1.3 |
2025-06-21T04:41:56.993358+00:00 | Debian Oval Importer | Affected by | VCID-aa65-q5ek-aaaj | None | 36.1.3 |
2025-06-21T01:29:13.586420+00:00 | Debian Oval Importer | Affected by | VCID-ymfz-4why-aaap | None | 36.1.3 |
2025-06-21T01:12:38.584642+00:00 | Debian Oval Importer | Affected by | VCID-m5qg-dkpz-aaac | None | 36.1.3 |
2025-06-21T00:49:55.508513+00:00 | Debian Oval Importer | Affected by | VCID-st64-1ck6-aaas | None | 36.1.3 |
2025-06-21T00:49:04.456263+00:00 | Debian Oval Importer | Affected by | VCID-kx4t-1r9m-aaad | None | 36.1.3 |
2025-06-21T00:34:28.024034+00:00 | Debian Oval Importer | Affected by | VCID-na6s-7kbn-aaas | None | 36.1.3 |
2025-06-21T00:15:03.781525+00:00 | Debian Oval Importer | Affected by | VCID-suv8-uh2s-aaaa | None | 36.1.3 |
2025-06-21T00:08:15.185512+00:00 | Debian Oval Importer | Affected by | VCID-89w5-gz7y-aaan | None | 36.1.3 |
2025-06-21T00:05:17.946912+00:00 | Debian Oval Importer | Affected by | VCID-56eh-f8cn-aaaj | None | 36.1.3 |
2025-06-21T00:05:05.707494+00:00 | Debian Oval Importer | Affected by | VCID-22mr-q7b1-aaac | None | 36.1.3 |
2025-06-20T22:58:02.272361+00:00 | Debian Oval Importer | Affected by | VCID-7stj-j6mx-aaak | None | 36.1.3 |
2025-06-20T22:51:55.719629+00:00 | Debian Oval Importer | Affected by | VCID-wwfu-n2x1-aaaj | None | 36.1.3 |
2025-06-20T22:09:30.658921+00:00 | Debian Oval Importer | Affected by | VCID-tm64-u4gu-aaaa | None | 36.1.3 |
2025-06-20T22:05:02.562338+00:00 | Debian Oval Importer | Affected by | VCID-a6n4-mx2c-aaah | None | 36.1.3 |
2025-06-20T21:47:33.762593+00:00 | Debian Oval Importer | Affected by | VCID-au3k-npa4-aaac | None | 36.1.3 |
2025-06-20T21:44:51.283275+00:00 | Debian Oval Importer | Affected by | VCID-1zf7-mk5n-aaae | None | 36.1.3 |
2025-06-20T20:58:20.873668+00:00 | Debian Oval Importer | Affected by | VCID-qcaw-39uj-aaaa | None | 36.1.3 |
2025-06-20T20:45:23.115570+00:00 | Debian Oval Importer | Affected by | VCID-bs1j-kwc5-aaaq | None | 36.1.3 |
2025-06-20T20:44:07.015301+00:00 | Debian Oval Importer | Affected by | VCID-f1zj-c92q-aaar | None | 36.1.3 |
2025-06-20T20:32:36.045729+00:00 | Debian Oval Importer | Affected by | VCID-9dt6-pny8-aaas | None | 36.1.3 |
2025-06-20T20:31:04.530062+00:00 | Debian Oval Importer | Affected by | VCID-makx-v5py-aaap | None | 36.1.3 |
2025-06-20T20:19:35.569936+00:00 | Debian Oval Importer | Affected by | VCID-77m6-j8p8-aaak | None | 36.1.3 |
2025-06-20T20:06:10.254961+00:00 | Debian Oval Importer | Affected by | VCID-g3um-2fb6-aaaq | None | 36.1.3 |
2025-06-20T19:58:05.805683+00:00 | Debian Oval Importer | Affected by | VCID-93bh-xgdm-aaad | None | 36.1.3 |
2025-06-20T19:47:10.088160+00:00 | Debian Oval Importer | Fixing | VCID-9dt6-pny8-aaas | None | 36.1.3 |
2025-06-20T19:44:08.115630+00:00 | Debian Oval Importer | Fixing | VCID-a6n4-mx2c-aaah | None | 36.1.3 |
2025-06-08T13:05:06.843789+00:00 | Debian Oval Importer | Affected by | VCID-89w5-gz7y-aaan | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T13:05:05.358531+00:00 | Debian Oval Importer | Affected by | VCID-st64-1ck6-aaas | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T12:59:37.382803+00:00 | Debian Oval Importer | Affected by | VCID-na6s-7kbn-aaas | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T12:23:15.086707+00:00 | Debian Oval Importer | Affected by | VCID-jjf6-vvb9-aaac | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T12:22:45.231386+00:00 | Debian Oval Importer | Affected by | VCID-77m6-j8p8-aaak | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T12:12:02.951915+00:00 | Debian Oval Importer | Affected by | VCID-1zf7-mk5n-aaae | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T11:55:58.705845+00:00 | Debian Oval Importer | Affected by | VCID-suv8-uh2s-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T11:55:07.308457+00:00 | Debian Oval Importer | Affected by | VCID-makx-v5py-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T11:46:48.743226+00:00 | Debian Oval Importer | Affected by | VCID-t5dn-w8da-aaaf | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T11:33:00.060079+00:00 | Debian Oval Importer | Affected by | VCID-tm64-u4gu-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T10:54:09.869855+00:00 | Debian Oval Importer | Affected by | VCID-e3dh-tjmw-aaak | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T10:51:34.574323+00:00 | Debian Oval Importer | Affected by | VCID-suan-53wy-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.1.0 |
2025-06-08T10:30:22.591818+00:00 | Debian Oval Importer | Affected by | VCID-77m6-j8p8-aaak | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T10:18:31.918581+00:00 | Debian Oval Importer | Affected by | VCID-56eh-f8cn-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:59:54.438768+00:00 | Debian Oval Importer | Affected by | VCID-22mr-q7b1-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:45:38.500549+00:00 | Debian Oval Importer | Affected by | VCID-93bh-xgdm-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:36:37.909835+00:00 | Debian Oval Importer | Affected by | VCID-a999-r8d4-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:34:40.593025+00:00 | Debian Oval Importer | Affected by | VCID-1zf7-mk5n-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:26:40.517731+00:00 | Debian Oval Importer | Affected by | VCID-a6n4-mx2c-aaah | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:13:06.886312+00:00 | Debian Oval Importer | Affected by | VCID-bs1j-kwc5-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T09:12:07.253698+00:00 | Debian Oval Importer | Affected by | VCID-makx-v5py-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T08:54:43.410597+00:00 | Debian Oval Importer | Affected by | VCID-g3um-2fb6-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T08:51:57.055916+00:00 | Debian Oval Importer | Affected by | VCID-suv8-uh2s-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T08:47:43.442785+00:00 | Debian Oval Importer | Affected by | VCID-kx4t-1r9m-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T08:31:35.110832+00:00 | Debian Oval Importer | Affected by | VCID-st64-1ck6-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T08:09:33.081786+00:00 | Debian Oval Importer | Affected by | VCID-au3k-npa4-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:57:06.951927+00:00 | Debian Oval Importer | Affected by | VCID-na6s-7kbn-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:54:17.944342+00:00 | Debian Oval Importer | Affected by | VCID-ymfz-4why-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:49:55.383078+00:00 | Debian Oval Importer | Affected by | VCID-jjf6-vvb9-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:40:57.908026+00:00 | Debian Oval Importer | Affected by | VCID-suan-53wy-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T07:08:37.916753+00:00 | Debian Oval Importer | Affected by | VCID-tm64-u4gu-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T06:53:09.582428+00:00 | Debian Oval Importer | Affected by | VCID-89w5-gz7y-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T06:39:25.461112+00:00 | Debian Oval Importer | Affected by | VCID-9dt6-pny8-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T06:15:38.655551+00:00 | Debian Oval Importer | Affected by | VCID-m5qg-dkpz-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:47:37.133260+00:00 | Debian Oval Importer | Affected by | VCID-7stj-j6mx-aaak | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:35:17.538023+00:00 | Debian Oval Importer | Affected by | VCID-qcaw-39uj-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:31:59.621895+00:00 | Debian Oval Importer | Affected by | VCID-wwfu-n2x1-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:25:38.595512+00:00 | Debian Oval Importer | Affected by | VCID-f1zj-c92q-aaar | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:17:06.712075+00:00 | Debian Oval Importer | Affected by | VCID-3qp5-2w7x-aaar | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T05:10:32.615150+00:00 | Debian Oval Importer | Affected by | VCID-e3dh-tjmw-aaak | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.1.0 |
2025-06-08T04:31:24.845380+00:00 | Debian Oval Importer | Affected by | VCID-f1zj-c92q-aaar | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.0 |
2025-06-08T04:06:29.311662+00:00 | Debian Oval Importer | Affected by | VCID-g3um-2fb6-aaaq | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.0 |
2025-06-08T04:06:11.619413+00:00 | Debian Oval Importer | Affected by | VCID-93bh-xgdm-aaad | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.0 |
2025-06-08T04:05:41.761030+00:00 | Debian Oval Importer | Affected by | VCID-7stj-j6mx-aaak | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.1.0 |
2025-06-08T04:00:41.762430+00:00 | Debian Oval Importer | Fixing | VCID-a6n4-mx2c-aaah | https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 | 36.1.0 |
2025-06-08T03:49:45.199920+00:00 | Debian Oval Importer | Fixing | VCID-suv8-uh2s-aaaa | https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 | 36.1.0 |
2025-06-08T03:30:44.782988+00:00 | Debian Oval Importer | Fixing | VCID-9dt6-pny8-aaas | https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 | 36.1.0 |
2025-06-08T03:26:38.049553+00:00 | Debian Oval Importer | Fixing | VCID-na6s-7kbn-aaas | https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 | 36.1.0 |
2025-06-08T02:33:53.101860+00:00 | Debian Oval Importer | Affected by | VCID-e3dh-tjmw-aaak | None | 36.1.0 |
2025-06-08T00:03:56.936327+00:00 | Debian Oval Importer | Affected by | VCID-t5dn-w8da-aaaf | None | 36.1.0 |
2025-06-07T23:56:05.463353+00:00 | Debian Oval Importer | Affected by | VCID-2az6-f47r-aaap | None | 36.1.0 |
2025-06-07T22:18:50.908344+00:00 | Debian Oval Importer | Affected by | VCID-aa65-q5ek-aaaj | None | 36.1.0 |
2025-06-07T18:52:08.161809+00:00 | Debian Oval Importer | Affected by | VCID-ymfz-4why-aaap | None | 36.1.0 |
2025-06-07T18:35:18.437915+00:00 | Debian Oval Importer | Affected by | VCID-m5qg-dkpz-aaac | None | 36.1.0 |
2025-06-07T18:12:17.436511+00:00 | Debian Oval Importer | Affected by | VCID-st64-1ck6-aaas | None | 36.1.0 |
2025-06-07T18:11:32.409420+00:00 | Debian Oval Importer | Affected by | VCID-kx4t-1r9m-aaad | None | 36.1.0 |
2025-06-07T17:57:05.687446+00:00 | Debian Oval Importer | Affected by | VCID-na6s-7kbn-aaas | None | 36.1.0 |
2025-06-07T17:37:57.017195+00:00 | Debian Oval Importer | Affected by | VCID-suv8-uh2s-aaaa | None | 36.1.0 |
2025-06-07T17:31:02.472583+00:00 | Debian Oval Importer | Affected by | VCID-89w5-gz7y-aaan | None | 36.1.0 |
2025-06-07T17:28:03.898169+00:00 | Debian Oval Importer | Affected by | VCID-56eh-f8cn-aaaj | None | 36.1.0 |
2025-06-07T17:27:51.842243+00:00 | Debian Oval Importer | Affected by | VCID-22mr-q7b1-aaac | None | 36.1.0 |
2025-06-07T16:21:16.854952+00:00 | Debian Oval Importer | Affected by | VCID-7stj-j6mx-aaak | None | 36.1.0 |
2025-06-07T16:15:19.464639+00:00 | Debian Oval Importer | Affected by | VCID-wwfu-n2x1-aaaj | None | 36.1.0 |
2025-06-07T15:33:31.024179+00:00 | Debian Oval Importer | Affected by | VCID-tm64-u4gu-aaaa | None | 36.1.0 |
2025-06-07T15:28:50.954610+00:00 | Debian Oval Importer | Affected by | VCID-a6n4-mx2c-aaah | None | 36.1.0 |
2025-06-07T15:10:39.556272+00:00 | Debian Oval Importer | Affected by | VCID-au3k-npa4-aaac | None | 36.1.0 |
2025-06-07T15:07:51.351545+00:00 | Debian Oval Importer | Affected by | VCID-1zf7-mk5n-aaae | None | 36.1.0 |
2025-06-07T14:25:50.874735+00:00 | Debian Oval Importer | Affected by | VCID-qcaw-39uj-aaaa | None | 36.1.0 |
2025-06-07T14:17:18.048437+00:00 | Debian Oval Importer | Affected by | VCID-bs1j-kwc5-aaaq | None | 36.1.0 |
2025-06-07T14:15:58.553309+00:00 | Debian Oval Importer | Affected by | VCID-f1zj-c92q-aaar | None | 36.1.0 |
2025-06-07T14:05:43.603645+00:00 | Debian Oval Importer | Affected by | VCID-9dt6-pny8-aaas | None | 36.1.0 |
2025-06-07T14:04:43.068155+00:00 | Debian Oval Importer | Affected by | VCID-makx-v5py-aaap | None | 36.1.0 |
2025-06-07T13:57:16.620340+00:00 | Debian Oval Importer | Affected by | VCID-77m6-j8p8-aaak | None | 36.1.0 |
2025-06-07T13:52:36.354121+00:00 | Debian Oval Importer | Affected by | VCID-g3um-2fb6-aaaq | None | 36.1.0 |
2025-06-07T13:47:45.950764+00:00 | Debian Oval Importer | Affected by | VCID-93bh-xgdm-aaad | None | 36.1.0 |
2025-06-07T13:39:14.924751+00:00 | Debian Oval Importer | Fixing | VCID-9dt6-pny8-aaas | None | 36.1.0 |
2025-06-07T13:36:50.412449+00:00 | Debian Oval Importer | Fixing | VCID-a6n4-mx2c-aaah | None | 36.1.0 |
2025-04-13T03:07:14.153357+00:00 | Debian Oval Importer | Affected by | VCID-d5wf-xp1e-ufdw | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T22:27:30.272170+00:00 | Debian Oval Importer | Affected by | VCID-qcaw-39uj-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T22:07:03.120864+00:00 | Debian Oval Importer | Affected by | VCID-au3k-npa4-aaac | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T22:06:05.512358+00:00 | Debian Oval Importer | Affected by | VCID-9dt6-pny8-aaas | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:48:16.190115+00:00 | Debian Oval Importer | Affected by | VCID-ymfz-4why-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:36:50.306710+00:00 | Debian Oval Importer | Affected by | VCID-f1zj-c92q-aaar | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:25:08.040365+00:00 | Debian Oval Importer | Affected by | VCID-93bh-xgdm-aaad | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T21:13:21.006327+00:00 | Debian Oval Importer | Affected by | VCID-aa65-q5ek-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:40:35.765575+00:00 | Debian Oval Importer | Affected by | VCID-g3um-2fb6-aaaq | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:25:40.073374+00:00 | Debian Oval Importer | Affected by | VCID-2az6-f47r-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:23:14.375054+00:00 | Debian Oval Importer | Affected by | VCID-m5qg-dkpz-aaac | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:14:39.486052+00:00 | Debian Oval Importer | Affected by | VCID-bs1j-kwc5-aaaq | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T20:01:11.301514+00:00 | Debian Oval Importer | Affected by | VCID-a6n4-mx2c-aaah | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:48:16.060540+00:00 | Debian Oval Importer | Affected by | VCID-22mr-q7b1-aaac | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:44:06.811292+00:00 | Debian Oval Importer | Affected by | VCID-wwfu-n2x1-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:33:03.425831+00:00 | Debian Oval Importer | Affected by | VCID-a999-r8d4-aaad | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:12:07.546631+00:00 | Debian Oval Importer | Affected by | VCID-7stj-j6mx-aaak | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:10:14.415466+00:00 | Debian Oval Importer | Affected by | VCID-56eh-f8cn-aaaj | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T19:10:00.232470+00:00 | Debian Oval Importer | Affected by | VCID-kx4t-1r9m-aaad | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T18:52:37.976808+00:00 | Debian Oval Importer | Affected by | VCID-89w5-gz7y-aaan | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T18:52:36.504863+00:00 | Debian Oval Importer | Affected by | VCID-st64-1ck6-aaas | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T18:46:58.268544+00:00 | Debian Oval Importer | Affected by | VCID-na6s-7kbn-aaas | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T18:09:18.401978+00:00 | Debian Oval Importer | Affected by | VCID-jjf6-vvb9-aaac | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T18:08:47.225741+00:00 | Debian Oval Importer | Affected by | VCID-77m6-j8p8-aaak | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:57:42.593765+00:00 | Debian Oval Importer | Affected by | VCID-1zf7-mk5n-aaae | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:41:08.359345+00:00 | Debian Oval Importer | Affected by | VCID-suv8-uh2s-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:40:15.666935+00:00 | Debian Oval Importer | Affected by | VCID-makx-v5py-aaap | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:31:43.130138+00:00 | Debian Oval Importer | Affected by | VCID-t5dn-w8da-aaaf | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T17:17:25.210639+00:00 | Debian Oval Importer | Affected by | VCID-tm64-u4gu-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T16:36:40.439869+00:00 | Debian Oval Importer | Affected by | VCID-e3dh-tjmw-aaak | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T16:33:56.562132+00:00 | Debian Oval Importer | Affected by | VCID-suan-53wy-aaaa | https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 | 36.0.0 |
2025-04-12T16:11:38.330197+00:00 | Debian Oval Importer | Affected by | VCID-77m6-j8p8-aaak | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-12T15:59:28.432715+00:00 | Debian Oval Importer | Affected by | VCID-56eh-f8cn-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T08:32:11.616684+00:00 | Debian Oval Importer | Affected by | VCID-22mr-q7b1-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T08:17:57.166711+00:00 | Debian Oval Importer | Affected by | VCID-93bh-xgdm-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T08:09:00.640941+00:00 | Debian Oval Importer | Affected by | VCID-a999-r8d4-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T08:07:01.985885+00:00 | Debian Oval Importer | Affected by | VCID-1zf7-mk5n-aaae | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:59:01.998293+00:00 | Debian Oval Importer | Affected by | VCID-a6n4-mx2c-aaah | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:45:02.758288+00:00 | Debian Oval Importer | Affected by | VCID-bs1j-kwc5-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:44:00.368863+00:00 | Debian Oval Importer | Affected by | VCID-makx-v5py-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:26:17.773368+00:00 | Debian Oval Importer | Affected by | VCID-g3um-2fb6-aaaq | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:23:29.275728+00:00 | Debian Oval Importer | Affected by | VCID-suv8-uh2s-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:19:18.824631+00:00 | Debian Oval Importer | Affected by | VCID-kx4t-1r9m-aaad | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T07:03:00.076778+00:00 | Debian Oval Importer | Affected by | VCID-st64-1ck6-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:41:31.522109+00:00 | Debian Oval Importer | Affected by | VCID-au3k-npa4-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:29:32.034326+00:00 | Debian Oval Importer | Affected by | VCID-na6s-7kbn-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:26:42.078786+00:00 | Debian Oval Importer | Affected by | VCID-ymfz-4why-aaap | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:22:21.756864+00:00 | Debian Oval Importer | Affected by | VCID-jjf6-vvb9-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T06:13:26.040011+00:00 | Debian Oval Importer | Affected by | VCID-suan-53wy-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T05:41:12.003746+00:00 | Debian Oval Importer | Affected by | VCID-tm64-u4gu-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T05:25:38.191986+00:00 | Debian Oval Importer | Affected by | VCID-89w5-gz7y-aaan | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T05:11:50.795743+00:00 | Debian Oval Importer | Affected by | VCID-9dt6-pny8-aaas | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:47:51.452197+00:00 | Debian Oval Importer | Affected by | VCID-m5qg-dkpz-aaac | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:19:21.776440+00:00 | Debian Oval Importer | Affected by | VCID-7stj-j6mx-aaak | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:06:46.120417+00:00 | Debian Oval Importer | Affected by | VCID-qcaw-39uj-aaaa | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T04:03:21.868707+00:00 | Debian Oval Importer | Affected by | VCID-wwfu-n2x1-aaaj | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:56:47.939982+00:00 | Debian Oval Importer | Affected by | VCID-f1zj-c92q-aaar | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:48:09.876301+00:00 | Debian Oval Importer | Affected by | VCID-3qp5-2w7x-aaar | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:41:29.428262+00:00 | Debian Oval Importer | Affected by | VCID-e3dh-tjmw-aaak | https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 | 36.0.0 |
2025-04-08T03:01:47.128264+00:00 | Debian Oval Importer | Affected by | VCID-f1zj-c92q-aaar | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.0.0 |
2025-04-08T02:35:01.949310+00:00 | Debian Oval Importer | Affected by | VCID-g3um-2fb6-aaaq | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.0.0 |
2025-04-08T02:34:42.510500+00:00 | Debian Oval Importer | Affected by | VCID-93bh-xgdm-aaad | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.0.0 |
2025-04-08T02:34:08.483155+00:00 | Debian Oval Importer | Affected by | VCID-7stj-j6mx-aaak | https://www.debian.org/security/oval/oval-definitions-stretch.xml.bz2 | 36.0.0 |
2025-04-08T02:28:56.285468+00:00 | Debian Oval Importer | Fixing | VCID-a6n4-mx2c-aaah | https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 | 36.0.0 |
2025-04-08T02:17:34.886581+00:00 | Debian Oval Importer | Fixing | VCID-suv8-uh2s-aaaa | https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 | 36.0.0 |
2025-04-08T01:58:14.142119+00:00 | Debian Oval Importer | Fixing | VCID-9dt6-pny8-aaas | https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 | 36.0.0 |
2025-04-08T01:54:01.495978+00:00 | Debian Oval Importer | Fixing | VCID-na6s-7kbn-aaas | https://www.debian.org/security/oval/oval-definitions-jessie.xml.bz2 | 36.0.0 |
2025-04-08T01:01:13.759951+00:00 | Debian Oval Importer | Affected by | VCID-e3dh-tjmw-aaak | None | 36.0.0 |
2025-04-07T22:36:11.678800+00:00 | Debian Oval Importer | Affected by | VCID-t5dn-w8da-aaaf | None | 36.0.0 |
2025-04-07T22:28:14.893022+00:00 | Debian Oval Importer | Affected by | VCID-2az6-f47r-aaap | None | 36.0.0 |
2025-04-07T20:50:22.314097+00:00 | Debian Oval Importer | Affected by | VCID-aa65-q5ek-aaaj | None | 36.0.0 |
2025-04-07T17:29:57.035448+00:00 | Debian Oval Importer | Affected by | VCID-ymfz-4why-aaap | None | 36.0.0 |
2025-04-07T17:13:03.200925+00:00 | Debian Oval Importer | Affected by | VCID-m5qg-dkpz-aaac | None | 36.0.0 |
2025-04-07T16:49:38.607404+00:00 | Debian Oval Importer | Affected by | VCID-st64-1ck6-aaas | None | 36.0.0 |
2025-04-07T16:48:51.764540+00:00 | Debian Oval Importer | Affected by | VCID-kx4t-1r9m-aaad | None | 36.0.0 |
2025-04-07T16:33:58.459665+00:00 | Debian Oval Importer | Affected by | VCID-na6s-7kbn-aaas | None | 36.0.0 |
2025-04-07T16:12:44.914739+00:00 | Debian Oval Importer | Affected by | VCID-suv8-uh2s-aaaa | None | 36.0.0 |
2025-04-07T16:05:35.371790+00:00 | Debian Oval Importer | Affected by | VCID-89w5-gz7y-aaan | None | 36.0.0 |
2025-04-07T16:02:30.955456+00:00 | Debian Oval Importer | Affected by | VCID-56eh-f8cn-aaaj | None | 36.0.0 |
2025-04-07T16:02:17.981997+00:00 | Debian Oval Importer | Affected by | VCID-22mr-q7b1-aaac | None | 36.0.0 |
2025-04-07T14:53:00.529358+00:00 | Debian Oval Importer | Affected by | VCID-7stj-j6mx-aaak | None | 36.0.0 |
2025-04-07T14:46:49.786470+00:00 | Debian Oval Importer | Affected by | VCID-wwfu-n2x1-aaaj | None | 36.0.0 |
2025-04-07T14:04:28.478899+00:00 | Debian Oval Importer | Affected by | VCID-tm64-u4gu-aaaa | None | 36.0.0 |
2025-04-07T13:59:57.557240+00:00 | Debian Oval Importer | Affected by | VCID-a6n4-mx2c-aaah | None | 36.0.0 |
2025-04-07T13:42:21.981204+00:00 | Debian Oval Importer | Affected by | VCID-au3k-npa4-aaac | None | 36.0.0 |
2025-04-07T13:39:35.051398+00:00 | Debian Oval Importer | Affected by | VCID-1zf7-mk5n-aaae | None | 36.0.0 |
2025-04-07T12:58:14.631890+00:00 | Debian Oval Importer | Affected by | VCID-qcaw-39uj-aaaa | None | 36.0.0 |
2025-04-07T12:50:06.541983+00:00 | Debian Oval Importer | Affected by | VCID-bs1j-kwc5-aaaq | None | 36.0.0 |
2025-04-07T12:48:54.224183+00:00 | Debian Oval Importer | Affected by | VCID-f1zj-c92q-aaar | None | 36.0.0 |
2025-04-07T12:39:32.798516+00:00 | Debian Oval Importer | Affected by | VCID-9dt6-pny8-aaas | None | 36.0.0 |
2025-04-07T12:38:35.931445+00:00 | Debian Oval Importer | Affected by | VCID-makx-v5py-aaap | None | 36.0.0 |
2025-04-07T12:31:55.488710+00:00 | Debian Oval Importer | Affected by | VCID-77m6-j8p8-aaak | None | 36.0.0 |
2025-04-07T12:27:29.488798+00:00 | Debian Oval Importer | Affected by | VCID-g3um-2fb6-aaaq | None | 36.0.0 |
2025-04-07T12:22:49.019666+00:00 | Debian Oval Importer | Affected by | VCID-93bh-xgdm-aaad | None | 36.0.0 |
2025-04-07T12:14:38.346965+00:00 | Debian Oval Importer | Fixing | VCID-9dt6-pny8-aaas | None | 36.0.0 |
2025-04-07T12:12:16.186191+00:00 | Debian Oval Importer | Fixing | VCID-a6n4-mx2c-aaah | None | 36.0.0 |