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-24401 — Auto exploitation tool for CVE-2024-24401. | Kitploit
Tools/GitHubGitHub/mawk0235/cve-2024-24401
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubmawk0235/cve-2024-24401

CVE-2024-24401

Auto exploitation tool for CVE-2024-24401.

View Repository
3691 year 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

Vulnerability Report

CVE Disovered by: Jarod Jaslow (MAWK)

(DESIGNED TO BE RUN ON KALI LINUX)

Notes

Nagios has patched version 2024R1.0.1 in all recent downloads. To determine if a target is vulnerable, ensure they are using an older download of 2024R1.0.1.

The updated script checks to make sure that the target system is vulnerable

OVA NAGIOS USER CREDS: mawk:mawk

DOWNLOAD: https://1drv.ms/u/s!Aj-SNbxrSxWZh51fp476lHxNHGd6jA?e=AX3mJU

image

Vulnerability Details:

  • Endpoint: /nagiosxi//config/monitoringwizard.php Nagios XI Version 2024R1.0.1
  • Vulnerability Type: Authenticated SQL Injection
  • Exploitation Result: Admin account creation and full remote code execution

Steps to Reproduce:

  1. Create a fresh instance of Nagios XI Version 2024R1.01. Pasted image 20240118113507

Pasted image 20240118113528

Pasted image 20240118113539

Pasted image 20240118113554

  1. Create a user with minimum permissions. Pasted image 20240118113548

  2. Execute the provided Python script with the correct arguments:

    root@kitploit:~
    python3 MawkiNagiosXIPOC.py <target IP>
    

image

image

Proof of Concept:

Attached is the Python script demonstrating the vulnerability

Recommendation:

To mitigate the risk of SQL injection, it is strongly advised to use parameterized queries or prepared statements when interacting with databases. Parameterized queries ensure that user input is treated as data, not executable code, making it much more difficult for attackers to inject malicious SQL statements.

This is mitigated in recent updates

CVE:

https://cve.mitre.org/cgi-bin/cvename.cgi?name=2024-24401

image

Download Tool