
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-12030 is an Insecure Direct Object Reference (IDOR) vulnerability in the ACF to REST API plugin for WordPress, affecting all versions up to and including 3.3.4. The flaw allows authenticated attackers with Contributor-level access or above to modify Advanced Custom Fields (ACF) data on objects they do not own — including posts, user accounts, comments, taxonomy terms, and the global options page — via the /wp-json/acf/v3/{type}/{id} REST API endpoints. It was disclosed on January 7, 2026, with Wordfence as the assigning CNA. The vulnerability carries a CVSS v3.1 base score of 4.3 (Medium) (Wordfence).
The root cause is insufficient authorization logic in the update_item_permissions_check() method of the plugin's REST API controller (class-acf-to-rest-api-controller.php, lines 108 and 120). The method only verifies that the requesting user holds the generic edit_posts capability, without performing object-specific permission checks such as edit_post($id), edit_user($id), or manage_options. This constitutes an Authorization Bypass Through User-Controlled Key (CWE-639), as an attacker can supply arbitrary object IDs in the REST endpoint path to target resources they are not authorized to modify. A proof-of-concept exploit is publicly available on GitHub (Wordfence, PoC GitHub).
Successful exploitation allows authenticated attackers (Contributor role or higher) to make unauthorized modifications to ACF field data across a wide range of WordPress objects, including posts owned by other users, any user account's metadata, comments, taxonomy terms, and site-wide options via the global options page. While confidentiality and availability are not directly impacted, the integrity impact is significant: an attacker could alter user profile data, manipulate site configuration stored in ACF options, or tamper with content across the site without proper authorization. This could facilitate privilege escalation, content defacement, or persistent site misconfiguration (Wordfence).
A proof-of-concept exploit is publicly available on GitHub (added March 2, 2026), though there is no evidence of active in-the-wild exploitation at this time (PoC GitHub). The vulnerability requires authentication at the Contributor level or above, which limits opportunistic exploitation but remains a realistic threat on sites with open registration or multiple contributors. The EPSS score is approximately 0.02%, reflecting low current exploitation probability. The CVE is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
/wp-json/acf/v3/ endpoint, which returns ACF field data if the plugin is active./wp-json/wp/v2/posts, /wp-json/wp/v2/users) to enumerate post IDs, user IDs, or other object identifiers on the site./wp-json/acf/v3/{type}/{id} (e.g., /wp-json/acf/v3/users/1 to target the admin account), supplying modified ACF field values in the request body.update_item_permissions_check() only validates edit_posts capability, the request is accepted without verifying ownership or object-specific permissions./wp-json/acf/v3/{type}/{id} endpoints from Contributor-level accounts, especially targeting user IDs, options, or posts not owned by the requesting user./wp-json/acf/v3/users/, /wp-json/acf/v3/options/, or other sensitive object types from low-privileged accounts; repeated requests across multiple object IDs suggesting enumeration.Update the ACF to REST API plugin to version 3.3.5 or later, which addresses the insufficient capability checks in update_item_permissions_check() (Wordfence). As an interim workaround, restrict Contributor-level user registration and access if not operationally required, or temporarily disable the ACF REST API endpoints. Additionally, monitor REST API access logs for suspicious activity targeting /wp-json/acf/v3/ endpoints from low-privileged accounts.
Wordfence disclosed the vulnerability and assigned the CVE on January 7, 2026, providing a detailed advisory and threat intelligence entry. No significant broader media coverage or notable researcher commentary beyond the Wordfence disclosure and the GitHub PoC publication has been identified.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."