Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/rubygems@3.2.5-2
purl pkg:deb/debian/rubygems@3.2.5-2
Next non-vulnerable version 3.3.15-2+deb12u1
Latest non-vulnerable version 3.3.15-2+deb12u1
Risk 4.0
Vulnerabilities affecting this package (4)
Vulnerability Summary Fixed by
VCID-dy2a-n93k-yfgd
Aliases:
CVE-2020-36327
GHSA-fp4w-jxhp-m23p
Dependency Confusion in Bundler Bundler 1.16.0 through 2.2.9 and 2.2.11 through 2.2.17 sometimes chooses a dependency source based on the highest gem version number, which means that a rogue gem found at a public source may be chosen, even if the intended choice was a private gem that is a dependency of another private gem that is explicitly depended on by the application.
3.3.15-2+deb12u1
Affected by 0 other vulnerabilities.
VCID-n1ja-n53g-fycm
Aliases:
CVE-2025-27221
GHSA-22h5-pq3x-2gf2
URI allows for userinfo Leakage in URI#join, URI#merge, and URI#+ There is a possibility for userinfo leakage by in the uri gem. This vulnerability has been assigned the CVE identifier CVE-2025-27221. We recommend upgrading the uri gem. ## Details The methods `URI#join`, `URI#merge`, and `URI#+` retained userinfo, such as `user:password`, even after the host is replaced. When generating a URL to a malicious host from a URL containing secret userinfo using these methods, and having someone access that URL, an unintended userinfo leak could occur. Please update URI gem to version 0.11.3, 0.12.4, 0.13.2, 1.0.3 or later. ## Affected versions uri gem versions < 0.11.3, 0.12.0 to 0.12.3, 0.13.0, 0.13.1 and 1.0.0 to 1.0.2. ## Credits Thanks to Tsubasa Irisawa (lambdasawa) for discovering this issue. Also thanks to nobu for additional fixes of this vulnerability.
3.3.15-2+deb12u1
Affected by 0 other vulnerabilities.
VCID-uxdx-abx7-fkdy
Aliases:
CVE-2023-28755
GHSA-hv5j-3h9f-99c2
Ruby URI component ReDoS issue A ReDoS issue was discovered in the URI component through 0.12.0 in Ruby through 3.2.1. The URI parser mishandles invalid URLs that have specific characters. It causes an increase in execution time for parsing strings to URI objects. The fixed versions are 0.12.1, 0.11.1, 0.10.2 and 0.10.0.1.
3.3.15-2+deb12u1
Affected by 0 other vulnerabilities.
VCID-xbrw-47yv-wqcr
Aliases:
CVE-2021-43809
GHSA-fj7f-vq84-fh43
Local Code Execution through Argument Injection via dash leading git url parameter in Gemfile. In `bundler` versions before 2.2.33, when working with untrusted and apparently harmless `Gemfile`'s, it is not expected that they lead to execution of external code, unless that's explicit in the ruby code inside the `Gemfile` itself. However, if the `Gemfile` includes `gem` entries that use the `git` option with invalid, but seemingly harmless, values with a leading dash, this can be false. To handle dependencies that come from a Git repository instead of a registry, Bundler uses various commands, such as `git clone`. These commands are being constructed using user input (e.g. the repository URL). When building the commands, Bundler versions before 2.2.33 correctly avoid Command Injection vulnerabilities by passing an array of arguments instead of a command string. However, there is the possibility that a user input starts with a dash (`-`) and is therefore treated as an optional argument instead of a positional one. This can lead to Code Execution because some of the commands have options that can be leveraged to run arbitrary executables. Since this value comes from the `Gemfile` file, it can contain any character, including a leading dash.
3.3.15-2+deb12u1
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (20)
Vulnerability Summary Aliases
VCID-8d7n-bfhu-dkfd Loop with Unreachable Exit Condition (Infinite Loop) RubyGems contains an infinite loop caused by negative size vulnerability in ruby gem package tar header that can result in a negative size could cause an infinite loop. CVE-2018-1000075
GHSA-74pv-v9gh-h25p
VCID-8hm4-c4w4-gfen Cross-site Scripting RubyGems contains a Cross Site Scripting (XSS) vulnerability in gem server display of homepage attribute that can result in XSS. This attack appears to be exploitable by the victim browsing to a malicious gem on a vulnerable gem server. CVE-2018-1000078
GHSA-87qx-g5wg-mwmj
VCID-9t45-d5mf-3uar Path Traversal RubyGems contains a Directory Traversal vulnerability in gem installation that can result in the gem being able to write to arbitrary filesystem locations during installation. This attack appears to be exploitable by a victim installing a malicious gem. CVE-2018-1000079
GHSA-8qxg-mff5-j3wc
VCID-af1f-xwwy-jfa8 RubyGems contains a Deserialization of Untrusted Data vulnerability in owner command that can result in code execution. This attack appears to be exploitable when the victim runs the `gem owner` command on a gem with a specially crafted YAML file. CVE-2018-1000074
GHSA-qj2w-mw2r-pv39
VCID-b36p-re17-n7dq Improper Input Validation RubyGems is vulnerable to maliciously crafted gem specifications to cause a denial of service attack against RubyGems clients who have issued a `query` command. CVE-2017-0900
GHSA-p7f2-rr42-m9xm
VCID-cde2-rv4n-tkau Deserialization of Untrusted Data rubygems-update is vulnerable to a remote code execution vulnerability. YAML deserialization of gem specifications can bypass class white lists. Specially crafted serialized objects can possibly be used to escalate to remote code execution. CVE-2017-0903
GHSA-mqwr-4qf2-2hcv
VCID-f7x5-hz5f-hyd3 Improper Restriction of Operations within the Bounds of a Memory Buffer An issue was discovered in RubyGems. Since `Gem::CommandManager#run` calls alert_error without escaping, escape sequence injection is possible. (There are many ways to cause an error.) CVE-2019-8325
GHSA-4wm8-fjv7-j774
VCID-ha3g-uyse-wybx Injection Vulnerability An issue was discovered in RubyGems. The gem owner command outputs the contents of the API response directly to stdout. Therefore, if the response is crafted, escape sequence injection may occur. CVE-2019-8322
GHSA-mh37-8c3g-3fgc
VCID-jkwe-c323-3yez Argument Injection or Modification An issue was discovered in RubyGems. Since `Gem::UserInteraction#verbose` calls say without escaping, escape sequence injection is possible. CVE-2019-8321
GHSA-fr32-gr5c-xq5c
VCID-jmzh-89dm-r7g2 Origin Validation Error RubyGems is vulnerable to a DNS hijacking vulnerability that allows a MITM attacker to force the RubyGems client to download and install gems from a server that the attacker controls. CVE-2017-0902
GHSA-73w7-6w9g-gc8w
VCID-k2ga-fgvp-5qc7 Cryptographic Issues Algorithmic complexity vulnerability in Gem::Version::VERSION_PATTERN in lib/rubygems/version.rb in RubyGems allows remote attackers to cause a denial of service (CPU consumption) via a crafted gem version that triggers a large amount of backtracking in a regular expression. CVE-2013-4287
GHSA-9j7m-rjqx-48vh
OSV-97163
VCID-ky5r-bch5-m7dv Injection Vulnerability An issue was discovered in RubyGems. `Gem::GemcutterUtilities#with_response` may output the API response to stdout as it is. Therefore, if the API side modifies the response, escape sequence injection may occur. CVE-2019-8323
GHSA-3h4r-pjv6-cph9
VCID-mamm-cvdr-subf RubyGems contains an Improper Input Validation vulnerability in ruby gems specification homepage attribute that can result in a malicious gem being able to set an invalid homepage URL. CVE-2018-1000077
GHSA-gv86-43rv-79m2
VCID-t78a-dw4s-vqf5 Path Traversal A Directory Traversal issue was discovered in RubyGems. Before making new directories or touching files (which now include path-checking code for symlinks), it would delete the target destination. If that destination was hidden behind a symlink, a malicious gem could delete arbitrary files on the user's machine, presuming the attacker could guess at paths. Given how frequently gem is run as sudo, and how predictable paths are on modern systems (`/tmp`, `/usr`, etc.), this could likely lead to data loss or an unusable system. CVE-2019-8320
GHSA-5x32-c9mf-49cc
VCID-tq93-h2ag-s3bx Path Traversal RubyGems contains a Directory Traversal vulnerability in install_location function of `package.rb` that can result in path traversal when writing to a symlinked basedir outside the root. CVE-2018-1000073
GHSA-gx69-6cp4-hxrj
VCID-ucdh-7fgy-33h8 Cryptographic Issues Algorithmic complexity vulnerability in Gem::Version::ANCHORED_VERSION_PATTERN in lib/rubygems/version.rb in RubyGems allows remote attackers to cause a denial of service (CPU consumption) via a crafted gem version that triggers a large amount of backtracking in a regular expression. CVE-2013-4363
GHSA-9qvm-2vhf-q649
VCID-w4ns-f42m-pyec RubyGems contains an Improper Verification of Cryptographic Signature vulnerability in `package.rb` that can result in a mis-signed gem being installed, as the tarball would contain multiple gem signatures. CVE-2018-1000076
GHSA-mc6j-h948-v2p6
VCID-xgmc-a5rk-zqag Improper Input Validation A crafted gem with a multi-line name is not handled correctly. Therefore, an attacker could inject arbitrary code to the stub line of gemspec, which is evaluated by `ensure_loadable_spec` during the pre-installation check. CVE-2019-8324
GHSA-76wm-422q-92mq
VCID-xgsa-5umz-qffr Code Injection RubyGems is vulnerable to maliciously crafted gem specifications that include terminal escape characters. Printing the gem specification would execute terminal escape sequences. CVE-2017-0899
GHSA-7gcp-2gmq-w3xh
VCID-xz68-vwz2-2ke4 Improper Input Validation RubyGems fails to validate specification names, allowing a maliciously crafted gem to potentially overwrite any file on the filesystem. CVE-2017-0901
GHSA-pm9x-4392-2c2p

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T10:39:51.927892+00:00 Debian Importer Affected by VCID-dy2a-n93k-yfgd https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T00:46:23.536016+00:00 Debian Oval Importer Fixing VCID-9t45-d5mf-3uar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:30:02.530510+00:00 Debian Oval Importer Affected by VCID-xbrw-47yv-wqcr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:34:32.144220+00:00 Debian Oval Importer Fixing VCID-jmzh-89dm-r7g2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:51:35.979324+00:00 Debian Oval Importer Fixing VCID-xz68-vwz2-2ke4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:43:01.911515+00:00 Debian Oval Importer Affected by VCID-n1ja-n53g-fycm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:22:53.840195+00:00 Debian Oval Importer Fixing VCID-mamm-cvdr-subf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:52:35.575078+00:00 Debian Oval Importer Fixing VCID-t78a-dw4s-vqf5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:17:03.413598+00:00 Debian Oval Importer Fixing VCID-ha3g-uyse-wybx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:14:25.570349+00:00 Debian Oval Importer Fixing VCID-jkwe-c323-3yez https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:12:16.195172+00:00 Debian Oval Importer Fixing VCID-8hm4-c4w4-gfen https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:10:29.838377+00:00 Debian Oval Importer Fixing VCID-cde2-rv4n-tkau https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:01:19.165440+00:00 Debian Oval Importer Fixing VCID-w4ns-f42m-pyec https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:44:17.559458+00:00 Debian Oval Importer Fixing VCID-tq93-h2ag-s3bx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:12:39.706667+00:00 Debian Oval Importer Fixing VCID-ucdh-7fgy-33h8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:38:21.153985+00:00 Debian Oval Importer Fixing VCID-k2ga-fgvp-5qc7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:23:59.874868+00:00 Debian Oval Importer Fixing VCID-ky5r-bch5-m7dv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:19:18.795920+00:00 Debian Oval Importer Affected by VCID-uxdx-abx7-fkdy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:17:59.852944+00:00 Debian Oval Importer Fixing VCID-f7x5-hz5f-hyd3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:12:00.485539+00:00 Debian Oval Importer Fixing VCID-b36p-re17-n7dq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:08:08.628410+00:00 Debian Oval Importer Fixing VCID-af1f-xwwy-jfa8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:02:28.229798+00:00 Debian Oval Importer Fixing VCID-8d7n-bfhu-dkfd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T17:00:57.965268+00:00 Debian Oval Importer Fixing VCID-xgmc-a5rk-zqag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:51:07.160884+00:00 Debian Oval Importer Fixing VCID-xgsa-5umz-qffr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-13T07:12:43.741214+00:00 Debian Importer Affected by VCID-dy2a-n93k-yfgd https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-12T00:18:57.238748+00:00 Debian Oval Importer Fixing VCID-9t45-d5mf-3uar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-12T00:03:22.131089+00:00 Debian Oval Importer Affected by VCID-xbrw-47yv-wqcr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:09:32.017859+00:00 Debian Oval Importer Fixing VCID-jmzh-89dm-r7g2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:30:06.166141+00:00 Debian Oval Importer Fixing VCID-xz68-vwz2-2ke4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:21:46.145712+00:00 Debian Oval Importer Affected by VCID-n1ja-n53g-fycm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:02:22.915064+00:00 Debian Oval Importer Fixing VCID-mamm-cvdr-subf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:33:11.407181+00:00 Debian Oval Importer Fixing VCID-t78a-dw4s-vqf5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:58:49.110732+00:00 Debian Oval Importer Fixing VCID-ha3g-uyse-wybx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:57:57.772494+00:00 Debian Oval Importer Fixing VCID-jkwe-c323-3yez https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:55:52.457571+00:00 Debian Oval Importer Fixing VCID-8hm4-c4w4-gfen https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:54:09.745617+00:00 Debian Oval Importer Fixing VCID-cde2-rv4n-tkau https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:45:23.656762+00:00 Debian Oval Importer Fixing VCID-w4ns-f42m-pyec https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:29:08.236903+00:00 Debian Oval Importer Fixing VCID-tq93-h2ag-s3bx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:58:06.602635+00:00 Debian Oval Importer Fixing VCID-ucdh-7fgy-33h8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:24:33.749604+00:00 Debian Oval Importer Fixing VCID-k2ga-fgvp-5qc7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:10:24.300040+00:00 Debian Oval Importer Fixing VCID-ky5r-bch5-m7dv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:05:47.438382+00:00 Debian Oval Importer Affected by VCID-uxdx-abx7-fkdy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:04:30.644024+00:00 Debian Oval Importer Fixing VCID-f7x5-hz5f-hyd3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:58:34.637746+00:00 Debian Oval Importer Fixing VCID-b36p-re17-n7dq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:54:43.546076+00:00 Debian Oval Importer Fixing VCID-af1f-xwwy-jfa8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:49:02.344037+00:00 Debian Oval Importer Fixing VCID-8d7n-bfhu-dkfd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:47:33.396004+00:00 Debian Oval Importer Fixing VCID-xgmc-a5rk-zqag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:38:46.675154+00:00 Debian Oval Importer Fixing VCID-xgsa-5umz-qffr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-08T23:49:48.660455+00:00 Debian Oval Importer Fixing VCID-9t45-d5mf-3uar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:34:42.267195+00:00 Debian Oval Importer Affected by VCID-xbrw-47yv-wqcr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:43:15.208032+00:00 Debian Oval Importer Fixing VCID-jmzh-89dm-r7g2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:08:26.409392+00:00 Debian Oval Importer Fixing VCID-xz68-vwz2-2ke4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T21:00:26.370646+00:00 Debian Oval Importer Affected by VCID-n1ja-n53g-fycm https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:41:38.960789+00:00 Debian Oval Importer Fixing VCID-mamm-cvdr-subf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:13:22.350196+00:00 Debian Oval Importer Fixing VCID-t78a-dw4s-vqf5 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:40:37.643536+00:00 Debian Oval Importer Fixing VCID-ha3g-uyse-wybx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:47:24.174929+00:00 Debian Importer Affected by VCID-dy2a-n93k-yfgd https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:42:33.074670+00:00 Debian Oval Importer Fixing VCID-jkwe-c323-3yez https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:40:31.054111+00:00 Debian Oval Importer Fixing VCID-8hm4-c4w4-gfen https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:38:52.188896+00:00 Debian Oval Importer Fixing VCID-cde2-rv4n-tkau https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:30:26.312380+00:00 Debian Oval Importer Fixing VCID-w4ns-f42m-pyec https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:14:23.072301+00:00 Debian Oval Importer Fixing VCID-tq93-h2ag-s3bx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:44:51.855194+00:00 Debian Oval Importer Fixing VCID-ucdh-7fgy-33h8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:12:46.126115+00:00 Debian Oval Importer Fixing VCID-k2ga-fgvp-5qc7 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:59:26.656120+00:00 Debian Oval Importer Fixing VCID-ky5r-bch5-m7dv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:55:02.697605+00:00 Debian Oval Importer Affected by VCID-uxdx-abx7-fkdy https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:53:49.483792+00:00 Debian Oval Importer Fixing VCID-f7x5-hz5f-hyd3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:48:09.104062+00:00 Debian Oval Importer Fixing VCID-b36p-re17-n7dq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:44:29.846417+00:00 Debian Oval Importer Fixing VCID-af1f-xwwy-jfa8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:39:11.925475+00:00 Debian Oval Importer Fixing VCID-8d7n-bfhu-dkfd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:37:48.874678+00:00 Debian Oval Importer Fixing VCID-xgmc-a5rk-zqag https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:32:43.338316+00:00 Debian Oval Importer Fixing VCID-xgsa-5umz-qffr https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0