Awesome-POC/cms/极致CMS 1.81 后台存储型XSS.md
2022-02-20 16:14:31 +08:00

43 lines
836 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 1.81 后台存储型XSS
## 漏洞描述
极致CMS后台中存在存储XSS通过XSS漏洞可能泄漏敏感信息
## 漏洞影响
```
极致CMS
```
## FOFA
```
icon_hash="1657387632"
```
## 漏洞复现
网站主页![img](https://typora-1308934770.cos.ap-beijing.myqcloud.com/202202170914080.png)
登录管理员添加模块
![](https://typora-1308934770.cos.ap-beijing.myqcloud.com/202202170915540.png)
注册用户
![](https://typora-1308934770.cos.ap-beijing.myqcloud.com/202202170915958.png)
点击发布文章
![](https://typora-1308934770.cos.ap-beijing.myqcloud.com/202202170915367.png)
在文章标题处插入xss payload
- `<details open ontoggle= confirm(document[`coo`+`kie`])>`
当管理员访问时XSS成功
![](https://typora-1308934770.cos.ap-beijing.myqcloud.com/202202170915879.png)