POC详情: 0a0861b349c1e90998c0b3f12379c58dcdd36649

来源
关联漏洞
标题: WordPress plugin WooCommerce Designer Pro 代码问题漏洞 (CVE-2025-6440)
描述:WordPress和WordPress plugin都是WordPress基金会的产品。WordPress是一套使用PHP语言开发的博客平台。该平台具有在基于PHP和MySQL的服务器上架设个人博客网站的功能。WordPress plugin是一个应用插件。 WordPress plugin WooCommerce Designer Pro 1.9.26及之前版本存在代码问题漏洞,该漏洞源于wcdp_save_canvas_design_ajax函数缺少文件类型验证,可能导致任意文件上传和远程代码执行。
描述
WooCommerce Designer Pro - Arbitrary File Upload
介绍

### Description

WooCommerce Designer Pro plugin for WordPress contains a critical vulnerability in versions up to and including 1.9.26. 
This vulnerability was discovered and disclosed on October 24, 2025. 
The affected component is specifically the ``wcdp_save_canvas_design_ajax`` function within the plugin, which is commonly used by the Pricom - Printing Company & Design Services WordPress them

---

## Install & Use

Installation:

```
pip install -r requirements.txt
```

Usage :

```
python3 exploit.py --url http://example.com/ --file shell.php --verbose
```

Notes:

--url : target base URL (script normalizes it).

--file : local file to upload.

--verbose : optional detailed output.

The script saves:

downloaded_<uniq>.bin

extracted_<uniq>.php (extracted PHP fragment if found)

## Mitigation

Update WooCommerce Designer Pro to the patched version when available.
Prevent PHP execution in upload directories. Example nginx:

```
location ~* /wp-content/uploads/.*\.(php|phtml|php[0-9]*)$ {
    return 403;
}
```

Validate uploaded file types and scan file contents server-side.
Restrict access to AJAX endpoints where possible and monitor upload activity.
文件快照

[4.0K] /data/pocs/0a0861b349c1e90998c0b3f12379c58dcdd36649 ├── [7.3K] CVE-2025-6440.py ├── [1.1K] README.md └── [ 49] requirements.txt 0 directories, 3 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。