CVE-2026-6228
Last modified
CVE-2026-6228 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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. EPSS estimates a 0.33% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-6228?
How severe is CVE-2026-6228?
How do I fix CVE-2026-6228?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-6226The Frontend Admin by DynamiApps plugin for WordPress is vul…8.8
- CVE-2026-62262Piwigo is a full featured open source photo gallery applicat…9.1
- CVE-2026-62263Open Access Management (OpenAM) is an access management solu…9.2
- CVE-2026-6227The BackWPup plugin for WordPress is vulnerable to Local Fil…7.2
- CVE-2026-62278LubeLogger is a self-hosted, open-source, web-based vehicle …8.1
- CVE-2026-62279LubeLogger is a self-hosted, open-source, web-based vehicle …7.1
- CVE-2026-62280Open Access Management (OpenAM) is an access management solu…6.1
- CVE-2026-62282OpenCVE is a vulnerability intelligence platform. Prior to 3…6.5
- CVE-2026-62283Nezha Monitoring is a self-hostable, lightweight, servers an…9.9
- CVE-2026-62286Dozzle is a realtime log viewer for docker containers. Prior…4.3
- CVE-2026-62287Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-62289libheif is a HEIF and AVIF file format decoder and encoder. …4.3
Are you affected by CVE-2026-6228?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
