Summary
CVE-2026-12526 is an improper authentication vulnerability (CWE-287) in the Advanced Custom Fields: Extended WordPress plugin (ACF Extended) affecting versions before 0.9.2.7. The flaw resides in the plugin’s front-end Forms module and allows an unauthenticated attacker to overwrite an existing administrator’s password, resulting in full account takeover. The issue carries a CVSS v3.1 base score of 8.1 (High).
Technical details
- Root cause: The
update-useraction of the front-end Forms module does not verify that the requester is authorized to edit the specific user account being targeted; it only performs a capability check when the submitted role isadministratororsuper_admin, and even that check does not confirm the requester may act on the targeted account. - Trigger conditions: Exploitation requires a site to expose a publicly reachable front-end form whose user-update action targets an existing administrator account — either a fixed target or one mapped to a visitor-submitted field — and maps the password field to visitor-supplied input. The plugin’s default form target is the submitting user, so a site is only exploitable if an administrator has explicitly configured the form this way.
- Attack vector: Network — no authentication is required to submit the form.
- Impact: An unauthenticated visitor can overwrite the targeted administrator’s password, leading to complete compromise of confidentiality, integrity, and availability of the WordPress site.
Affected software
- Advanced Custom Fields: Extended (ACF Extended) WordPress plugin, versions prior to 0.9.2.7
Severity
- CVSS v3.1 Base Score: 8.1 (High)
- Vector:
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Mitigation and recommended actions
- Immediate: Update Advanced Custom Fields: Extended to version 0.9.2.7 or later, where the authorization check has been fixed.
- If immediate patching is not possible: Audit all front-end Forms created with the plugin and remove or disable any user-update form that targets an administrator/super_admin account or maps a password field to visitor input; restrict public access to any such forms until the plugin is updated.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Raw response body:
/wp-content/plugins/acf-extended/

