Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/zabbix@1:7.0.9%2Bdfsg-1~bpo12%2B1
purl pkg:deb/debian/zabbix@1:7.0.9%2Bdfsg-1~bpo12%2B1
Vulnerabilities affecting this package (0)
Vulnerability Summary Fixed by
This package is not known to be affected by vulnerabilities.
Vulnerabilities fixed by this package (49)
Vulnerability Summary Aliases
VCID-172p-q6d5-9ya3 Execution time for an unsuccessful login differs when using a non-existing username compared to using an existing one. CVE-2024-36469
VCID-1xr6-n296-cyfd The cause of vulnerability is improper validation of form input field “Name” on Graph page in Items section. CVE-2024-22119
VCID-3g1d-2tvh-akh4 Zabbix server is vulnerable to a DoS vulnerability due to uncontrolled resource exhaustion. An attacker can send specially crafted requests to the server, which will cause the server to allocate an excessive amount of memory and perform CPU-intensive decompression operations, ultimately leading to a service crash. CVE-2024-45700
VCID-3qru-uxsd-e3c8 Zabbix allows to configure SMS notifications. AT command injection occurs on "Zabbix Server" because there is no validation of "Number" field on Web nor on Zabbix server side. Attacker can run test of SMS providing specially crafted phone number and execute additional AT commands on modem. CVE-2024-22122
VCID-464s-8ex9-kqdz A stored XSS has been found in the Zabbix web application in the Maps element if a URL field is set with spaces before URL. CVE-2023-32721
VCID-4s92-5es4-yka5 User with no permission to any of the Hosts can access and view host count & other statistics through System Information Widget in Global View Dashboard. CVE-2024-22114
VCID-4uxg-fxv7-rua8 An attacker who has the privilege to configure Zabbix items can use function icmpping() with additional malicious command inside it to execute arbitrary code on the current Zabbix server. CVE-2023-32727
VCID-547a-p94b-6fep The zabbix/src/libs/zbxjson module is vulnerable to a buffer overflow when parsing JSON files via zbx_json_open. CVE-2023-32722
VCID-5nmy-hdh8-xbg1 A low privilege Zabbix user with API access can exploit a blind SQL injection vulnerability in include/classes/api/CApiService.php to execute arbitrary SQL selects via the sortfield parameter. Although query results are not returned directly, an attacker can exfiltrate arbitrary database data through time-based techniques, potentially leading to session identifier disclosure and administrator account compromise. CVE-2026-23921
VCID-5s7j-6aea-qucr Stored or persistent cross-site scripting (XSS) is a type of XSS where the attacker first sends the payload to the web application, then the application saves the payload (e.g., in a database or server-side text files), and finally, the application unintentionally executes the payload for every victim visiting its web pages. CVE-2023-29454
VCID-5t3e-bfve-d3he The Zabbix Agent 2 item key smart.disk.get does not sanitize its parameters before passing them to a shell command resulting possible vulnerability for remote code execution. CVE-2023-32728
VCID-673b-qsd3-e3hz Reflected XSS attacks, also known as non-persistent attacks, occur when a malicious script is reflected off a web application to the victim's browser. The script is activated through a link, which sends a request to a website with a vulnerability that enables execution of malicious scripts. CVE-2023-29455
VCID-6u3x-x7qt-g3fa JavaScript preprocessing, webhooks and global scripts can cause uncontrolled CPU, memory, and disk I/O utilization. Preprocessing/webhook/global script configuration and testing are only available to Administrative roles (Admin and Superadmin). Administrative privileges should be typically granted to users who need to perform tasks that require more control over the system. The security risk is limited because not all users have this level of access. CVE-2023-29449
VCID-76qf-8jm4-8kct Zabbix server can perform command execution for configured scripts. After command is executed, audit entry is added to "Audit Log". Due to "clientip" field is not sanitized, it is possible to injection SQL into "clientip" and exploit time based blind SQL injection. CVE-2024-22120
VCID-7bzf-3c9x-8qc4 An authenticated user with API access (e.g.: user with default User role), more specifically a user with access to the user.update API endpoint is enough to be able to add themselves to any group (e.g.: Zabbix Administrators), except to groups that are disabled or having restricted GUI access. CVE-2024-36467
VCID-7f3g-hebk-3qad In the src/libs/zbxembed/browser.c file, the es_browser_ctor method retrieves a heap pointer from the Duktape JavaScript engine. This heap pointer is subsequently utilized by the browser_push_error method in the src/libs/zbxembed/browser_error.c file. A use-after-free bug can occur at this stage if the wd->browser heap pointer is freed by garbage collection. CVE-2024-42331
VCID-7yp1-231f-a3eq The implementation of atob in "Zabbix JS" allows to create a string with arbitrary content and use it to access internal properties of objects. CVE-2024-36463
VCID-9jfn-6nvg-a3b6 A non-admin user account on the Zabbix frontend with the default User role, or with any other role that gives API access can exploit this vulnerability. An SQLi exists in the CUser class in the addRelatedObjects function, this function is being called from the CUser.get function which is available for every user who has API access. CVE-2024-42327
VCID-9z8h-gg7t-b7f8 Memory pointer is in a property of the Ducktape object. This leads to multiple vulnerabilities related to direct memory access and manipulation. CVE-2023-32724
VCID-aetr-jrab-6fg5 The HttpRequest object allows to get the HTTP headers from the server's response after sending the request. The problem is that the returned strings are created directly from the data returned by the server and are not correctly encoded for JavaScript. This allows to create internal strings that can be used to access hidden properties of objects. CVE-2024-42330
VCID-b8tm-2187-wkhz When exporting media types, the password is exported in the YAML in plain text. This appears to be a best practices type issue and may have no actual impact. The user would need to have permissions to access the media types and therefore would be expected to have access to these passwords. CVE-2024-36464
VCID-batr-txtv-s3cf Setting SMS media allows to set GSM modem file. Later this file is used as Linux device. But due everything is a file for Linux, it is possible to set another file, e.g. log file and zabbix_server will try to communicate with it as modem. As a result, log file will be broken with AT commands and small part for log file content will be leaked to UI. CVE-2024-22123
VCID-cdyd-79m9-pyhv Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g., "var a = {{.}}"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template. Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution. CVE-2023-29453
VCID-cuqx-wxkd-nffa Duktape is an 3rd-party embeddable JavaScript engine, with a focus on portability and compact footprint. When adding too many values in valstack JavaScript will crash. This issue occurs due to bug in Duktape 2.6 which is an 3rd-party solution that we use. CVE-2023-29458
VCID-d7uk-h423-77f5 The vulnerability is caused by improper check for check if RDLENGTH does not overflow the buffer in response from DNS server. CVE-2023-32726
VCID-dej6-dxbp-a3bt A regular Zabbix user with no permission to the Monitoring -> Problems view is still able to call the problem.view.refresh action and therefore still retrieve a list of active problems. CVE-2025-49641
VCID-ftt2-5jnt-9ye2 Reflected XSS attacks, occur when a malicious script is reflected off a web application to the victim's browser. The script can be activated through Action form fields, which can be sent as request to a website with a vulnerability that enables execution of malicious scripts. CVE-2023-29457
VCID-fxqr-51kp-3ber For performance reasons Zabbix Server/Proxy reuses JavaScript (Duktape) contexts (used in script items, JavaScript reprocessing, Webhooks). This can lead to confidentiality loss where a regular (non-super) Zabbix administrator leaks data for hosts they do not have access to. A fix has been released that makes the built in Zabbix JavaScript objects read-only, but please be advised that usage of global JavaScript variables is not recommended because their content could be leaked. More information <a href='https://www.zabbix.com/documentation/7.4/en/manual/installation/known_issues#preprocessing-global-variables-are-unsafe'>in Zabbix documentation</a>. CVE-2026-23919
VCID-gp3f-yz9h-eqax The front-end audit log allows viewing of unprotected plaintext passwords, where the passwords are displayed in plain text. CVE-2024-36460
VCID-gyqk-zsww-ykdj Specially crafted string can cause a buffer overrun in the JSON parser library leading to a crash of the Zabbix Server or a Zabbix Proxy. CVE-2023-29451
VCID-kx3g-p2zj-duaj URL validation scheme receives input from a user and then parses it to identify its various components. The validation scheme can ensure that all URL components comply with internet standards. CVE-2023-29456
VCID-mhx5-hcg2-wfc4 The endpoint /zabbix.php?action=export.valuemaps suffers from a Cross-Site Scripting vulnerability via the backurl parameter. This is caused by the reflection of user-supplied data without appropriate HTML escaping or output encoding. As a result, a JavaScript payload may be injected into the above endpoint causing it to be executed within the context of the victim's browser. CVE-2024-45699
VCID-n5md-76wa-dbaa A Zabbix adminitrator can inject arbitrary SQL during the autoremoval of hosts by inserting malicious SQL in the 'Visible name' field. CVE-2025-27240
VCID-nrkb-pzcu-8ueg Within Zabbix, users have the ability to directly modify memory pointers in the JavaScript engine. CVE-2024-36461
VCID-nyhx-57xy-wugc Currently, geomap configuration (Administration -> General -> Geographical maps) allows using HTML in the field “Attribution text” when selected “Other” Tile provider. CVE-2023-29452
VCID-psak-h1x6-1kca Zabbix API user.get returns all users that share common group with the calling user. This includes media and other information, such as login attempts, etc. CVE-2024-42325
VCID-qzp5-px2f-vqc8 A regular Zabbix user can search other users in their user group via Zabbix API by select fields the user does not have access to view. This allows data-mining some field values the user does not have access to. CVE-2025-27236
VCID-qzzk-mcfu-sfhv zabbix: Zabbix: Confidentiality loss via improper access control in configuration.import API CVE-2026-23925
VCID-r65p-6wkq-sfb9 JavaScript pre-processing can be used by the attacker to gain access to the file system (read-only access on behalf of user "zabbix") on the Zabbix Server or Zabbix Proxy, potentially leading to unauthorized access to sensitive data. CVE-2023-29450
VCID-r8yr-aet5-yydn Host and event action script input is validated with a regex (set by the administrator), but the validation runs in multiline mode. If ^ and $ anchors are used in user input validation, an injected newline lets authenticated users bypass the check and inject shell commands. CVE-2026-23920
VCID-ry8x-mjbp-qqct A bug in the code allows an attacker to sign a forged zbx_session cookie, which then allows them to sign in with admin permissions. CVE-2024-36466
VCID-s1mb-1gsj-pbed An authenticated Zabbix user (including Guest) is able to cause disproportionate CPU load on the webserver by sending specially crafted parameters to /imgstore.php, leading to potential denial of service. CVE-2025-49643
VCID-sudd-unuw-wqa9 Zabbix Agent 2 smartctl plugin does not properly sanitize smart.disk.get parameters, allowing an attacker to inject unexpected arguments into the smartctl command. This can be used to leak the NTLMv2 hash from a Windows system. CVE-2025-27233
VCID-uh37-bv9z-1bdz The LDAP 'Bind password' value cannot be read after saving, but a Super Admin account can leak it by changing LDAP 'Host' to a rogue LDAP server. To mitigate this, the 'Bind password' value is now reset on 'Host' change. CVE-2025-27231
VCID-uxdf-6tyd-rucd The researcher is showing that due to the way the SNMP trap log is parsed, an attacker can craft an SNMP trap with additional lines of information and have forged data show in the Zabbix UI. This attack requires SNMP auth to be off and/or the attacker to know the community/auth details. The attack requires an SNMP item to be configured as text on the target host. CVE-2024-42332
VCID-vkfp-asar-7bhw The website configured in the URL widget will receive a session cookie when testing or executing scheduled reports. The received session cookie can then be used to access the frontend as the particular user. CVE-2023-32725
VCID-wczj-cv1m-7qce An administrator with restricted permissions can exploit the script execution functionality within the Monitoring Hosts section. The lack of default escaping for script parameters enabled this user ability to execute arbitrary code via the Ping script, thereby compromising infrastructure. CVE-2024-22116
VCID-zc7p-7yts-5yae The researcher is showing that it is possible to leak a small amount of Zabbix Server memory using an out of bounds read in src/libs/zbxmedia/email.c CVE-2024-42333
VCID-zrfp-skzu-cbet When a URL is added to the map element, it is recorded in the database with sequential IDs. Upon adding a new URL, the system retrieves the last sysmapelementurlid value and increments it by one. However, an issue arises when a user manually changes the sysmapelementurlid value by adding sysmapelementurlid + 1. This action prevents others from adding URLs to the map element. CVE-2024-22117

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T13:18:48.871982+00:00 Debian Importer Fixing VCID-3qru-uxsd-e3c8 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T13:16:07.964104+00:00 Debian Importer Fixing VCID-673b-qsd3-e3hz https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T13:09:07.433275+00:00 Debian Importer Fixing VCID-aetr-jrab-6fg5 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:55:28.328208+00:00 Debian Importer Fixing VCID-nyhx-57xy-wugc https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:53:05.572193+00:00 Debian Importer Fixing VCID-d7uk-h423-77f5 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:48:24.596015+00:00 Debian Importer Fixing VCID-ry8x-mjbp-qqct https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:40:19.125085+00:00 Debian Importer Fixing VCID-547a-p94b-6fep https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:39:59.850710+00:00 Debian Importer Fixing VCID-kx3g-p2zj-duaj https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:17:18.276201+00:00 Debian Importer Fixing VCID-9jfn-6nvg-a3b6 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:12:58.625733+00:00 Debian Importer Fixing VCID-3g1d-2tvh-akh4 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:09:30.047651+00:00 Debian Importer Fixing VCID-7f3g-hebk-3qad https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:01:03.582617+00:00 Debian Importer Fixing VCID-9z8h-gg7t-b7f8 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:00:12.503716+00:00 Debian Importer Fixing VCID-1xr6-n296-cyfd https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:59:18.233620+00:00 Debian Importer Fixing VCID-gp3f-yz9h-eqax https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:39:43.906135+00:00 Debian Importer Fixing VCID-batr-txtv-s3cf https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:30:01.779305+00:00 Debian Importer Fixing VCID-5nmy-hdh8-xbg1 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:27:52.320209+00:00 Debian Importer Fixing VCID-mhx5-hcg2-wfc4 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:23:26.757122+00:00 Debian Importer Fixing VCID-uxdf-6tyd-rucd https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:22:47.486469+00:00 Debian Importer Fixing VCID-n5md-76wa-dbaa https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:14:18.009360+00:00 Debian Importer Fixing VCID-zc7p-7yts-5yae https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:00:28.245058+00:00 Debian Importer Fixing VCID-uh37-bv9z-1bdz https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:59:23.246554+00:00 Debian Importer Fixing VCID-7yp1-231f-a3eq https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:56:28.064459+00:00 Debian Importer Fixing VCID-6u3x-x7qt-g3fa https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:52:05.711516+00:00 Debian Importer Fixing VCID-qzp5-px2f-vqc8 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:48:34.974856+00:00 Debian Importer Fixing VCID-dej6-dxbp-a3bt https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:47:44.834059+00:00 Debian Importer Fixing VCID-psak-h1x6-1kca https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:46:01.359953+00:00 Debian Importer Fixing VCID-464s-8ex9-kqdz https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:44:37.942666+00:00 Debian Importer Fixing VCID-172p-q6d5-9ya3 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:41:48.702252+00:00 Debian Importer Fixing VCID-r8yr-aet5-yydn https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:38:44.541142+00:00 Debian Importer Fixing VCID-4s92-5es4-yka5 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:28:17.979260+00:00 Debian Importer Fixing VCID-cuqx-wxkd-nffa https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:26:24.302775+00:00 Debian Importer Fixing VCID-nrkb-pzcu-8ueg https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:21:12.894527+00:00 Debian Importer Fixing VCID-gyqk-zsww-ykdj https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:20:10.621536+00:00 Debian Importer Fixing VCID-sudd-unuw-wqa9 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:14:07.118203+00:00 Debian Importer Fixing VCID-r65p-6wkq-sfb9 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:13:27.305974+00:00 Debian Importer Fixing VCID-wczj-cv1m-7qce https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:13:12.334947+00:00 Debian Importer Fixing VCID-4uxg-fxv7-rua8 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:10:31.221554+00:00 Debian Importer Fixing VCID-cdyd-79m9-pyhv https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:02:56.532307+00:00 Debian Importer Fixing VCID-ftt2-5jnt-9ye2 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:33:55.975454+00:00 Debian Importer Fixing VCID-s1mb-1gsj-pbed https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:30:17.798735+00:00 Debian Importer Fixing VCID-fxqr-51kp-3ber https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:23:59.008362+00:00 Debian Importer Fixing VCID-vkfp-asar-7bhw https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:23:15.095841+00:00 Debian Importer Fixing VCID-b8tm-2187-wkhz https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:20:59.628438+00:00 Debian Importer Fixing VCID-5t3e-bfve-d3he https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T08:55:20.134282+00:00 Debian Importer Fixing VCID-76qf-8jm4-8kct https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T08:50:14.523105+00:00 Debian Importer Fixing VCID-zrfp-skzu-cbet https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T08:46:10.817059+00:00 Debian Importer Fixing VCID-7bzf-3c9x-8qc4 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T08:44:36.559457+00:00 Debian Importer Fixing VCID-5s7j-6aea-qucr https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T08:40:58.521415+00:00 Debian Importer Fixing VCID-qzzk-mcfu-sfhv https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-13T09:10:22.931060+00:00 Debian Importer Fixing VCID-3qru-uxsd-e3c8 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T09:08:15.196356+00:00 Debian Importer Fixing VCID-673b-qsd3-e3hz https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T09:02:49.939542+00:00 Debian Importer Fixing VCID-aetr-jrab-6fg5 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:52:29.607789+00:00 Debian Importer Fixing VCID-nyhx-57xy-wugc https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:50:43.948829+00:00 Debian Importer Fixing VCID-d7uk-h423-77f5 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:47:10.673135+00:00 Debian Importer Fixing VCID-ry8x-mjbp-qqct https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:41:05.344972+00:00 Debian Importer Fixing VCID-547a-p94b-6fep https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:40:52.230225+00:00 Debian Importer Fixing VCID-kx3g-p2zj-duaj https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:24:13.394665+00:00 Debian Importer Fixing VCID-9jfn-6nvg-a3b6 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:21:23.108245+00:00 Debian Importer Fixing VCID-3g1d-2tvh-akh4 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:18:49.813997+00:00 Debian Importer Fixing VCID-7f3g-hebk-3qad https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:12:28.314882+00:00 Debian Importer Fixing VCID-9z8h-gg7t-b7f8 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:11:50.973211+00:00 Debian Importer Fixing VCID-1xr6-n296-cyfd https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:11:09.137258+00:00 Debian Importer Fixing VCID-gp3f-yz9h-eqax https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:56:40.529201+00:00 Debian Importer Fixing VCID-batr-txtv-s3cf https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:50:17.021631+00:00 Debian Importer Fixing VCID-5nmy-hdh8-xbg1 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:48:44.458813+00:00 Debian Importer Fixing VCID-mhx5-hcg2-wfc4 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:45:27.294985+00:00 Debian Importer Fixing VCID-uxdf-6tyd-rucd https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:44:56.820963+00:00 Debian Importer Fixing VCID-n5md-76wa-dbaa https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:38:31.721445+00:00 Debian Importer Fixing VCID-zc7p-7yts-5yae https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:28:15.398262+00:00 Debian Importer Fixing VCID-uh37-bv9z-1bdz https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:27:23.563293+00:00 Debian Importer Fixing VCID-7yp1-231f-a3eq https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:25:08.256258+00:00 Debian Importer Fixing VCID-6u3x-x7qt-g3fa https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:21:40.379770+00:00 Debian Importer Fixing VCID-qzp5-px2f-vqc8 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:18:58.140693+00:00 Debian Importer Fixing VCID-dej6-dxbp-a3bt https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:18:21.086282+00:00 Debian Importer Fixing VCID-psak-h1x6-1kca https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:17:00.281777+00:00 Debian Importer Fixing VCID-464s-8ex9-kqdz https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:15:55.659999+00:00 Debian Importer Fixing VCID-172p-q6d5-9ya3 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:14:09.925382+00:00 Debian Importer Fixing VCID-r8yr-aet5-yydn https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:11:50.032919+00:00 Debian Importer Fixing VCID-4s92-5es4-yka5 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:03:59.006980+00:00 Debian Importer Fixing VCID-cuqx-wxkd-nffa https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:02:32.753847+00:00 Debian Importer Fixing VCID-nrkb-pzcu-8ueg https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:58:21.665534+00:00 Debian Importer Fixing VCID-gyqk-zsww-ykdj https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:57:33.770075+00:00 Debian Importer Fixing VCID-sudd-unuw-wqa9 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:52:55.446606+00:00 Debian Importer Fixing VCID-r65p-6wkq-sfb9 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:52:27.029646+00:00 Debian Importer Fixing VCID-wczj-cv1m-7qce https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:52:18.018032+00:00 Debian Importer Fixing VCID-4uxg-fxv7-rua8 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:50:12.480550+00:00 Debian Importer Fixing VCID-cdyd-79m9-pyhv https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:44:28.007934+00:00 Debian Importer Fixing VCID-ftt2-5jnt-9ye2 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:22:26.655868+00:00 Debian Importer Fixing VCID-s1mb-1gsj-pbed https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:20:24.428213+00:00 Debian Importer Fixing VCID-fxqr-51kp-3ber https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:16:28.120668+00:00 Debian Importer Fixing VCID-vkfp-asar-7bhw https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:16:04.173073+00:00 Debian Importer Fixing VCID-b8tm-2187-wkhz https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:14:44.530166+00:00 Debian Importer Fixing VCID-5t3e-bfve-d3he https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T17:59:18.693182+00:00 Debian Importer Fixing VCID-76qf-8jm4-8kct https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T17:56:14.607759+00:00 Debian Importer Fixing VCID-zrfp-skzu-cbet https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T17:53:27.473778+00:00 Debian Importer Fixing VCID-7bzf-3c9x-8qc4 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T17:52:26.606707+00:00 Debian Importer Fixing VCID-5s7j-6aea-qucr https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T17:50:11.237488+00:00 Debian Importer Fixing VCID-qzzk-mcfu-sfhv https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-08T20:05:50.059979+00:00 Debian Importer Fixing VCID-3qru-uxsd-e3c8 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T20:04:33.165957+00:00 Debian Importer Fixing VCID-673b-qsd3-e3hz https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T20:01:03.278100+00:00 Debian Importer Fixing VCID-aetr-jrab-6fg5 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:54:23.305916+00:00 Debian Importer Fixing VCID-nyhx-57xy-wugc https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:53:11.703836+00:00 Debian Importer Fixing VCID-d7uk-h423-77f5 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:50:55.775698+00:00 Debian Importer Fixing VCID-ry8x-mjbp-qqct https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:47:00.543890+00:00 Debian Importer Fixing VCID-547a-p94b-6fep https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:46:51.465770+00:00 Debian Importer Fixing VCID-kx3g-p2zj-duaj https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:35:51.345085+00:00 Debian Importer Fixing VCID-9jfn-6nvg-a3b6 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:33:36.353041+00:00 Debian Importer Fixing VCID-3g1d-2tvh-akh4 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:31:58.548443+00:00 Debian Importer Fixing VCID-7f3g-hebk-3qad https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:27:56.978335+00:00 Debian Importer Fixing VCID-9z8h-gg7t-b7f8 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:27:30.943090+00:00 Debian Importer Fixing VCID-1xr6-n296-cyfd https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:27:06.402719+00:00 Debian Importer Fixing VCID-gp3f-yz9h-eqax https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:17:35.173567+00:00 Debian Importer Fixing VCID-batr-txtv-s3cf https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:12:51.361778+00:00 Debian Importer Fixing VCID-5nmy-hdh8-xbg1 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:11:41.835702+00:00 Debian Importer Fixing VCID-mhx5-hcg2-wfc4 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:09:18.541543+00:00 Debian Importer Fixing VCID-uxdf-6tyd-rucd https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:08:58.159175+00:00 Debian Importer Fixing VCID-n5md-76wa-dbaa https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:04:41.470505+00:00 Debian Importer Fixing VCID-zc7p-7yts-5yae https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:57:55.364784+00:00 Debian Importer Fixing VCID-uh37-bv9z-1bdz https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:57:19.250305+00:00 Debian Importer Fixing VCID-7yp1-231f-a3eq https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:55:50.159606+00:00 Debian Importer Fixing VCID-6u3x-x7qt-g3fa https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:53:34.159050+00:00 Debian Importer Fixing VCID-qzp5-px2f-vqc8 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:51:49.600394+00:00 Debian Importer Fixing VCID-dej6-dxbp-a3bt https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:51:27.099852+00:00 Debian Importer Fixing VCID-psak-h1x6-1kca https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:50:30.405480+00:00 Debian Importer Fixing VCID-464s-8ex9-kqdz https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:49:49.656145+00:00 Debian Importer Fixing VCID-172p-q6d5-9ya3 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:48:27.208329+00:00 Debian Importer Fixing VCID-r8yr-aet5-yydn https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:46:48.057118+00:00 Debian Importer Fixing VCID-4s92-5es4-yka5 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:41:42.891892+00:00 Debian Importer Fixing VCID-cuqx-wxkd-nffa https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:40:45.969210+00:00 Debian Importer Fixing VCID-nrkb-pzcu-8ueg https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:38:07.557415+00:00 Debian Importer Fixing VCID-gyqk-zsww-ykdj https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:37:33.825005+00:00 Debian Importer Fixing VCID-sudd-unuw-wqa9 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:34:35.467223+00:00 Debian Importer Fixing VCID-r65p-6wkq-sfb9 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:34:15.763924+00:00 Debian Importer Fixing VCID-wczj-cv1m-7qce https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:34:10.473229+00:00 Debian Importer Fixing VCID-4uxg-fxv7-rua8 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:32:50.051808+00:00 Debian Importer Fixing VCID-cdyd-79m9-pyhv https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:28:55.568590+00:00 Debian Importer Fixing VCID-ftt2-5jnt-9ye2 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-07T05:50:26.622317+00:00 Debian Importer Fixing VCID-qzzk-mcfu-sfhv https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-04T18:07:10.577210+00:00 Debian Importer Fixing VCID-s1mb-1gsj-pbed https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-04T18:05:42.465688+00:00 Debian Importer Fixing VCID-fxqr-51kp-3ber https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-04T18:03:15.179258+00:00 Debian Importer Fixing VCID-vkfp-asar-7bhw https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-04T18:02:58.931327+00:00 Debian Importer Fixing VCID-b8tm-2187-wkhz https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-04T18:02:03.661015+00:00 Debian Importer Fixing VCID-5t3e-bfve-d3he https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-04T17:52:12.529216+00:00 Debian Importer Fixing VCID-76qf-8jm4-8kct https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-04T17:14:47.104330+00:00 Debian Importer Fixing VCID-zrfp-skzu-cbet https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-04T16:41:23.759586+00:00 Debian Importer Fixing VCID-7bzf-3c9x-8qc4 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-04T16:26:15.933836+00:00 Debian Importer Fixing VCID-5s7j-6aea-qucr https://security-tracker.debian.org/tracker/data/json 38.1.0