Home

Description

The Frontend Admin by DynamiApps plugin for WordPress is vulnerable to unauthenticated privilege escalation in versions up to and including 3.29.2. This is due to insecure form submission handling that accepts arbitrary form definitions from user input instead of securely loading them from the backend. When $_POST['_acf_form'] is an array (rather than a form ID), the validate_form() function bypasses database lookup and directly processes the attacker-controlled structure. The create_record() function preserves attacker-supplied record data if present, and the user action's run() function falls back to attacker-controlled field definitions from $form['fields'] when legitimate fields cannot be found. The role field's pre_update_value() validation reads $field['role_options'] from this attacker-controlled definition, allowing an attacker to specify ['administrator'] as an allowed role and bypass the security check. This makes it possible for unauthenticated attackers to create administrator accounts by injecting a custom form configuration with a spoofed role field.

PUBLISHED Reserved 2026-04-13 | Published 2026-05-28 | Updated 2026-05-28 | Assigner Wordfence




HIGH: 8.8CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Problem types

CWE-269 Improper Privilege Management

Product status

Default status
unaffected

Any version
affected

Timeline

2026-04-13:Vendor Notified
2026-05-27:Disclosed

Credits

daroo finder

References

www.wordfence.com/...-3384-4ea7-96dd-d6adcce40392?source=cve

plugins.trac.wordpress.org/...end/fields/user/class-role.php

plugins.trac.wordpress.org/...end/fields/user/class-role.php

plugins.trac.wordpress.org/...rontend/forms/actions/user.php

plugins.trac.wordpress.org/...rontend/forms/actions/user.php

plugins.trac.wordpress.org/...ntend/forms/classes/submit.php

plugins.trac.wordpress.org/...ntend/forms/classes/submit.php

plugins.trac.wordpress.org/...tend/forms/classes/display.php

plugins.trac.wordpress.org/...tend/forms/classes/display.php

plugins.trac.wordpress.org/...-element&sfp_email=&sfph_mail=

cve.org (CVE-2026-6226)

nvd.nist.gov (CVE-2026-6226)

Download JSON