Awesome-POC/cms/快排CMS 后台XSS漏洞.md
2022-02-20 16:14:31 +08:00

29 lines
655 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 快排CMS 后台XSS漏洞
## 漏洞描述
快排CMS 后台存在XSS漏洞通过后台构造特殊语句可以造成访问网站的用户被XSS影响
## 漏洞影响
```
快排 CMS <= 1.2
```
## 环境搭建
https://gitee.com/qingzhanwang/kpcms
## 漏洞复现
漏洞出现在登录后台的网站编辑的位置由于没有对输出的字符进行过滤导致XSS
![](https://typora-1308934770.cos.ap-beijing.myqcloud.com/202202170922990.png)
主页版权处嵌入XSS代码
![](https://typora-1308934770.cos.ap-beijing.myqcloud.com/202202170922232.png)
![](https://typora-1308934770.cos.ap-beijing.myqcloud.com/202202170923548.png)