Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/zabbix@1:5.0.44%2Bdfsg-1%2Bdeb11u1?distro=trixie
purl pkg:deb/debian/zabbix@1:5.0.44%2Bdfsg-1%2Bdeb11u1?distro=trixie
Vulnerabilities affecting this package (0)
Vulnerability Summary Fixed by
This package is not known to be affected by vulnerabilities.
Vulnerabilities fixed by this package (31)
Vulnerability Summary Aliases
VCID-18fv-tqjq-p3ce An authenticated user can create a link with reflected XSS payload for actions’ pages, and send it to other users. Malicious code has access to all the same objects as the rest of the web page and can make arbitrary modifications to the contents of the page being displayed to a victim. This attack can be implemented with the help of social engineering and expiration of a number of factors - an attacker should have authorized access to the Zabbix Frontend and allowed network connection between a malicious server and victim’s computer, understand attacked infrastructure, be recognized by the victim as a trustee and use trusted communication channel. CVE-2022-24349
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-2hd4-rbph-5qd8 An authenticated user can create a hosts group from the configuration with XSS payload, which will be available for other users. When XSS is stored by an authenticated malicious actor and other users try to search for groups during new host creation, the XSS payload will fire and the actor can steal session cookies and perform session hijacking to impersonate users or take over their accounts. CVE-2022-23133
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-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-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-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-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-8cpy-mqfn-y3f9 An authenticated user can create a link with reflected Javascript code inside it for the graphs page and send it to other users. The payload can be executed only with a known CSRF token value of the victim, which is changed periodically and is difficult to predict. CVE-2022-35230
VCID-9aju-xvg1-n7e5 An authenticated user can create a link with reflected Javascript code inside it for the discovery page and send it to other users. The payload can be executed only with a known CSRF token value of the victim, which is changed periodically and is difficult to predict. CVE-2022-35229
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-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-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-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-gbn9-b2t2-5fbs During Zabbix installation from RPM, DAC_OVERRIDE SELinux capability is in use to access PID files in [/var/run/zabbix] folder. In this case, Zabbix Proxy or Server processes can bypass file read, write and execute permissions check on the file system level CVE-2022-23132
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-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-mggj-rvdd-eqc6 An authenticated user can create a link with reflected Javascript code inside it for services’ page and send it to other users. The payload can be executed only with a known CSRF token value of the victim, which is changed periodically and is difficult to predict. Malicious code has access to all the same objects as the rest of the web page and can make arbitrary modifications to the contents of the page being displayed to a victim during social engineering attacks. CVE-2022-24917
VCID-nrkb-pzcu-8ueg Within Zabbix, users have the ability to directly modify memory pointers in the JavaScript engine. CVE-2024-36461
VCID-qhxc-w75p-kqaj An authenticated user can create a link with reflected Javascript code inside it for graphs’ page and send it to other users. The payload can be executed only with a known CSRF token value of the victim, which is changed periodically and is difficult to predict. Malicious code has access to all the same objects as the rest of the web page and can make arbitrary modifications to the contents of the page being displayed to a victim during social engineering attacks. CVE-2022-24919
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-uu3f-3rbn-9fad An authenticated user can create a link with reflected Javascript code inside it for items’ page and send it to other users. The payload can be executed only with a known CSRF token value of the victim, which is changed periodically and is difficult to predict. Malicious code has access to all the same objects as the rest of the web page and can make arbitrary modifications to the contents of the page being displayed to a victim during social engineering attacks. CVE-2022-24918
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-wfae-uyd7-ybc3 Zabbix Frontend provides a feature that allows admins to maintain the installation and ensure that only certain IP addresses can access it. In this way, any user will not be able to access the Zabbix Frontend while it is being maintained and possible sensitive data will be prevented from being disclosed. An attacker can bypass this protection and access the instance using IP address not listed in the defined range. CVE-2022-43515
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-16T11:56:03.237612+00:00 Debian Importer Fixing VCID-18fv-tqjq-p3ce https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:47:00.759099+00:00 Debian Importer Fixing VCID-gbn9-b2t2-5fbs https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:52:59.161431+00:00 Debian Importer Fixing VCID-wfae-uyd7-ybc3 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:50:02.597028+00:00 Debian Importer Fixing VCID-mggj-rvdd-eqc6 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:17:48.526513+00:00 Debian Importer Fixing VCID-9aju-xvg1-n7e5 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:05:54.569164+00:00 Debian Importer Fixing VCID-8cpy-mqfn-y3f9 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:49:48.718709+00:00 Debian Importer Fixing VCID-qhxc-w75p-kqaj https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:40:37.869755+00:00 Debian Importer Fixing VCID-uu3f-3rbn-9fad https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:10:35.691540+00:00 Debian Importer Fixing VCID-2hd4-rbph-5qd8 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-13T08:08:44.933471+00:00 Debian Importer Fixing VCID-18fv-tqjq-p3ce https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:02:10.507290+00:00 Debian Importer Fixing VCID-gbn9-b2t2-5fbs https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:22:23.300484+00:00 Debian Importer Fixing VCID-wfae-uyd7-ybc3 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:20:03.258556+00:00 Debian Importer Fixing VCID-mggj-rvdd-eqc6 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:55:43.928549+00:00 Debian Importer Fixing VCID-9aju-xvg1-n7e5 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:46:45.717780+00:00 Debian Importer Fixing VCID-8cpy-mqfn-y3f9 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:34:09.617231+00:00 Debian Importer Fixing VCID-qhxc-w75p-kqaj https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:26:17.622050+00:00 Debian Importer Fixing VCID-uu3f-3rbn-9fad https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:08:33.879632+00:00 Debian Importer Fixing VCID-2hd4-rbph-5qd8 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-03T07:59:11.452485+00:00 Debian Importer Fixing VCID-7bzf-3c9x-8qc4 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:11.218465+00:00 Debian Importer Fixing VCID-7yp1-231f-a3eq https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:11.101534+00:00 Debian Importer Fixing VCID-nrkb-pzcu-8ueg https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:11.036792+00:00 Debian Importer Fixing VCID-gp3f-yz9h-eqax https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:10.974635+00:00 Debian Importer Fixing VCID-batr-txtv-s3cf https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:10.911482+00:00 Debian Importer Fixing VCID-3qru-uxsd-e3c8 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:10.746886+00:00 Debian Importer Fixing VCID-1xr6-n296-cyfd https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:10.689641+00:00 Debian Importer Fixing VCID-zrfp-skzu-cbet https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:10.628359+00:00 Debian Importer Fixing VCID-wczj-cv1m-7qce https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:10.562974+00:00 Debian Importer Fixing VCID-4s92-5es4-yka5 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:10.443519+00:00 Debian Importer Fixing VCID-4uxg-fxv7-rua8 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:10.385306+00:00 Debian Importer Fixing VCID-d7uk-h423-77f5 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:10.267393+00:00 Debian Importer Fixing VCID-9z8h-gg7t-b7f8 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:10.155358+00:00 Debian Importer Fixing VCID-547a-p94b-6fep https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:10.092936+00:00 Debian Importer Fixing VCID-464s-8ex9-kqdz https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:10.020900+00:00 Debian Importer Fixing VCID-cuqx-wxkd-nffa https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:09.957829+00:00 Debian Importer Fixing VCID-ftt2-5jnt-9ye2 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:09.894464+00:00 Debian Importer Fixing VCID-kx3g-p2zj-duaj https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:09.831653+00:00 Debian Importer Fixing VCID-673b-qsd3-e3hz https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:09.769503+00:00 Debian Importer Fixing VCID-5s7j-6aea-qucr https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:09.530655+00:00 Debian Importer Fixing VCID-r65p-6wkq-sfb9 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:09.464488+00:00 Debian Importer Fixing VCID-6u3x-x7qt-g3fa https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:09.318239+00:00 Debian Importer Fixing VCID-wfae-uyd7-ybc3 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:09.211410+00:00 Debian Importer Fixing VCID-8cpy-mqfn-y3f9 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:09.154397+00:00 Debian Importer Fixing VCID-9aju-xvg1-n7e5 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:09.100095+00:00 Debian Importer Fixing VCID-qhxc-w75p-kqaj https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:09.053155+00:00 Debian Importer Fixing VCID-uu3f-3rbn-9fad https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:09.005928+00:00 Debian Importer Fixing VCID-mggj-rvdd-eqc6 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:08.958975+00:00 Debian Importer Fixing VCID-18fv-tqjq-p3ce https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:08.864880+00:00 Debian Importer Fixing VCID-2hd4-rbph-5qd8 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:59:08.817731+00:00 Debian Importer Fixing VCID-gbn9-b2t2-5fbs https://security-tracker.debian.org/tracker/data/json 38.1.0