CVE-2023-32722
12.10.2023, 07:15
The zabbix/src/libs/zbxjson module is vulnerable to a buffer overflow when parsing JSON files via zbx_json_open.
Vendor | Product | Version |
---|---|---|
zabbix | zabbix | 6.0.0 ≤ 𝑥 ≤ 6.0.20 |
zabbix | zabbix | 6.4.0 ≤ 𝑥 ≤ 6.4.5 |
zabbix | zabbix | 7.0.0:alpha1 |
zabbix | zabbix | 7.0.0:alpha2 |
zabbix | zabbix | 7.0.0:alpha3 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')The program copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.