# Advanced Custom Fields Extended 远程代码执行漏洞
## 概述
Advanced Custom Fields: Extended 插件在 WordPress 中存在远程代码执行漏洞。
## 影响版本
版本 0.9.0.5 至 0.9.1.1。
## 细节
漏洞点位于 `prepare_form()` 函数中,该函数接收用户输入并将其直接传递给 `call_user_func_array()`,未进行足够的安全检查或过滤。
## 影响
未认证攻击者可利用此漏洞在目标服务器上执行任意代码,进而植入后门或创建新的管理员用户。
是否为 Web 类漏洞: 未知
判断理由:
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | Vulnerable setup for CVE-2025-13486 - Advanced Custom Fields: Extended - Remote Code Execution | https://github.com/0xnemian/CVE-2025-13486.-CVE-2025-13486 | POC详情 |
| 2 | POC for CVE-2025-13486 | https://github.com/0xanis/CVE-2025-13486-POC | POC详情 |
| 3 | Docker test environment for CVE-2025-13486 (ACF Extended RCE). For security research only. | https://github.com/KrE80r/cve-2025-13486-vuln-setup | POC详情 |
| 4 | The Advanced Custom Fields: Extended plugin for WordPress is vulnerable to Remote Code Execution in versions 0.9.0.5 through 0.9.1.1 via the prepare_form() function. | https://github.com/MataKucing-OFC/CVE-2025-13486 | POC详情 |
| 5 | Advanced Custom Fields Extended (ACFE) WordPress Plugin Exploit RCE - Admin Creation | https://github.com/0xgh057r3c0n/CVE-2025-13486 | POC详情 |
| 6 | None | https://github.com/pukixploit/CVE-2025-13486 | POC详情 |
| 7 | Advanced Custom Fields: Extended WordPress plugin 0.9.0.5 through 0.9.1.1 contains a remote code execution caused by unsafe use of call_user_func_array() in prepare_form() function, letting unauthenticated attackers execute arbitrary code remotely. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2025/CVE-2025-13486.yaml | POC详情 |
| 8 | CVE-2025-13486 - Remote Code Execution & Privilege Escalation exploit | https://github.com/whattheslime/CVE-2025-13486-exploit | POC详情 |
标题: Changeset 3400134 for acf-extended – WordPress Plugin Repository -- 🔗来源链接
标签:
神龙速读:
### 关键信息汇总
- **Changeset ID**: 3400134
- **Plugin**: acf-extended
- **Timestamp**: 2025-11-21 02:21:14 AM (12 days ago)
- **Author**: hwk-fr
- **Commit Message**: 0.9.2 commit
- **Location**: acf-extended/trunk
- **Files Changed**:
- **17 Added**
- **4 Deleted**
- **55 Edited**
- **Note**: Changeset view not shown due to size constraints (4.1 MB exceeds 4.0 MB limit).
标题: Advanced Custom Fields: Extended 0.9.0.5 - 0.9.1.1 - Unauthenticated Remote Code Execution in prepare_form -- 🔗来源链接
标签:
神龙速读:
### 关键漏洞信息
- **CVE**: CVE-2025-13486
- **CVSS**: 9.8 (Critical)
- **公开发布日期**: 2025年12月2日
- **最后更新日期**: 2025年12月3日
- **研究者**: Marcin Dudek (dudekmar) - CERT.PL
### 漏洞详情
- **受影响的插件**: Advanced Custom Fields: Extended
- **插件类型**: 插件
- **软件SLUG**: acf-extended (查看 [WordPress.org](https://wordpress.org/))
- **已修复**: 是
- **修复建议**: 更新至0.9.2版本或更新的已修复版本
- **影响版本**: 0.9.0.5 - 0.9.1.1
- **修复版本**: 0.9.2
### 其他信息
- Wordfence在过去24小时内阻止了16次针对此漏洞的攻击。
- 参考链接: [plugins.trac.wordpress.org](https://plugins.trac.wordpress.org/)
- 可通过API访问Wordfence Intelligence漏洞数据库,详见[文档](#)。
暂无评论