CVE Catalog

CVE-2026-75816

CriticalCVSS 9.8
Published: Translated: NVD NIST

Summary

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. The pre_update_value function lacks capability or ownership checks, and ActionPost::conditions_logic() short-circuits the current_user_can('edit_post') authorization gate when the post ID is non-numeric, allowing unauthenticated form submissions to be routed to arbitrary user records. This enables unauthenticated attackers to overwrite any user's email address, including an administrator's, and then use WordPress's native password-reset flow to take over the account.

Risk Assessment

An unauthenticated attacker can take over an administrator account, leading to full compromise of the WordPress site and its data.

Recommendation

Update the Frontend Admin by DynamiApps plugin to the latest patched version, and audit user accounts for unauthorized changes.

Other vulnerabilities in Frontend Admin by DynamiApps

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS