LiveActive security incident?Get immediate response
CVE Record

CVE-2021-4447: Essential Addons for Elementor <= 4.6.4 - Authenticated (Contributor+) Privilege Escalation

The Essential Addons for Elementor plugin for WordPress is vulnerable to privilege escalation in versions up to and including 4.6.4 due to a lack of restrictions on who can add a registration form and a custom registration role to an Elementor created page. This makes it possible for attackers with access to the Elementor page builder to create a new registration form that defaults to the user role being set to administrator and subsequently register as an administrative user.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A logged-in WordPress user with contributor-level access and Elementor editing rights could turn that limited access into full administrator control on affected sites using Essential Addons for Elementor up to 4.6.4. This is high business risk because administrator access can enable content tampering, account takeover, plugin changes, and broader site compromise.

Executive priority

Treat this as a near-term remediation priority for public WordPress sites, especially where contributors, contractors, or shared editorial accounts exist. The likely impact is full site administration, but the bundle does not prove active exploitation.

Technical view

The plugin lacked proper authorization checks around adding an Elementor registration form and setting its custom registration role. An authenticated low-privileged user with builder access could configure registration to assign administrator role, then create an administrative account. The issue maps to CWE-862 and has CVSS 3.1 score 8.8.

Likely exposure

Exposure is most likely on WordPress sites running Essential Addons for Elementor up to 4.6.4 where contributor or higher users can access Elementor page building. Sites without this plugin, without untrusted content editors, or already remediated per vendor guidance have lower exposure.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The vulnerability is still serious because it requires only authenticated low-privileged access and no user interaction, and successful abuse could create administrator-level access.

Researcher notes

The affected-version metadata in the bundle is incomplete, while the description and title identify versions up to 4.6.4. Use vendor references to confirm fixed versions. Focus validation on authorization around registration form creation, custom role assignment, and Elementor capability boundaries.

Mitigation direction

  • Identify all WordPress sites using Essential Addons for Elementor.
  • Check vendor or WordPress plugin guidance for the fixed release.
  • Update or disable the plugin where affected versions remain installed.
  • Restrict Elementor editing access to trusted administrators only.
  • Review and remove unexpected administrator accounts.

Validation and detection

  • Inventory plugin versions across all WordPress environments.
  • Flag Essential Addons for Elementor versions up to 4.6.4.
  • Review Elementor pages for registration forms assigning privileged roles.
  • Audit recent administrator account creation and role changes.
  • Confirm low-privileged users cannot configure registration role defaults.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-4447 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2021-4447Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
wpdevteamEssential Addons for Elementor – Popular Elementor Templates & Widgets0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.