Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2023-49974 — 客户支持系统 1.0 - "customer_list"页面的"contact"字段/参数存在跨站脚本(XSS)漏洞 | Kitploit
工具/GitHubGitHub/geraldoalcantara/cve-2023-49974
漏洞分析漏洞利用Web应用程序漏洞利用Web安全渗透测试
GitHubgeraldoalcantara/cve-2023-49974

CVE-2023-49974

客户支持系统 1.0 - "customer_list"页面的"contact"字段/参数存在跨站脚本(XSS)漏洞

查看仓库
12年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2023-49974

Customer Support System 1.0 - 在“customer_list”页面的“contact”字段/参数中存在跨站脚本(XSS)漏洞

描述:Customer Support System 1.0 存在存储型XSS漏洞。在Customer Support System 1版本中存在一个XSS漏洞。恶意行为者可以在编辑/创建客户时通过“contact”字段/参数插入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-49974
测试环境:Windows

复现步骤:

  1. 登录应用程序。
  2. 导航至“/customer_support/index.php?page=customer_list”编辑已有客户,或“/customer_support/index.php?page=new_customer”创建新客户。
  3. 创建或编辑一个客户,并将恶意payload插入到“contact”字段/参数中。
  4. Payload:
root@kitploit:~
</dt></b><script>alert(document.domain)</script>

发现者/致谢:
Geraldo Alcântara

下载工具