PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-75816 shabti CVE debrief

The Frontend Admin by DynamiApps plugin for WordPress is vulnerable to Authentication Bypass to Account Takeover due to a lack of capability or ownership checks in the pre_update_value function and a short-circuit in ActionPost::conditions_logic(). This allows unauthenticated attackers to overwrite user email addresses and potentially take over accounts via WordPress's password-reset flow.

Vendor
shabti
Product
Frontend Admin by DynamiApps
CVSS
CRITICAL 9.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-06
Original CVE updated
2026-09-06
Advisory published
2026-09-06
Advisory updated
2026-09-06

Who should care

WordPress site administrators, security teams responsible for WordPress deployments, and users of the Frontend Admin by DynamiApps plugin should assess exposure and take necessary actions to protect their sites and users.

Why it matters

CVE-2026-75816 is a critical vulnerability in the Frontend Admin by DynamiApps plugin for WordPress, allowing unauthenticated attackers to potentially take over user accounts. WordPress site administrators and security teams should assess exposure and apply patches or mitigations as soon as possible. The vulnerability's critical CVSS score of 9.8 indicates its severity. However, specific details on exploitation or victim impact are not provided in the CVE record or NVD entry, so verification of exposure and impact is necessary.

  • Potential for unauthenticated attackers to take over user accounts, including administrator accounts.
  • Ability for attackers to overwrite user email addresses, which can be used to reset passwords and gain control of accounts.
  • Potential disruption to WordPress site operations and security if left unpatched.
  • Need for verification of current plugin version and exposure in WordPress deployments.

Technical 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 vulnerability stems from 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. This allows unauthenticated form submissions to be routed to arbitrary user records without restriction, enabling 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.

Defensive priority

High priority for WordPress site administrators and security teams to assess exposure and apply patches or mitigations.

Recommended defensive actions

  • Assess exposure of WordPress sites using the Frontend Admin by DynamiApps plugin, versions up to and including 3.29.12.
  • Verify if the plugin has been updated to a patched version.
  • Implement additional monitoring for suspicious account activity, especially related to email changes and password resets.
  • Consider applying compensating controls, such as additional authentication steps for sensitive user account changes.
  • Review and update asset inventory to ensure all instances of the plugin are accounted for.
  • Establish a rollback plan in case patching is delayed or unsuccessful.
  • Track changes to plugin versions and configurations for auditing and compliance purposes.

Evidence notes

The CVE record and NVD entry provide details on the vulnerability, including its critical CVSS score of 9.8 and the affected plugin version. However, specific details on exploitation or victim impact are not provided.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-75816 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-75816

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-75816 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-75816

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/acf-frontend-form-element/tags/3.29.10/main/frontend/fields/user/class-user-email.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/acf-frontend-form-element/tags/3.29.10/main/frontend/forms/actions/post.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/acf-frontend-form-element/tags/3.29.10/main/frontend/forms/classes/display.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/acf-frontend-form-element/tags/3.29.10/main/frontend/forms/classes/submit.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/changeset/3664865/acf-frontend-form-element

    [email protected]

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.