CVE Catalog

CVE-2026-23920

High
Published: Translated: NVD NIST

Summary

Input validation for host and event action scripts in Zabbix uses regex (set by the administrator) but runs in multiline mode. If ^ and $ anchors are used, an injected newline lets authenticated users bypass the check and inject shell commands.

Risk Assessment

Risk of unauthorized shell command execution on the Zabbix server, potentially leading to full system compromise.

Recommendation

Update Zabbix to a patched version and adjust validation configuration to avoid multiline mode or use proper safeguards.

Other vulnerabilities in Zabbix

See all
Original NVD description (English source)

Host and event action script input is validated with a regex (set by the administrator), but the validation runs in multiline mode. If ^ and $ anchors are used in user input validation, an injected newline lets authenticated users bypass the check and inject shell commands.

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