Description
The Divi Form Builder plugin for WordPress is vulnerable to Missing Authorization in versions up to, and including, 5.1.8. This is due to the update_user() function accepting a user ID parameter from form submissions without verifying that the authenticated user has permission to edit that specific user account, and the handle_register_submission() function only checking if any user is logged in rather than validating permissions for the target user. This makes it possible for authenticated attackers, with subscriber-level access and above, to change the email address and password of any user account, including administrators, resulting in complete account takeover.
Published: 2026-07-09
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Divi Form Builder plugin for WordPress contains a missing authorization flaw that allows an authenticated user to change any other user's email address and password. The flaw arises because the update_user() function accepts a user ID from form submissions without verifying that the requester has permission to edit that account, and the handle_register_submission() function only confirms that any user is logged in rather than checking authorization for the target account. As a result, an attacker who is logged in with a Subscriber role or higher can impersonate administrators and completely take over the site.

Affected Systems

All WordPress installations running Divi Engine’s Divi Form Builder plugin version 5.1.8 or earlier are affected. The vulnerability is inherent to the plugin itself; no other plugins or themes are required for exploitation. Any site that has the plugin enabled and any authenticated user with at least Subscriber level can trigger the exploit.

Risk and Exploitability

The CVSS score of 8.8 classifies this issue as high severity. The EPSS score of less than 1% indicates a very low current exploitation probability, and the vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is through the user profile update form, which is accessible to any logged‑in user with Subscriber level or higher. An attacker who successfully updates another user’s credentials can achieve full account takeover, compromising all data, operations, and the integrity of the site.

Generated by OpenCVE AI on July 29, 2026 at 12:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to any Divi Form Builder release newer than 5.1.8.
  • Disable the user profile update functionality for all roles below Administrator to prevent unauthorized edits of other users’ accounts.
  • Audit all user accounts, reset passwords, and enable logging to detect and respond to suspicious activity.

Generated by OpenCVE AI on July 29, 2026 at 12:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 07:30:00 +0000

Type Values Removed Values Added
First Time appeared Divi Engine
Divi Engine divi Form Builder
Wordpress
Wordpress wordpress
Vendors & Products Divi Engine
Divi Engine divi Form Builder
Wordpress
Wordpress wordpress

Thu, 09 Jul 2026 05:30:00 +0000

Type Values Removed Values Added
Description The Divi Form Builder plugin for WordPress is vulnerable to Missing Authorization in versions up to, and including, 5.1.8. This is due to the update_user() function accepting a user ID parameter from form submissions without verifying that the authenticated user has permission to edit that specific user account, and the handle_register_submission() function only checking if any user is logged in rather than validating permissions for the target user. This makes it possible for authenticated attackers, with subscriber-level access and above, to change the email address and password of any user account, including administrators, resulting in complete account takeover.
Title Divi Form Builder <= 5.1.8 - Authenticated (Subscriber+) Missing Authorization to Privilege Escalation via User Profile Update Form
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Divi Engine Divi Form Builder
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-09T12:52:15.148Z

Reserved: 2026-04-04T00:04:43.797Z

Link: CVE-2026-5523

cve-icon Vulnrichment

Updated: 2026-07-09T12:52:12.396Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T13:00:16Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key