CVE-2012-10025 CRITICAL

CVE-2012-10025: WordPress Plugin Advanced Custom Fields <= 3.5.1 Remote File Inclusion

Vendor Advanced Custom Fields
Product WordPress Plugin
Weakness CWE-98 · PHP file inclusion
Published August 5, 2025
Last update May 15, 2026

CVSS base score

10.0/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

What the vulnerability does

01Description

The WordPress plugin Advanced Custom Fields (ACF) version 3.5.1 and below contains a remote file inclusion (RFI) vulnerability in core/actions/export.php. When the PHP configuration directive allow_url_include is enabled (default: Off), an unauthenticated attacker can exploit the acf_abspath POST parameter to include and execute arbitrary remote PHP code. This leads to remote code execution under the web server’s context, allowing full compromise of the host.

Explanation of Vulnerability in Simple Terms

02Summary

Advanced Custom Fields WordPress plugin versions 3.5.1 and earlier contain a critical vulnerability allowing unauthenticated remote attackers to execute arbitrary code on affected sites. The vulnerability requires no user interaction and can be exploited over the network. All sites running this plugin should update immediately to a patched version.

What an attacker can do

03Attacker Capabilities

Run arbitrary code on the site without authentication.

Potential impact on your site

04Site Impact

Complete compromise of the WordPress site, including data theft, malware installation, and site defacement.

Conditions required to exploit

05Prerequisites

Network access to the site; no authentication or user interaction required.

Key dates

06Disclosure timeline

August 5, 2025 CVE published
May 15, 2026 Record updated