PT-2026-41274 · Shabti · Frontend Admin By Dynamiapps

Colin Xu

·

Published

2026-05-15

·

Updated

2026-05-15

·

CVE-2026-6228

CVSS v3.1

8.8

High

VectorAV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
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.

Fix

Improper Privilege Management

Weakness Enumeration

Related Identifiers

CVE-2026-6228

Affected Products

Frontend Admin By Dynamiapps