Frontend Admin by DynamiApps <= 3.28.36 - Unauthenticated Privilege Escalation via Edit User Form

8.8
Improper Privilege Management
CVE CVE-2026-6228
CVSS 8.8 (High)
Publicly Published May 14, 2026
Last Updated May 15, 2026
Researcher Colin Xu

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.

References

Share

Vulnerability Details for Frontend Admin by DynamiApps

Software Type Plugin
Software Slug acf-frontend-form-element (view on wordpress.org)
Patched? Yes
Remediation Update to version 3.29.1, or a newer patched version
Affected Version
  • <= 3.28.36
Patched Version
  • 3.29.1

Recent vulnerabilities in Frontend Admin by DynamiApps

# Title CVE ID CVSS Researchers Date
1 Frontend Admin by DynamiApps <= 3.28.28 - Authenticated (Administrator+) SQL Injection via 'order' Parameter CVE-2026-10039 4.9 Louis Deschanel (JeanJeanLeHaxor), Pascal SUN May 28, 2026
2 Frontend Admin by DynamiApps <= 3.29.2 - Missing Authorization to Authenticated (Subscriber+) Account Takeover via 'user_id' URL Query Parameter CVE-2026-7802 8.8 Tiago Ventura (perses) May 27, 2026
3 Frontend Admin by DynamiApps <= 3.29.2 - Unauthenticated Privilege Escalation via Form Configuration Injection CVE-2026-6226 8.8 daroo May 27, 2026
4 Frontend Admin by DynamiApps <= 3.28.31 - Authenticated (Editor+) PHP Object Injection via 'post_content' of Admin Form Posts CVE-2026-3328 7.2 Osvaldo Noe Gonzalez Del Rio (Os) March 25, 2026
5 Frontend Admin by DynamiApps <= 3.28.23 - Unauthenticated Stored Cross-Site Scripting via 'update_field' CVE-2025-14937 7.2 Paolo Tresso January 8, 2026
6 Frontend Admin by DynamiApps <= 3.28.25 - Missing Authorization to Unauthenticated Arbitrary Data Deletion via 'delete post' Form Element CVE-2025-14741 9.1 andrea bocchetti January 8, 2026
7 Frontend Admin by DynamiApps <= 3.28.29 - Unauthenticated Privilege Escalation to Administrator via Role Form Field CVE-2025-14736 9.8 andrea bocchetti January 8, 2026
8 Frontend Admin by DynamiApps <= 3.28.20 - Unauthenticated Arbitrary Options Update CVE-2025-13342 9.8 YC_Infosec December 3, 2025
9 Frontend Admin by DynamiApps <= 3.28.3 - Authenticated (Subscriber+) SQL Injection CVE-2025-49267 6.5 Frissi0n August 12, 2025
10 Frontend Admin by DynamiApps <= 3.28.7 - Authenticated (Editor+) Arbitrary File Deletion CVE-2025-49303 6.5 0xd4rk5id3 June 26, 2025

Did you know Wordfence Intelligence provides free personal and commercial API access to our comprehensive WordPress vulnerability database, along with a free webhook integration to stay on top of the latest vulnerabilities added and updated in the database? Get started today!

Learn more

Want to get notified of the latest vulnerabilities that may affect your WordPress site?
Install Wordfence on your site today to get notified immediately if your site is affected by a vulnerability that has been added to our database.

Get Wordfence

The Wordfence Intelligence WordPress vulnerability database is completely free to access and query via API. Please review the documentation on how to access and consume the vulnerability data via API.

Documentation