CVE-2024-24833: WordPress Happy Addons for Elementor plugin <= 3.10.1 - Broken Access Control on Post Clone vulnerability
Missing Authorization vulnerability in HappyMonster Happy Addons for Elementor happy-elementor-addons.This issue affects Happy Addons for Elementor: from n/a through <= 3.10.1.
Security readout for executives and security teams
Plain-English summary
CVE-2024-24833 is a broken access control issue in the WordPress Happy Addons for Elementor plugin. A logged-in user may be able to access post-cloning behavior without proper authorization. The cited sources rate it medium severity, with limited confidentiality impact and no stated integrity or availability impact.
Executive priority
Treat as a scheduled WordPress plugin remediation item, not an emergency based on current evidence. Prioritize internet-facing sites with many user accounts, contributor workflows, or customer login features.
Technical view
The issue is CWE-862 Missing Authorization in happy-elementor-addons through version 3.10.1. CVSS 3.1 is 4.3: network reachable, low complexity, low privileges required, no user interaction, unchanged scope, and low confidentiality impact.
Likely exposure
Exposure is limited to WordPress sites running Happy Addons for Elementor versions up to and including 3.10.1, especially sites allowing low-privileged authenticated users. The bundle does not provide install counts, vulnerable endpoint details, or hosting-specific exposure evidence.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation. The CVSS vector indicates exploitation requires an authenticated low-privilege account but no user interaction. No public exploit details are provided in the bundle.
Researcher notes
Evidence is limited to CVE and Patchstack records. The bundle identifies the weakness and affected version range but does not name a fixed version, affected endpoint, proof of concept, or exploitation in the wild.
Mitigation direction
Inventory WordPress sites for the Happy Addons for Elementor plugin.
If version is 3.10.1 or older, check vendor and Patchstack guidance for an update.
Disable or remove the plugin where it is not business-critical.
Restrict untrusted WordPress user accounts until remediation is complete.
Review role assignments for unnecessary post or content access.
Validation and detection
Confirm plugin package name happy-elementor-addons and installed version on each WordPress site.
Verify whether any site allows low-privileged or self-registered users.
Check WordPress audit logs for unusual post clone or duplicate content activity.
Confirm remediation by rechecking plugin version after update or removal.
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.
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.
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.
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.