CVE-2012-10025
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe ACF plugin versions 3.5.1 and below in core/actions/export.php have an unauthenticated RFI vulnerability. The acf_abspath POST parameter allows attackers to include remote PHP files when allow_url_include is enabled (default Off), leading to RCE.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- Authentication
- X
- User interaction
- None
- Scope
- X
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify Advanced Custom Fields plugin is installedCheck your WordPress installation under wp-content/plugins/ for the advanced-custom-fields folder, or view the plugin in the WordPress admin Plugins pageAffected if The plugin is present in the plugins directory
-
Determine installed ACF plugin versionOpen the main plugin file (usually advanced-custom-fields/acf.php) and locate the Version header in the plugin comment block, or check wp-content/plugins/advanced-custom-fields/readme.txt for the versionAffected if The version is 3.5.1 or lower
-
Confirm vulnerable file existsVerify the file core/actions/export.php exists within the advanced-custom-fields plugin directoryAffected if The file wp-content/plugins/advanced-custom-fields/core/actions/export.php is present
-
Check PHP allow_url_include settingRun phpinfo() or check your php.ini for the allow_url_include directive. From command line: php -i | grep allow_url_includeAffected if allow_url_include is set to On (enabled)
You are affected if you have Advanced Custom Fields plugin version 3.5.1 or below with the core/actions/export.php file present AND PHP allow_url_include is enabled.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade ACF to a patched version and ensure allow_url_include=Off in php.ini. If immediate upgrade isn't possible, disable the plugin or add WAF rules blocking requests to core/actions/export.php.
Advanced Custom Fields version 3.5.2 or later (current stable release recommended)
- 1. Backup your WordPress database and files before making any changes
- 2. Navigate to Plugins > Installed Plugins in the WordPress admin dashboard
- 3. Locate the Advanced Custom Fields plugin in the list
- 4. If an update is available, click 'Update Now' to install the latest version
- 5. If no update is shown, manually download the latest ACF version from wordpress.org and replace the plugin files via FTP or the WordPress plugin uploader
- 6. Verify the plugin is running at version 3.5.2 or higher after update
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,696.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2012-10025 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2012-10025 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data