Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/otrs2@6.0.32-6
purl pkg:deb/debian/otrs2@6.0.32-6
Vulnerabilities affecting this package (0)
Vulnerability Summary Fixed by
This package is not known to be affected by vulnerabilities.
Vulnerabilities fixed by this package (30)
Vulnerability Summary Aliases
VCID-3s9f-prpy-hbcx Cross-site Scripting The jQuery library, which is included in rdoc, mishandles `jQuery.extend(true, {}, ...)` because of Object.prototype pollution. If an unsanitized source object contained an enumerable `__proto__` property, it could extend the native `Object.prototype.` CVE-2019-11358
GHSA-6c3j-c64m-qhgq
VCID-47tp-xcrf-vkf4 An issue was discovered in Open Ticket Request System (OTRS) 7.0.x through 7.0.8, Community Edition 6.0.x through 6.0.19, and Community Edition 5.0.x through 5.0.36. In the customer or external frontend, personal information of agents (e.g., Name and mail address) can be disclosed in external notes. CVE-2019-12497
VCID-5618-53yg-8qh4 Potential XSS vulnerability in jQuery ### Impact Passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. `.html()`, `.append()`, and others) may execute untrusted code. ### Patches This problem is patched in jQuery 3.5.0. ### Workarounds To workaround the issue without upgrading, adding the following to your code: ```js jQuery.htmlPrefilter = function( html ) { return html; }; ``` You need to use at least jQuery 1.12/2.2 or newer to be able to apply this workaround. ### References https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ https://jquery.com/upgrade-guide/3.5/ ### For more information If you have any questions or comments about this advisory, search for a relevant issue in [the jQuery repo](https://github.com/jquery/jquery/issues). If you don't find an answer, open a new issue. CVE-2020-11022
GHSA-gxr4-xjj5-5px2
VCID-57jx-quzh-fubc Agents are able to list customer user emails without required permissions in the bulk action screen. This issue affects: OTRS AG ((OTRS)) Community Edition: 6.0.x version 6.0.1 and later versions. OTRS AG OTRS: 7.0.x versions prior to 7.0.27. CVE-2021-21443
VCID-59ez-3fcw-9ke1 An issue was discovered in Open Ticket Request System (OTRS) 7.0.x through 7.0.12, and Community Edition 5.0.x through 5.0.38 and 6.0.x through 6.0.23. An attacker who is logged into OTRS as an agent is able to list tickets assigned to other agents, even tickets in a queue where the attacker doesn't have permissions. CVE-2019-18179
VCID-79tb-zy1a-tqaf When an agent user is renamed or set to invalid the session belonging to the user is keept active. The session can not be used to access ticket data in the case the agent is invalid. This issue affects ((OTRS)) Community Edition: 6.0.28 and prior versions. OTRS: 7.0.18 and prior versions, 8.0.4. and prior versions. CVE-2020-1776
VCID-9431-8f5f-rfct DoS attack can be performed when an email contains specially designed URL in the body. It can lead to the high CPU usage and cause low quality of service, or in extreme case bring the system to a halt. This issue affects: OTRS AG ((OTRS)) Community Edition 6.0.x version 6.0.1 and later versions. OTRS AG OTRS 7.0.x version 7.0.26 and prior versions; 8.0.x version 8.0.13 and prior versions. CVE-2021-21439
VCID-9aug-utyb-3fbg An issue was discovered in Open Ticket Request System (OTRS) Community Edition 5.0.x through 5.0.36 and 6.0.x through 6.0.19. A user logged into OTRS as an agent might unknowingly disclose their session ID by sharing the link of an embedded ticket article with third parties. This identifier can be then be potentially abused in order to impersonate the agent user. CVE-2019-12746
VCID-9fth-879g-a3fn When user downloads PGP or S/MIME keys/certificates, exported file has same name for private and public keys. Therefore it's possible to mix them and to send private key to the third-party instead of public key. This issue affects ((OTRS)) Community Edition: 5.0.42 and prior versions, 6.0.27 and prior versions. OTRS: 7.0.16 and prior versions. CVE-2020-1774
VCID-a286-32jj-eubk Regular Expression Denial of Service in jquery-validation The GitHub Security Lab team has identified potential security vulnerabilities in jquery.validation. The project contains one or more regular expressions that are vulnerable to ReDoS (Regular Expression Denial of Service) This issue was discovered and reported by GitHub team member @erik-krogh (Erik Krogh Kristensen). CVE-2021-21252
GHSA-jxwx-85vp-gvwm
VCID-cvxp-ctj9-guej Potential XSS vulnerability in jQuery ### Impact Passing HTML containing `<option>` elements from untrusted sources - even after sanitizing them - to one of jQuery's DOM manipulation methods (i.e. `.html()`, `.append()`, and others) may execute untrusted code. ### Patches This problem is patched in jQuery 3.5.0. ### Workarounds To workaround this issue without upgrading, use [DOMPurify](https://github.com/cure53/DOMPurify) with its `SAFE_FOR_JQUERY` option to sanitize the HTML string before passing it to a jQuery method. ### References https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ ### For more information If you have any questions or comments about this advisory, search for a relevant issue in [the jQuery repo](https://github.com/jquery/jquery/issues). If you don't find an answer, open a new issue. CVE-2020-11023
GHSA-jpcq-cgw6-v4j6
VCID-cyn6-w9ue-1fdv In the login screens (in agent and customer interface), Username and Password fields use autocomplete, which might be considered as security issue. This issue affects: ((OTRS)) Community Edition: 5.0.41 and prior versions, 6.0.26 and prior versions. OTRS: 7.0.15 and prior versions. CVE-2020-1769
VCID-d4t9-s9ws-uugb An attacker with the ability to generate session IDs or password reset tokens, either by being able to authenticate or by exploiting OSA-2020-09, may be able to predict other users session IDs, password reset tokens and automatically generated passwords. This issue affects ((OTRS)) Community Edition: 5.0.41 and prior versions, 6.0.26 and prior versions. OTRS; 7.0.15 and prior versions. CVE-2020-1773
VCID-enp1-vd1n-ffg9 Agent A is able to save a draft (i.e. for customer reply). Then Agent B can open the draft, change the text completely and send it in the name of Agent A. For the customer it will not be visible that the message was sent by another agent. This issue affects: ((OTRS)) Community Edition 6.0.x version 6.0.24 and prior versions. OTRS 7.0.x version 7.0.13 and prior versions. CVE-2020-1767
VCID-h4xp-dgt9-jfhb Improper Check for filenames with overly long extensions in PostMaster (sending in email) or uploading files (e.g. attaching files to mails) of ((OTRS)) Community Edition and OTRS allows an remote attacker to cause an endless loop. This issue affects: OTRS AG: ((OTRS)) Community Edition 5.0.x version 5.0.38 and prior versions; 6.0.x version 6.0.23 and prior versions. OTRS AG: OTRS 7.0.x version 7.0.12 and prior versions. CVE-2019-18180
VCID-jr2g-4ag6-hqey An improper control of parameters allows the spoofing of the from fields of the following screens: AgentTicketCompose, AgentTicketForward, AgentTicketBounce and AgentTicketEmailOutbound. This issue affects: ((OTRS)) Community Edition 5.0.x version 5.0.39 and prior versions; 6.0.x version 6.0.24 and prior versions. OTRS 7.0.x version 7.0.13 and prior versions. CVE-2020-1765
VCID-jv8f-vz24-67c2 It's possible to craft Lost Password requests with wildcards in the Token value, which allows attacker to retrieve valid Token(s), generated by users which already requested new passwords. This issue affects: ((OTRS)) Community Edition 5.0.41 and prior versions, 6.0.26 and prior versions. OTRS: 7.0.15 and prior versions. CVE-2020-1772
VCID-kkx1-64uf-87hf An issue was discovered in Open Ticket Request System (OTRS) 7.0.x through 7.0.11, and Community Edition 5.0.x through 5.0.37 and 6.0.x through 6.0.22. An attacker who is logged in as an agent or customer user with appropriate permissions can create a carefully crafted string containing malicious JavaScript code as an article body. This malicious code is executed when an agent composes an answer to the original article. CVE-2019-16375
VCID-mvf7-hk9h-zfa4 Support bundle generated files could contain sensitive information that might be unwanted to be disclosed. This issue affects: ((OTRS)) Community Edition: 5.0.41 and prior versions, 6.0.26 and prior versions. OTRS: 7.0.15 and prior versions. CVE-2020-1770
VCID-n6bx-62mu-nkge Due to improper handling of uploaded images it is possible in very unlikely and rare conditions to force the agents browser to execute malicious javascript from a special crafted SVG file rendered as inline jpg file. This issue affects: ((OTRS)) Community Edition 5.0.x version 5.0.39 and prior versions; 6.0.x version 6.0.24 and prior versions. OTRS 7.0.x version 7.0.13 and prior versions. CVE-2020-1766
VCID-q4vw-md7c-53bs An issue was discovered in Open Ticket Request System (OTRS) 7.0.x through 7.0.7, Community Edition 6.0.x through 6.0.19, and Community Edition 5.0.x through 5.0.36. An attacker could send a malicious email to an OTRS system. If a logged-in agent user quotes it, the email could cause the browser to load external image resources. CVE-2019-12248
VCID-rg2d-x2j3-jycq An issue was discovered in Open Ticket Request System (OTRS) 5.x through 5.0.34, 6.x through 6.0.17, and 7.x through 7.0.6. An attacker who is logged into OTRS as an agent user with appropriate permissions may try to import carefully crafted Report Statistics XML that will result in reading of arbitrary files on the OTRS filesystem. CVE-2019-9892
VCID-sxy7-tjmp-qbh2 Attacker is able craft an article with a link to the customer address book with malicious content (JavaScript). When agent opens the link, JavaScript code is executed due to the missing parameter encoding. This issue affects: ((OTRS)) Community Edition: 6.0.26 and prior versions. OTRS: 7.0.15 and prior versions. CVE-2020-1771
VCID-t2up-pp1r-xkdu An issue was discovered in Open Ticket Request System (OTRS) 6.x before 6.0.17 and 7.x before 7.0.5. An attacker who is logged into OTRS as an admin user may manipulate the URL to cause execution of JavaScript in the context of OTRS. This is related to Kernel/Output/Template/Document.pm. CVE-2019-9751
VCID-u3ed-wmjx-9fcq Generated Support Bundles contains private S/MIME and PGP keys if containing folder is not hidden. This issue affects: OTRS AG ((OTRS)) Community Edition 6.0.x version 6.0.1 and later versions. OTRS AG OTRS 7.0.x version 7.0.27 and prior versions; 8.0.x version 8.0.14 and prior versions. CVE-2021-21440
VCID-u8xm-v9ek-yuar There is a XSS vulnerability in the ticket overview screens. It's possible to collect various information by having an e-mail shown in the overview screen. Attack can be performed by sending specially crafted e-mail to the system and it doesn't require any user intraction. This issue affects: OTRS AG ((OTRS)) Community Edition 6.0.x version 6.0.1 and later versions. OTRS AG OTRS 7.0.x version 7.0.26 and prior versions. CVE-2021-21441
VCID-ujf1-bbf4-abch Agents are able to list appointments in the calendars without required permissions. This issue affects: OTRS AG ((OTRS)) Community Edition: 6.0.x version 6.0.1 and later versions. OTRS AG OTRS: 7.0.x versions prior to 7.0.27. CVE-2021-36091
VCID-vahe-evfr-w7hd An issue was discovered in Open Ticket Request System (OTRS) 7.x through 7.0.6, Community Edition 6.0.x through 6.0.17, and OTRSAppointmentCalendar 5.0.x through 5.0.12. An attacker who is logged into OTRS as an agent with appropriate permissions may create a carefully crafted calendar appointment in order to cause execution of JavaScript in the context of OTRS. CVE-2019-10066
VCID-wueh-6rd8-zyg8 An issue was discovered in Open Ticket Request System (OTRS) 7.x through 7.0.6 and Community Edition 5.0.x through 5.0.35 and 6.0.x through 6.0.17. An attacker who is logged into OTRS as an agent user with appropriate permissions may manipulate the URL to cause execution of JavaScript in the context of OTRS. CVE-2019-10067
VCID-z2ek-mhha-ubhf An issue was discovered in Open Ticket Request System (OTRS) 7.0.x through 7.0.8, and Community Edition 5.0.x through 5.0.36 and 6.0.x through 6.0.19. An attacker who is logged into OTRS as an agent user with appropriate permissions can leverage OTRS notification tags in templates in order to disclose hashed user passwords. CVE-2019-13458

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T00:51:40.572589+00:00 Debian Oval Importer Fixing VCID-59ez-3fcw-9ke1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:51:36.336999+00:00 Debian Oval Importer Fixing VCID-3s9f-prpy-hbcx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-16T00:23:14.139819+00:00 Debian Oval Importer Fixing VCID-vahe-evfr-w7hd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:12:37.300046+00:00 Debian Oval Importer Fixing VCID-5618-53yg-8qh4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T23:02:03.388096+00:00 Debian Oval Importer Fixing VCID-t2up-pp1r-xkdu https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:53:45.594207+00:00 Debian Oval Importer Fixing VCID-kkx1-64uf-87hf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T22:51:47.660470+00:00 Debian Oval Importer Fixing VCID-h4xp-dgt9-jfhb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:32:26.974934+00:00 Debian Oval Importer Fixing VCID-u8xm-v9ek-yuar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:19:55.800220+00:00 Debian Oval Importer Fixing VCID-9431-8f5f-rfct https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T21:03:43.038080+00:00 Debian Oval Importer Fixing VCID-mvf7-hk9h-zfa4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:59:28.117751+00:00 Debian Oval Importer Fixing VCID-d4t9-s9ws-uugb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:52:33.587022+00:00 Debian Oval Importer Fixing VCID-cyn6-w9ue-1fdv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:41:10.342368+00:00 Debian Oval Importer Fixing VCID-wueh-6rd8-zyg8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:37:30.919430+00:00 Debian Oval Importer Fixing VCID-q4vw-md7c-53bs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:07:46.326721+00:00 Debian Oval Importer Fixing VCID-57jx-quzh-fubc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T20:00:22.416773+00:00 Debian Oval Importer Fixing VCID-cvxp-ctj9-guej https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:53:07.540858+00:00 Debian Oval Importer Fixing VCID-79tb-zy1a-tqaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:24:06.990653+00:00 Debian Oval Importer Fixing VCID-9fth-879g-a3fn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T19:21:06.518841+00:00 Debian Oval Importer Fixing VCID-n6bx-62mu-nkge https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:42:05.699520+00:00 Debian Oval Importer Fixing VCID-a286-32jj-eubk https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:20:58.746868+00:00 Debian Oval Importer Fixing VCID-jr2g-4ag6-hqey https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T18:03:57.194613+00:00 Debian Oval Importer Fixing VCID-enp1-vd1n-ffg9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:57:48.603360+00:00 Debian Oval Importer Fixing VCID-jv8f-vz24-67c2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:29:27.942566+00:00 Debian Oval Importer Fixing VCID-47tp-xcrf-vkf4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:18:11.454748+00:00 Debian Oval Importer Fixing VCID-9aug-utyb-3fbg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:57:05.441969+00:00 Debian Oval Importer Fixing VCID-z2ek-mhha-ubhf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:40:31.168081+00:00 Debian Oval Importer Fixing VCID-sxy7-tjmp-qbh2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:39:18.469010+00:00 Debian Oval Importer Fixing VCID-ujf1-bbf4-abch https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:23:59.240431+00:00 Debian Oval Importer Fixing VCID-rg2d-x2j3-jycq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:17:28.271655+00:00 Debian Oval Importer Fixing VCID-u3ed-wmjx-9fcq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-12T00:24:07.164172+00:00 Debian Oval Importer Fixing VCID-59ez-3fcw-9ke1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-12T00:24:03.217505+00:00 Debian Oval Importer Fixing VCID-3s9f-prpy-hbcx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T23:56:45.088506+00:00 Debian Oval Importer Fixing VCID-vahe-evfr-w7hd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:48:29.107206+00:00 Debian Oval Importer Fixing VCID-5618-53yg-8qh4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:38:16.020757+00:00 Debian Oval Importer Fixing VCID-t2up-pp1r-xkdu https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:30:14.880010+00:00 Debian Oval Importer Fixing VCID-kkx1-64uf-87hf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T22:28:20.455300+00:00 Debian Oval Importer Fixing VCID-h4xp-dgt9-jfhb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:11:28.914550+00:00 Debian Oval Importer Fixing VCID-u8xm-v9ek-yuar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:59:31.863504+00:00 Debian Oval Importer Fixing VCID-9431-8f5f-rfct https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:43:49.155651+00:00 Debian Oval Importer Fixing VCID-mvf7-hk9h-zfa4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:39:46.945178+00:00 Debian Oval Importer Fixing VCID-d4t9-s9ws-uugb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:33:09.307516+00:00 Debian Oval Importer Fixing VCID-cyn6-w9ue-1fdv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:22:14.454994+00:00 Debian Oval Importer Fixing VCID-wueh-6rd8-zyg8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T20:18:40.611465+00:00 Debian Oval Importer Fixing VCID-q4vw-md7c-53bs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:49:26.349623+00:00 Debian Oval Importer Fixing VCID-57jx-quzh-fubc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:42:16.737359+00:00 Debian Oval Importer Fixing VCID-cvxp-ctj9-guej https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:35:17.632305+00:00 Debian Oval Importer Fixing VCID-79tb-zy1a-tqaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:07:15.079388+00:00 Debian Oval Importer Fixing VCID-9fth-879g-a3fn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:04:22.126130+00:00 Debian Oval Importer Fixing VCID-n6bx-62mu-nkge https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:26:28.853934+00:00 Debian Oval Importer Fixing VCID-a286-32jj-eubk https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T18:06:10.868577+00:00 Debian Oval Importer Fixing VCID-jr2g-4ag6-hqey https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T17:49:40.403697+00:00 Debian Oval Importer Fixing VCID-enp1-vd1n-ffg9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:44:27.270938+00:00 Debian Oval Importer Fixing VCID-jv8f-vz24-67c2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:16:35.726699+00:00 Debian Oval Importer Fixing VCID-47tp-xcrf-vkf4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:05:31.724085+00:00 Debian Oval Importer Fixing VCID-9aug-utyb-3fbg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:44:42.471448+00:00 Debian Oval Importer Fixing VCID-z2ek-mhha-ubhf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:28:21.039124+00:00 Debian Oval Importer Fixing VCID-sxy7-tjmp-qbh2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:27:10.082495+00:00 Debian Oval Importer Fixing VCID-ujf1-bbf4-abch https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:12:10.687441+00:00 Debian Oval Importer Fixing VCID-rg2d-x2j3-jycq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:05:47.581505+00:00 Debian Oval Importer Fixing VCID-u3ed-wmjx-9fcq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-08T23:54:45.058078+00:00 Debian Oval Importer Fixing VCID-59ez-3fcw-9ke1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:54:41.341572+00:00 Debian Oval Importer Fixing VCID-3s9f-prpy-hbcx https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T23:28:29.777715+00:00 Debian Oval Importer Fixing VCID-vahe-evfr-w7hd https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:23:09.580892+00:00 Debian Oval Importer Fixing VCID-5618-53yg-8qh4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:13:31.163108+00:00 Debian Oval Importer Fixing VCID-t2up-pp1r-xkdu https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:05:52.476886+00:00 Debian Oval Importer Fixing VCID-kkx1-64uf-87hf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T22:04:06.610121+00:00 Debian Oval Importer Fixing VCID-h4xp-dgt9-jfhb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:50:26.810893+00:00 Debian Oval Importer Fixing VCID-u8xm-v9ek-yuar https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:38:48.539993+00:00 Debian Oval Importer Fixing VCID-9431-8f5f-rfct https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:23:43.298095+00:00 Debian Oval Importer Fixing VCID-mvf7-hk9h-zfa4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:19:47.725772+00:00 Debian Oval Importer Fixing VCID-d4t9-s9ws-uugb https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:13:20.372178+00:00 Debian Oval Importer Fixing VCID-cyn6-w9ue-1fdv https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:02:54.330156+00:00 Debian Oval Importer Fixing VCID-wueh-6rd8-zyg8 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:59:30.899157+00:00 Debian Oval Importer Fixing VCID-q4vw-md7c-53bs https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:31:59.738552+00:00 Debian Oval Importer Fixing VCID-57jx-quzh-fubc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:25:09.728560+00:00 Debian Oval Importer Fixing VCID-cvxp-ctj9-guej https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T19:18:31.037670+00:00 Debian Oval Importer Fixing VCID-79tb-zy1a-tqaf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:51:28.610375+00:00 Debian Oval Importer Fixing VCID-9fth-879g-a3fn https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:48:44.168343+00:00 Debian Oval Importer Fixing VCID-n6bx-62mu-nkge https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:12:19.546339+00:00 Debian Oval Importer Fixing VCID-a286-32jj-eubk https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:52:39.300589+00:00 Debian Oval Importer Fixing VCID-jr2g-4ag6-hqey https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T17:36:52.526663+00:00 Debian Oval Importer Fixing VCID-enp1-vd1n-ffg9 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:34:51.856367+00:00 Debian Oval Importer Fixing VCID-jv8f-vz24-67c2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:08:47.097347+00:00 Debian Oval Importer Fixing VCID-47tp-xcrf-vkf4 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:58:15.947436+00:00 Debian Oval Importer Fixing VCID-9aug-utyb-3fbg https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:38:26.104926+00:00 Debian Oval Importer Fixing VCID-z2ek-mhha-ubhf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:22:42.039133+00:00 Debian Oval Importer Fixing VCID-sxy7-tjmp-qbh2 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:21:34.350545+00:00 Debian Oval Importer Fixing VCID-ujf1-bbf4-abch https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:07:09.990478+00:00 Debian Oval Importer Fixing VCID-rg2d-x2j3-jycq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:01:14.341723+00:00 Debian Oval Importer Fixing VCID-u3ed-wmjx-9fcq https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0