SEPTEMBER 14, 2026
Live Feed
Back to database
Case File

CVE-2026-75816

CRITICAL · CVSS 9.8 EPSS 0.50%

Source: NVD + CISA KEV + EPSS · Published 2026-09-06 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

The Frontend Admin by DynamiApps plugin for WordPress is critically vulnerable to authentication bypass, allowing unauthenticated attackers to overwrite any user's registered email address, including that of administrators. This flaw arises from inadequate capability checks in the pre_update_value function and improper handling of non-numeric post IDs, enabling attackers to exploit the password reset mechanism for account takeover. WordPress site administrators using this plugin should prioritize immediate updates to mitigate this severe risk.

CVE
CVE-2026-75816
Severity
CRITICAL
CVSS
9.8
EPSS
0.50%
WordPress

Original NVD 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.