Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-2917

CVE-2026-2917: Happy Addons Elementor Auth Bypass Flaw

CVE-2026-2917 is an authentication bypass vulnerability in Happy Addons for Elementor allowing Contributors to clone any post via IDOR. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 13, 2026

CVE-2026-2917 Overview

The Happy Addons for Elementor plugin for WordPress contains an Insecure Direct Object Reference (IDOR) vulnerability in all versions up to and including 3.21.0. The vulnerability exists in the ha_duplicate_thing admin action handler, which allows authenticated attackers with Contributor-level access or higher to clone any published post, page, or custom post type belonging to other users.

The flaw stems from improper authorization checks in the plugin's can_clone() method, which only validates the general edit_posts capability rather than performing object-level authorization. Combined with a nonce that is tied to the generic action name rather than specific post IDs, attackers can obtain a valid clone nonce from their own posts and manipulate the post_id parameter to target content owned by other users.

Critical Impact

Authenticated attackers with Contributor-level access can clone any post content including sensitive metadata, widget configurations, and potentially API tokens stored in post metadata.

Affected Products

  • Happy Addons for Elementor plugin versions up to and including 3.21.0
  • WordPress installations using the vulnerable plugin versions

Discovery Timeline

  • 2026-03-11 - CVE CVE-2026-2917 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-2917

Vulnerability Analysis

This vulnerability is classified as CWE-639 (Authorization Bypass Through User-Controlled Key), commonly known as an Insecure Direct Object Reference (IDOR). The root cause lies in the plugin's clone functionality failing to verify whether the requesting user has permission to access the specific post being cloned.

When a user initiates a clone operation, the plugin checks if the user has the general edit_posts capability. However, this capability only confirms the user can edit some posts—not that they have access to the specific post targeted in the request. WordPress provides the current_user_can('edit_post', $post_id) function specifically for object-level authorization, but the vulnerable code omits this critical check.

The clone operation is particularly dangerous because it copies comprehensive post data including the full post content, all post metadata (which may contain sensitive widget configurations, API tokens, or other confidential information), and taxonomy assignments. This data is transferred into a new draft owned by the attacker, effectively giving them complete access to potentially sensitive information.

Root Cause

The vulnerability originates from two security weaknesses in the clone handler implementation:

  1. Missing Object-Level Authorization: The can_clone() method validates current_user_can('edit_posts') which is a general capability check, but fails to call current_user_can('edit_post', $post_id) for the specific post being cloned. This allows users to access resources they should not be authorized to view.

  2. Generic Nonce Binding: The security nonce is tied to the generic action name ha_duplicate_thing rather than incorporating the specific $post_id. This means a valid nonce obtained from cloning the user's own post can be reused to clone any other post on the site.

Attack Vector

An authenticated attacker with at least Contributor-level access can exploit this vulnerability through the following approach:

The attacker first creates or accesses one of their own posts and initiates a legitimate clone operation to capture the nonce value. With this valid nonce in hand, they craft a request to the ha_duplicate_thing action handler, modifying the post_id parameter to reference a target post owned by another user—such as an administrator's unpublished draft or a post containing sensitive configuration data.

Because the plugin only checks the generic edit_posts capability and the nonce is not bound to a specific post ID, the request succeeds. The full content and metadata of the targeted post is cloned into a new draft under the attacker's ownership, where they can view all information including potentially sensitive API tokens, widget configurations, and other metadata stored with the post.

Technical implementation details can be found in the WordPress Clone Handler Code and the associated Wordfence Vulnerability Report.

Detection Methods for CVE-2026-2917

Indicators of Compromise

  • Unexpected draft posts appearing in user accounts that are copies of other users' content
  • Admin action logs showing ha_duplicate_thing requests with post_id values targeting posts the requester does not own
  • Multiple clone operations in rapid succession from a single user account
  • Contributor or Author-level users possessing copies of Administrator or Editor content

Detection Strategies

  • Monitor WordPress admin-ajax.php requests for ha_duplicate_thing action and compare the post_id parameter against the requesting user's actual post ownership
  • Implement logging for post cloning operations that captures both the source post ID and the requesting user ID
  • Review newly created draft posts for metadata that matches content from posts owned by other users
  • Audit user activity logs for patterns indicating unauthorized content access

Monitoring Recommendations

  • Enable detailed logging for WordPress AJAX admin actions, particularly those involving post manipulation
  • Configure alerts for Contributor-level users creating drafts with metadata typically associated with higher-privilege content
  • Periodically audit post ownership changes and unexplained draft creations
  • Monitor for rapid or automated clone operation attempts that may indicate exploitation

How to Mitigate CVE-2026-2917

Immediate Actions Required

  • Update Happy Addons for Elementor to the latest patched version immediately
  • Review existing Contributor-level user accounts for suspicious activity or unauthorized content access
  • Audit recently created draft posts for potential evidence of exploitation
  • Consider temporarily restricting Contributor access if immediate patching is not possible

Patch Information

The vulnerability has been addressed in versions newer than 3.21.0. The fix implements proper object-level authorization by using current_user_can('edit_post', $post_id) to verify the user has permission to access the specific post being cloned. Details of the patch can be reviewed in the WordPress Changeset Update.

Workarounds

  • Temporarily disable the Happy Addons for Elementor plugin until the patched version can be applied
  • Revoke Contributor-level access from untrusted users until the plugin is updated
  • Implement a Web Application Firewall (WAF) rule to block or monitor ha_duplicate_thing AJAX requests with suspicious patterns
  • Use a security plugin to restrict admin-ajax.php access patterns pending the official fix
bash
# Example: Temporarily disable the vulnerable plugin via WP-CLI
wp plugin deactivate happy-elementor-addons

# Verify plugin status
wp plugin status happy-elementor-addons

# Update to latest version when available
wp plugin update happy-elementor-addons

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechHappy Addons

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • WordPress Clone Handler Code

  • WordPress Clone Handler Code

  • WordPress Clone Handler Code

  • WordPress Clone Handler Code

  • WordPress Changeset Update

  • Wordfence Vulnerability Report
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English