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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Vehicle-Service-Management-System-Category-List-Stored-Cross-Site-Scripting-XSS — CVE-2021-46071 - Vehicle Service Management System 1.0 的登录面板中的类别列表部分存在存储型跨站脚本(XSS)漏洞。 | Kitploit
工具/GitHubGitHub/sanupl/vehicle-service-management-system-category-list-stored-cross-site-scripting-xss
漏洞分析代码分析漏洞利用Web应用程序漏洞利用Web安全渗透测试
GitHubsanupl/vehicle-service-management-system-category-list-stored-cross-site-scripting-xss

Vehicle-Service-Management-System-Category-List-Stored-Cross-Site-Scripting-XSS

CVE-2021-46071 - Vehicle Service Management System 1.0 的登录面板中的类别列表部分存在存储型跨站脚本(XSS)漏洞。

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
查看仓库
34个月前尚未审核
分享

CVE-2021-46071

漏洞标题: Vehicle Service Management System - '分类列表' 存储型跨站脚本(XSS)

漏洞作者: SANU P.L

CVE: CVE-2021-46071

CVSS: 4.8 中危

参考链接:

  • https://www.plsanu.com/vehicle-service-management-system-category-list-stored-cross-site-scripting-xss
  • https://nvd.nist.gov/vuln/detail/CVE-2021-46071
  • https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46071

漏洞描述:

Vehicle Service Management System 1.0 在登录面板的“分类列表”部分存在存储型跨站脚本(XSS)漏洞。

利用步骤:

  1. 登录管理面板 http://localhost/vehicle_service/admin
  2. 导航到“分类列表”部分,点击“创建新类别”按钮。
  3. 在“类别名称”输入框中注入以下载荷。

载荷:

root@kitploit:~
 "><script>alert(document.cookie)</script>
  1. 点击“保存”按钮。
  2. 恶意 JavaScript 代码被触发。

影响:

攻击者能够在“分类列表”部分注入恶意 JavaScript 代码。

缓解措施:

建议对整个应用程序的所有输入字段进行消毒处理。

下载工具