add WordPress File Manager插件任意文件上传漏洞

This commit is contained in:
helloexp 2022-06-01 11:39:05 +08:00
parent 9ab52b9ec5
commit 9a82769c67
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# WordPress File Manager插件任意文件上传漏洞
> File Manager是一个WordPress插件由于函数处理不严谨可构造恶意请求包上传任意文件。漏洞主要因为File Manager插件中的elFinder库的调用未进行严格访问控制触发导致可以被直接利用
### 影响版本
1. 免费版受影响版本V6.0-V6.8
2. Pro版受影响版本V7.6-V7.0
### 漏洞危害
通过上传恶意文件可以获取webshell 权限
### 漏洞利用
1. burp 发包
![](images/send.png)
2. 访问 `http://localhost/wordpress/wp-content/plugins/wp-file-manager/lib/files/shell.php`
![](images/result.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB