CVE-2026-75816 Details
Description
The Frontend Admin by DynamiApps plugin for WordPress is vulnerable to Authentication Bypass to Account Takeover in all versions up to, and including, 3.29.12. This is due to the pre_update_value function lacking any capability or ownership check, and ActionPost::conditions_logic() short-circuiting its current_user_can('edit_post') authorization gate whenever the post ID is non-numeric — such as the string user_1 — allowing unauthenticated form submissions to be routed to arbitrary user records without restriction. This makes it possible for unauthenticated attackers to overwrite any user's registered email address, including an administrator's, and then leverage WordPress's native password-reset flow to fully take over the targeted account.
A vulnerability in the Frontend Admin by DynamiApps plugin for WordPress, present in all versions up to and including 3.29.12, allows for authentication bypass leading to account takeover. The issue arises because the 'pre_update_value' function does not implement any capability or ownership checks. Additionally, the 'ActionPost::conditions_logic()' method bypasses the 'current_user_can('edit_post')' authorization requirement when the post ID is non-numeric, such as 'user_1'. This flaw enables unauthenticated form submissions to be directed to any user record without restrictions, allowing attackers to overwrite registered email addresses, including those of administrators, and subsequently use WordPress's password-reset feature to gain full access to the compromised account.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 6, 2026CISA-ADP
Assessed Sep 7, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-287 | Improper Authentication | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| DynamiApps Frontend Admin | <= 3.29.12 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 7, 2026 | CVE Modified | CISA-ADP |
| Sep 6, 2026 | New CVE Received | [email protected] |
Volerion