---
id: CVE-2026-75816
title: >-
  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
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. This is due to the pre_update_value function lacking any
  capability or owners…
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-287
published: '2026-09-06'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T13:12:58.310'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-75816'
references:
  - url: >-
      https://plugins.trac.wordpress.org/browser/acf-frontend-form-element/tags/3.29.10/main/frontend/fields/user/class-user-email.php#L127
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/acf-frontend-form-element/tags/3.29.10/main/frontend/forms/actions/post.php#L1001
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/acf-frontend-form-element/tags/3.29.10/main/frontend/forms/actions/post.php#L1224
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/acf-frontend-form-element/tags/3.29.10/main/frontend/forms/classes/display.php#L26
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/acf-frontend-form-element/tags/3.29.10/main/frontend/forms/classes/submit.php#L125
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/changeset/3664865/acf-frontend-form-element
    label: security@wordfence.com
  - url: >-
      https://www.wordfence.com/threat-intel/vulnerabilities/id/f1637a3b-7b0f-485d-9d19-4f711f8c671b?source=cve
    label: security@wordfence.com
tags:
  - nvd
  - exploit-available
epss: 0.00913
epssPercentile: 0.58352
ingestedAt: '2026-09-06T15:57:04.943Z'
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/abraxas/CVE-2026-75816'
  checkedAt: '2026-09-25T08:21:12.924Z'
exploitAvailable: true
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
