Logo
componentzabbix
Name
zabbix
Version
7.2.13
Type
library
Description
-
Licenses
AGPL-3.0
PURL
-
CPE
cpe:2.3:a:zabbix:zabbix:7.2.13:-:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
2025.02.x
7.2.13

Patches#


#
Title
Author
Resolve
1
m4/netsnmp.m4: fix shared netsnmp build
Fabrice Fontaine <fontaine.fabrice@gmail.com>

Vulnerabilities#


Name
Analysis
Description
Exploitable
A low privilege Zabbix user with API access can exploit a blind SQL injection vulnerability in include/classes/api/CApiService.php to execute arbitrary SQL selects via the sortfield parameter. Although query results are not returned directly, an attacker can exfiltrate arbitrary database data through time-based techniques, potentially leading to session identifier disclosure and administrator account compromise.
Exploitable
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.