CVE-2023-32728
18.12.2023, 10:15
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.
Vendor | Product | Version |
---|---|---|
zabbix | zabbix-agent2 | 5.0.0 ≤ 𝑥 ≤ 5.0.38 |
zabbix | zabbix-agent2 | 6.0.0 ≤ 𝑥 ≤ 6.0.23 |
zabbix | zabbix-agent2 | 6.4.0 ≤ 𝑥 ≤ 6.4.8 |
zabbix | zabbix-agent2 | 7.0.0:alpha1 |
zabbix | zabbix-agent2 | 7.0.0:alpha2 |
zabbix | zabbix-agent2 | 7.0.0:alpha3 |
zabbix | zabbix-agent2 | 7.0.0:alpha6 |
zabbix | zabbix-agent2 | 7.0.0:alpha7 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-20 - Improper Input ValidationThe product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
- CWE-94 - Improper Control of Generation of Code ('Code Injection')The software constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.