Monitor vulnerabilities like this one.
Sign up free to get alerted when software you use is affected.
8.8
CVE-2026-6228: DynamiApps Frontend Admin plugin for WordPress allows attackers to gain admin access
CVE-2026-6228
Summary
The DynamiApps Frontend Admin plugin for WordPress has a security flaw that could allow an attacker to gain administrator access to your website. This is a serious issue because it could let an attacker make changes to your website without your permission. To fix this, update the plugin to the latest version, which should be version 3.28.37 or later.
Original title
The Frontend Admin by DynamiApps plugin for WordPress is vulnerable to Privilege Escalation in versions up to and including 3.28.36. This is due to insufficient authorization checks in the role fie...
Original description
The Frontend Admin by DynamiApps plugin for WordPress is vulnerable to Privilege Escalation in versions up to and including 3.28.36. This is due to insufficient authorization checks in the role field update mechanism combined with overly permissive capabilities for the admin_form post type. The admin_form custom post type uses 'capability_type' => 'page', which grants editors the ability to create and edit forms. When an editor creates an edit_user form, they can manipulate the form configuration to include 'administrator' in the role_options array by directly submitting POST data to wp-admin/post.php, bypassing the UI restrictions in feadmin_get_user_roles(). When the form is subsequently submitted, the pre_update_value() function in class-role.php only validates that the submitted role exists in the form's role_options array (lines 107-110), but fails to verify that the current user has permission to assign that specific role. This makes it possible for unauthenticated attackers to first register as editors (via a public new_user form), then create an edit_user form with administrator in the allowed roles, and finally use that form to escalate their own privileges to administrator.
nvd CVSS3.1
8.8
Vulnerability type
CWE-269
Improper Privilege Management
- https://plugins.trac.wordpress.org/browser/acf-frontend-form-element/trunk/main/...
- https://plugins.trac.wordpress.org/browser/acf-frontend-form-element/trunk/main/...
- https://plugins.trac.wordpress.org/browser/acf-frontend-form-element/trunk/main/...
- https://plugins.trac.wordpress.org/changeset/3519460
- https://www.wordfence.com/threat-intel/vulnerabilities/id/083accd0-8338-47c6-b39...
Published: 15 May 2026 · Updated: 28 May 2026 · First seen: 15 May 2026