Search for packages
Package details: pkg:deb/debian/glib2.0@2.58.3-2%2Bdeb10u2
purl pkg:deb/debian/glib2.0@2.58.3-2%2Bdeb10u2
Next non-vulnerable version 2.78.4-1
Latest non-vulnerable version 2.84.3-1
Risk 4.4
Vulnerabilities affecting this package (15)
Vulnerability Summary Fixed by
VCID-31vp-bd65-aaaa
Aliases:
CVE-2021-27219
GHSL-2021-045
An issue was discovered in GNOME GLib before 2.66.6 and 2.67.x before 2.67.3. The function g_bytes_new has an integer overflow on 64-bit platforms due to an implicit cast from 64 bits to 32 bits. The overflow could potentially lead to memory corruption.
2.58.3-2+deb10u3
Affected by 17 other vulnerabilities.
2.66.8-1
Affected by 9 other vulnerabilities.
VCID-38zg-dgk4-aaac
Aliases:
CVE-2021-28153
An issue was discovered in GNOME GLib before 2.66.8. When g_file_replace() is used with G_FILE_CREATE_REPLACE_DESTINATION to replace a path that is a dangling symlink, it incorrectly also creates the target of the symlink as an empty file, which could conceivably have security relevance if the symlink is attacker-controlled. (If the path is a symlink to a file that already exists, then the contents of that file correctly remain unchanged.)
2.58.3-2+deb10u3
Affected by 17 other vulnerabilities.
2.66.8-1
Affected by 9 other vulnerabilities.
VCID-57xt-ytue-aaam
Aliases:
CVE-2023-32611
A flaw was found in GLib. GVariant deserialization is vulnerable to a slowdown issue where a crafted GVariant can cause excessive processing, leading to denial of service.
2.66.8-1
Affected by 9 other vulnerabilities.
2.66.8-1+deb11u1
Affected by 0 other vulnerabilities.
2.66.8-1+deb11u4
Affected by 4 other vulnerabilities.
2.74.6-2
Affected by 0 other vulnerabilities.
VCID-7rw8-f1t4-aaar
Aliases:
CVE-2024-34397
An issue was discovered in GNOME GLib before 2.78.5, and 2.79.x and 2.80.x before 2.80.1. When a GDBus-based client subscribes to signals from a trusted system service such as NetworkManager on a shared computer, other users of the same computer can send spoofed D-Bus signals that the GDBus-based client will wrongly interpret as having been sent by the trusted system service. This could lead to the GDBus-based client behaving incorrectly, with an application-dependent impact.
2.66.8-1
Affected by 9 other vulnerabilities.
2.66.8-1+deb11u4
Affected by 4 other vulnerabilities.
VCID-8mnu-b5pg-aaad
Aliases:
CVE-2020-35457
** DISPUTED ** GNOME GLib before 2.65.3 has an integer overflow, that might lead to an out-of-bounds write, in g_option_group_add_entries. NOTE: the vendor's position is "Realistically this is not a security issue. The standard pattern is for callers to provide a static list of option entries in a fixed number of calls to g_option_group_add_entries()." The researcher states that this pattern is undocumented.
2.66.8-1
Affected by 9 other vulnerabilities.
VCID-9kc1-n2r4-z3d4
Aliases:
CVE-2025-3360
glibc: GLib prior to 2.82.5 is vulnerable to integer overflow and buffer under-read when parsing a very long invalid ISO 8601 timestamp with g_date_time_new_from_iso8601().
2.74.6-2+deb12u5
Affected by 2 other vulnerabilities.
2.74.6-2+deb12u6
Affected by 1 other vulnerability.
2.78.4-1
Affected by 0 other vulnerabilities.
2.84.1-1
Affected by 0 other vulnerabilities.
VCID-dh4p-ygqy-aaak
Aliases:
CVE-2021-3800
CVE-2021-3800 glib2: Possible privilege escalation thourgh pkexec and aliases
2.66.8-1
Affected by 9 other vulnerabilities.
VCID-g1qr-7kjh-aaaf
Aliases:
CVE-2019-13012
The keyfile settings backend in GNOME GLib (aka glib2.0) before 2.60.0 creates directories using g_file_make_directory_with_parents (kfsb->dir, NULL, NULL) and files using g_file_replace_contents (kfsb->file, contents, length, NULL, FALSE, G_FILE_CREATE_REPLACE_DESTINATION, NULL, NULL, NULL). Consequently, it does not properly restrict directory (and file) permissions. Instead, for directories, 0777 permissions are used; for files, default file permissions are used. This is similar to CVE-2019-12450.
2.66.8-1
Affected by 9 other vulnerabilities.
VCID-gq67-5cnu-aaam
Aliases:
CVE-2021-27218
An issue was discovered in GNOME GLib before 2.66.7 and 2.67.x before 2.67.4. If g_byte_array_new_take() was called with a buffer of 4GB or more on a 64-bit platform, the length would be truncated modulo 2**32, causing unintended length truncation.
2.58.3-2+deb10u3
Affected by 17 other vulnerabilities.
2.66.8-1
Affected by 9 other vulnerabilities.
VCID-hrb1-bxuy-aaaa
Aliases:
CVE-2023-32665
A flaw was found in GLib. GVariant deserialization is vulnerable to an exponential blowup issue where a crafted GVariant can cause excessive processing, leading to denial of service.
2.66.8-1
Affected by 9 other vulnerabilities.
2.66.8-1+deb11u1
Affected by 0 other vulnerabilities.
2.66.8-1+deb11u4
Affected by 4 other vulnerabilities.
2.74.6-2
Affected by 0 other vulnerabilities.
VCID-kr21-knq3-aaaf
Aliases:
CVE-2019-25085
A vulnerability was found in GNOME gvdb. It has been classified as critical. This affects the function gvdb_table_write_contents_async of the file gvdb-builder.c. The manipulation leads to use after free. It is possible to initiate the attack remotely. The name of the patch is d83587b2a364eb9a9a53be7e6a708074e252de14. It is recommended to apply a patch to fix this issue. The identifier VDB-216789 was assigned to this vulnerability.
2.66.8-1
Affected by 9 other vulnerabilities.
VCID-t9pp-5vc9-aaag
Aliases:
DSA-5682-2 glib2.0
regression update
2.66.8-1+deb11u4
Affected by 4 other vulnerabilities.
VCID-vxhv-n3d8-aaag
Aliases:
CVE-2023-29499
A flaw was found in GLib. GVariant deserialization fails to validate that the input conforms to the expected format, leading to denial of service.
2.66.8-1
Affected by 9 other vulnerabilities.
2.66.8-1+deb11u1
Affected by 0 other vulnerabilities.
2.66.8-1+deb11u4
Affected by 4 other vulnerabilities.
2.74.6-2
Affected by 0 other vulnerabilities.
VCID-yznb-jwt4-43h8
Aliases:
CVE-2024-52533
gio/gsocks4aproxy.c in GNOME GLib before 2.82.1 has an off-by-one error and resultant buffer overflow because SOCKS4_CONN_MSG_LEN is not sufficient for a trailing '\0' character.
2.74.6-2+deb12u3
Affected by 0 other vulnerabilities.
2.74.6-2+deb12u5
Affected by 2 other vulnerabilities.
2.74.6-2+deb12u6
Affected by 1 other vulnerability.
VCID-zyf2-q3u4-aaae
Aliases:
CVE-2020-6750
GSocketClient in GNOME GLib through 2.62.4 may occasionally connect directly to a target address instead of connecting via a proxy server when configured to do so, because the proxy_addr field is mishandled. This bug is timing-dependent and may occur only sporadically depending on network delays. The greatest security relevance is in use cases where a proxy is used to help with privacy/anonymity, even though there is no technical barrier to a direct connection. NOTE: versions before 2.60 are unaffected.
2.66.8-1
Affected by 9 other vulnerabilities.
Vulnerabilities fixed by this package (5)
Vulnerability Summary Aliases
VCID-7chd-74cx-aaap file_copy_fallback in gio/gfile.c in GNOME GLib 2.15.0 through 2.61.1 does not properly restrict file permissions while a copy operation is in progress. Instead, default permissions are used. CVE-2019-12450
VCID-8mnu-b5pg-aaad ** DISPUTED ** GNOME GLib before 2.65.3 has an integer overflow, that might lead to an out-of-bounds write, in g_option_group_add_entries. NOTE: the vendor's position is "Realistically this is not a security issue. The standard pattern is for callers to provide a static list of option entries in a fixed number of calls to g_option_group_add_entries()." The researcher states that this pattern is undocumented. CVE-2020-35457
VCID-ah5y-cccw-aaan GNOME GLib 2.56.1 has an out-of-bounds read vulnerability in g_markup_parse_context_parse() in gmarkup.c, related to utf8_str(). CVE-2018-16429
VCID-g1qr-7kjh-aaaf The keyfile settings backend in GNOME GLib (aka glib2.0) before 2.60.0 creates directories using g_file_make_directory_with_parents (kfsb->dir, NULL, NULL) and files using g_file_replace_contents (kfsb->file, contents, length, NULL, FALSE, G_FILE_CREATE_REPLACE_DESTINATION, NULL, NULL, NULL). Consequently, it does not properly restrict directory (and file) permissions. Instead, for directories, 0777 permissions are used; for files, default file permissions are used. This is similar to CVE-2019-12450. CVE-2019-13012
VCID-u6n1-8qgn-aaar In GNOME GLib 2.56.1, g_markup_parse_context_end_parse() in gmarkup.c has a NULL pointer dereference. CVE-2018-16428

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-21T19:45:15.631909+00:00 Debian Importer Fixing VCID-8mnu-b5pg-aaad None 36.1.3
2025-06-21T19:08:52.921029+00:00 Debian Oval Importer Affected by VCID-kr21-knq3-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:27:34.938016+00:00 Debian Oval Importer Affected by VCID-38zg-dgk4-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T18:24:45.194268+00:00 Debian Oval Importer Affected by VCID-dh4p-ygqy-aaak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.3
2025-06-21T16:33:17.123483+00:00 Debian Oval Importer Affected by VCID-57xt-ytue-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T15:12:39.666512+00:00 Debian Oval Importer Affected by VCID-hrb1-bxuy-aaaa https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:54:30.364837+00:00 Debian Oval Importer Fixing VCID-ah5y-cccw-aaan https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T14:10:22.581539+00:00 Debian Oval Importer Affected by VCID-vxhv-n3d8-aaag https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T13:16:02.434900+00:00 Debian Oval Importer Affected by VCID-dh4p-ygqy-aaak https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:50:24.937341+00:00 Debian Oval Importer Affected by VCID-38zg-dgk4-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:44:44.093193+00:00 Debian Oval Importer Fixing VCID-g1qr-7kjh-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T12:39:03.931253+00:00 Debian Oval Importer Affected by VCID-31vp-bd65-aaaa https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T11:43:58.277711+00:00 Debian Oval Importer Fixing VCID-7chd-74cx-aaap https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T11:42:42.733727+00:00 Debian Oval Importer Affected by VCID-gq67-5cnu-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T11:21:46.903780+00:00 Debian Oval Importer Fixing VCID-u6n1-8qgn-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.3
2025-06-21T07:03:26.283800+00:00 Debian Oval Importer Affected by VCID-kr21-knq3-aaaf None 36.1.3
2025-06-21T04:41:03.944474+00:00 Debian Oval Importer Affected by VCID-zyf2-q3u4-aaae None 36.1.3
2025-06-21T04:17:35.418160+00:00 Debian Oval Importer Affected by VCID-8mnu-b5pg-aaad None 36.1.3
2025-06-21T03:10:15.597786+00:00 Debian Oval Importer Affected by VCID-g1qr-7kjh-aaaf None 36.1.3
2025-06-21T01:29:36.023271+00:00 Debian Oval Importer Affected by VCID-gq67-5cnu-aaam None 36.1.3
2025-06-21T00:40:36.405650+00:00 Debian Oval Importer Fixing VCID-7chd-74cx-aaap None 36.1.3
2025-06-21T00:34:02.322004+00:00 Debian Oval Importer Fixing VCID-u6n1-8qgn-aaar None 36.1.3
2025-06-21T00:23:39.643737+00:00 Debian Oval Importer Fixing VCID-ah5y-cccw-aaan None 36.1.3
2025-06-20T23:42:35.144498+00:00 Debian Oval Importer Affected by VCID-38zg-dgk4-aaac None 36.1.3
2025-06-20T22:07:00.894822+00:00 Debian Oval Importer Affected by VCID-31vp-bd65-aaaa None 36.1.3
2025-06-20T21:54:36.342552+00:00 Debian Oval Importer Fixing VCID-g1qr-7kjh-aaaf None 36.1.3
2025-06-20T21:32:13.763285+00:00 Debian Oval Importer Affected by VCID-dh4p-ygqy-aaak None 36.1.3
2025-06-08T13:09:56.541558+00:00 Debian Oval Importer Fixing VCID-u6n1-8qgn-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T12:58:45.716222+00:00 Debian Oval Importer Affected by VCID-31vp-bd65-aaaa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T11:37:54.081545+00:00 Debian Oval Importer Affected by VCID-kr21-knq3-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:58:08.270155+00:00 Debian Oval Importer Affected by VCID-38zg-dgk4-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T10:55:23.826492+00:00 Debian Oval Importer Affected by VCID-dh4p-ygqy-aaak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.1.0
2025-06-08T09:19:01.837741+00:00 Debian Oval Importer Affected by VCID-57xt-ytue-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T08:06:24.471445+00:00 Debian Oval Importer Affected by VCID-hrb1-bxuy-aaaa https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:47:53.376351+00:00 Debian Oval Importer Fixing VCID-ah5y-cccw-aaan https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T07:03:40.846620+00:00 Debian Oval Importer Affected by VCID-vxhv-n3d8-aaag https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T06:10:41.822306+00:00 Debian Oval Importer Affected by VCID-dh4p-ygqy-aaak https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:45:29.384649+00:00 Debian Oval Importer Affected by VCID-38zg-dgk4-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:40:04.486500+00:00 Debian Oval Importer Fixing VCID-g1qr-7kjh-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T05:35:52.729736+00:00 Debian Oval Importer Affected by VCID-31vp-bd65-aaaa https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T04:59:30.623216+00:00 Debian Oval Importer Fixing VCID-7chd-74cx-aaap https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T04:58:41.539709+00:00 Debian Oval Importer Affected by VCID-gq67-5cnu-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T04:45:07.658030+00:00 Debian Oval Importer Fixing VCID-u6n1-8qgn-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.1.0
2025-06-08T00:43:09.632229+00:00 Debian Oval Importer Affected by VCID-kr21-knq3-aaaf None 36.1.0
2025-06-07T22:17:55.523209+00:00 Debian Oval Importer Affected by VCID-zyf2-q3u4-aaae None 36.1.0
2025-06-07T21:53:29.429421+00:00 Debian Oval Importer Affected by VCID-8mnu-b5pg-aaad None 36.1.0
2025-06-07T20:43:07.334318+00:00 Debian Oval Importer Affected by VCID-g1qr-7kjh-aaaf None 36.1.0
2025-06-07T18:52:30.967223+00:00 Debian Oval Importer Affected by VCID-gq67-5cnu-aaam None 36.1.0
2025-06-07T18:03:10.873907+00:00 Debian Oval Importer Fixing VCID-7chd-74cx-aaap None 36.1.0
2025-06-07T17:56:40.159743+00:00 Debian Oval Importer Fixing VCID-u6n1-8qgn-aaar None 36.1.0
2025-06-07T17:46:28.050889+00:00 Debian Oval Importer Fixing VCID-ah5y-cccw-aaan None 36.1.0
2025-06-07T17:05:29.811089+00:00 Debian Oval Importer Affected by VCID-38zg-dgk4-aaac None 36.1.0
2025-06-07T15:30:55.645925+00:00 Debian Oval Importer Affected by VCID-31vp-bd65-aaaa None 36.1.0
2025-06-07T15:17:59.418116+00:00 Debian Oval Importer Fixing VCID-g1qr-7kjh-aaaf None 36.1.0
2025-06-07T14:54:45.100582+00:00 Debian Oval Importer Affected by VCID-dh4p-ygqy-aaak None 36.1.0
2025-04-26T08:07:43.029321+00:00 Debian Oval Importer Affected by VCID-9kc1-n2r4-z3d4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-13T02:25:38.115019+00:00 Debian Oval Importer Affected by VCID-yznb-jwt4-43h8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T23:58:32.450636+00:00 Debian Oval Importer Affected by VCID-7rw8-f1t4-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-12T23:56:39.670963+00:00 Debian Oval Importer Affected by VCID-t9pp-5vc9-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T23:55:33.029867+00:00 Debian Oval Importer Affected by VCID-7rw8-f1t4-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T22:58:24.098141+00:00 Debian Oval Importer Affected by VCID-vxhv-n3d8-aaag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T22:58:16.964295+00:00 Debian Oval Importer Affected by VCID-hrb1-bxuy-aaaa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T22:58:14.788328+00:00 Debian Oval Importer Affected by VCID-57xt-ytue-aaam https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T22:06:08.390218+00:00 Debian Oval Importer Affected by VCID-8mnu-b5pg-aaad https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T21:16:27.483107+00:00 Debian Oval Importer Fixing VCID-ah5y-cccw-aaan https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:59:09.339226+00:00 Debian Oval Importer Affected by VCID-gq67-5cnu-aaam https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:38:40.731854+00:00 Debian Oval Importer Affected by VCID-zyf2-q3u4-aaae https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:27:29.604114+00:00 Debian Oval Importer Fixing VCID-7chd-74cx-aaap https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T19:10:04.230761+00:00 Debian Oval Importer Affected by VCID-g1qr-7kjh-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:57:38.046544+00:00 Debian Oval Importer Fixing VCID-u6n1-8qgn-aaar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T18:46:05.582127+00:00 Debian Oval Importer Affected by VCID-31vp-bd65-aaaa https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T17:22:30.471811+00:00 Debian Oval Importer Affected by VCID-kr21-knq3-aaaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:40:52.808112+00:00 Debian Oval Importer Affected by VCID-38zg-dgk4-aaac https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-12T16:37:59.022104+00:00 Debian Oval Importer Affected by VCID-dh4p-ygqy-aaak https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 36.0.0
2025-04-08T07:51:10.407047+00:00 Debian Oval Importer Affected by VCID-57xt-ytue-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:38:27.235093+00:00 Debian Oval Importer Affected by VCID-hrb1-bxuy-aaaa https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T06:20:24.265214+00:00 Debian Oval Importer Fixing VCID-ah5y-cccw-aaan https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T05:36:24.470715+00:00 Debian Oval Importer Affected by VCID-vxhv-n3d8-aaag https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:42:45.698955+00:00 Debian Oval Importer Affected by VCID-dh4p-ygqy-aaak https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:17:12.875455+00:00 Debian Oval Importer Affected by VCID-38zg-dgk4-aaac https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:11:44.441188+00:00 Debian Oval Importer Fixing VCID-g1qr-7kjh-aaaf https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T04:07:24.345479+00:00 Debian Oval Importer Affected by VCID-31vp-bd65-aaaa https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:30:29.283502+00:00 Debian Oval Importer Fixing VCID-7chd-74cx-aaap https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:29:41.285452+00:00 Debian Oval Importer Affected by VCID-gq67-5cnu-aaam https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-08T03:16:12.291751+00:00 Debian Oval Importer Fixing VCID-u6n1-8qgn-aaar https://www.debian.org/security/oval/oval-definitions-buster.xml.bz2 36.0.0
2025-04-07T23:15:27.356999+00:00 Debian Oval Importer Affected by VCID-kr21-knq3-aaaf None 36.0.0
2025-04-07T20:49:26.136690+00:00 Debian Oval Importer Affected by VCID-zyf2-q3u4-aaae None 36.0.0
2025-04-07T20:23:55.342013+00:00 Debian Oval Importer Affected by VCID-8mnu-b5pg-aaad None 36.0.0
2025-04-07T19:13:35.747687+00:00 Debian Oval Importer Affected by VCID-g1qr-7kjh-aaaf None 36.0.0
2025-04-07T17:30:21.595105+00:00 Debian Oval Importer Affected by VCID-gq67-5cnu-aaam None 36.0.0
2025-04-07T16:40:12.915430+00:00 Debian Oval Importer Fixing VCID-7chd-74cx-aaap None 36.0.0
2025-04-07T16:33:32.094000+00:00 Debian Oval Importer Fixing VCID-u6n1-8qgn-aaar None 36.0.0
2025-04-07T16:22:50.926296+00:00 Debian Oval Importer Fixing VCID-ah5y-cccw-aaan None 36.0.0
2025-04-07T15:38:54.555938+00:00 Debian Oval Importer Affected by VCID-38zg-dgk4-aaac None 36.0.0
2025-04-07T14:01:58.092996+00:00 Debian Oval Importer Affected by VCID-31vp-bd65-aaaa None 36.0.0
2025-04-07T13:49:29.034655+00:00 Debian Oval Importer Fixing VCID-g1qr-7kjh-aaaf None 36.0.0
2025-04-07T13:26:41.853255+00:00 Debian Oval Importer Affected by VCID-dh4p-ygqy-aaak None 36.0.0
2025-04-05T15:55:57.887593+00:00 Debian Importer Fixing VCID-8mnu-b5pg-aaad None 36.0.0
2025-02-19T16:22:05.488028+00:00 Debian Importer Fixing VCID-8mnu-b5pg-aaad None 35.1.0
2024-11-22T13:21:41.781662+00:00 Debian Importer Fixing VCID-8mnu-b5pg-aaad None 35.0.0
2024-10-09T12:45:02.093784+00:00 Debian Importer Fixing VCID-8mnu-b5pg-aaad None 34.0.2
2024-09-18T22:09:46.778791+00:00 Debian Importer Fixing VCID-8mnu-b5pg-aaad None 34.0.1
2024-04-24T19:42:39.277816+00:00 Debian Importer Fixing VCID-8mnu-b5pg-aaad None 34.0.0rc4
2024-01-10T21:08:44.627222+00:00 Debian Importer Fixing VCID-8mnu-b5pg-aaad None 34.0.0rc2
2024-01-04T10:25:58.995283+00:00 Debian Importer Fixing VCID-8mnu-b5pg-aaad None 34.0.0rc1