LiveActive security incident?Get immediate response
CVE Record

CVE-2021-4445: Premium Addons for Elementor <= 4.5.1 - Authenticated (Subscriber+) Limited Arbitrary Option Update

The Premium Addons for Elementor plugin for WordPress is vulnerable to Arbitrary Option Updates in versions up to, and including, 4.5.1. This is due to missing capability and nonce checks in the pa_dismiss_admin_notice AJAX action. This makes it possible for authenticated subscriber+ attackers to change arbitrary options with a restricted value of 1 on vulnerable WordPress sites.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-4445 affects the Premium Addons for Elementor WordPress plugin through version 4.5.1. A logged-in low-privilege user could change certain WordPress options to a value of 1 because an AJAX action lacked proper permission and nonce checks.

Executive priority

Treat as a moderate WordPress exposure. Prioritize sites with customer login, public registration, or many low-privilege users, because those conditions make the authentication requirement easier to satisfy.

Technical view

The pa_dismiss_admin_notice AJAX action missed capability and nonce validation, allowing authenticated Subscriber-level users or higher to perform limited arbitrary option updates. The value restriction to 1 limits impact, but option changes can still affect site behavior, confidentiality, integrity, or availability depending on the targeted option.

Likely exposure

Exposure is limited to WordPress sites running Premium Addons for Elementor version 4.5.1 or earlier with attacker access to any authenticated account at Subscriber level or above.

Exploitation context

The bundle does not identify active exploitation, and the CVE is not listed as KEV. Exploitation requires authentication and appears constrained to setting arbitrary options to 1, so urgency depends on whether public registration or untrusted subscriber accounts exist.

Researcher notes

Focus review on the vulnerable AJAX handler, missing authorization checks, and nonce enforcement. Assess business impact by identifying which option names could be set to 1 and whether any security-relevant settings could be altered in the local deployment.

Mitigation direction

  • Update Premium Addons for Elementor beyond version 4.5.1 using vendor guidance.
  • Review the WordPress.org plugin page and vendor advisories for current fixed-version guidance.
  • Disable or restrict the plugin if updating is not immediately possible.
  • Limit untrusted subscriber accounts and public registration until remediation is confirmed.

Validation and detection

  • Inventory WordPress sites using Premium Addons for Elementor.
  • Confirm installed plugin versions are newer than 4.5.1.
  • Review whether public registration or untrusted Subscriber accounts are enabled.
  • Check logs for unexpected authenticated AJAX requests to pa_dismiss_admin_notice.
  • Review sensitive WordPress options for unexpected value changes.
Prepared
Confidence
high
Sources
7

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
cve · low confidence lookup

CVE-2021-4445 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
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

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

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
6Source 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
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L2.33.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2021-4445Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
leap13Premium Addons for Elementor – Powerful 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.