← Back

Zabbix Agent2

zabbix-agent2

Vendor: Zabbix • 4 CVEs

CVEs (4)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Zabbix
1Zabbix Agent2
Jun 17, 2026
Dec 18, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
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.
1Zabbix
1Zabbix Agent2
Jun 17, 2026
Oct 12, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
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 w...Show more
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.Show less
1Zabbix
2Web Service Report Generation
Zabbix Agent2
Jun 17, 2026
Dec 15, 2022
N/A· v4
5.9 MEDIUM· v3
N/A· v2
Arbitrary file read vulnerability exists in Zabbix Web Service Report Generation, which listens on the port 10053. The service does not have proper validation for URL parameters before reading the files.
1Zabbix
1Zabbix Agent2
Jun 17, 2026
Jan 6, 2022
N/A· v4
9.8 CRITICAL· v3
10.0 HIGH· v2
The zabbix-agent2 package before 5.4.9-r1 for Alpine Linux sometimes allows privilege escalation to root because the design incorrectly expected that systemd would (in effect) determine part of the configuration.