CVE Catalog

CVE-2026-23919

High
Published: Translated: NVD NIST

Summary

For performance reasons Zabbix Server/Proxy reuses JavaScript (Duktape) contexts in script items, JavaScript reprocessing, and 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 making built-in Zabbix JavaScript objects read-only, but usage of global JavaScript variables is not recommended.

Risk Assessment

Risk of data leakage from hosts the administrator lacks access to, violating privilege isolation and potentially exposing sensitive information.

Recommendation

Update Zabbix to a patched version and avoid using global JavaScript variables in scripts.

Other vulnerabilities in Zabbix

See all
Original NVD description (English source)

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>.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS