CVE-2026-2917
Last modified
CVE-2026-2917 is a medium-severity vulnerability rated 5.4/10 on the CVSS scale. The Happy Addons for Elementor plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 3.21.0 via the `ha_duplicate_thing` admin action handler. This is due to the `can_clone()` method only checking `current_user_can('edit_posts')` (a general capability) without performing object-level authorization such as `current_user_can('edit_post', $post_id)`, and the nonce being tied to the generic action name `ha_duplicate_thing` rather than to a specific post ID. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
The Happy Addons for Elementor plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 3.21.0 via the `ha_duplicate_thing` admin action handler. This is due to the `can_clone()` method only checking `current_user_can('edit_posts')` (a general capability) without performing object-level authorization such as `current_user_can('edit_post', $post_id)`, and the nonce being tied to the generic action name `ha_duplicate_thing` rather than to a specific post ID. This makes it possible for authenticated attackers, with Contributor-level access and above, to clone any published post, page, or custom post type by obtaining a valid clone nonce from their own posts and changing the `post_id` parameter to target other users' content. The clone operation copies the full post content, all post metadata (including potentially sensitive widget configurations and API tokens), and taxonomies into a new draft owned by the attacker.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-2917?
How severe is CVE-2026-2917?
How do I fix CVE-2026-2917?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-29146Padding Oracle vulnerability in Apache Tomcat's EncryptInter…7.5
- CVE-2026-2915HP System Event Utility might allow denial of service with e…7.1
- CVE-2026-2916The Jeg Kit for Elementor plugin for WordPress is vulnerable…4.3
- CVE-2026-29167Use After Free vulnerability in Apache HTTP Server with mod_…9.8
- CVE-2026-29168Allocation of Resources Without Limits or Throttling vulnera…7.3
- CVE-2026-29169A NULL pointer dereference in mod_dav_lock in Apache HTTP Se…7.5
- CVE-2026-29170A cross-site scripting vulnerability exists in mod_proxy_ftp…6.1
- CVE-2026-29172Craft Commerce is an ecommerce platform for Craft CMS. Prior…8.8
- CVE-2026-29173Craft Commerce is an ecommerce platform for Craft CMS. Prior…4.8
- CVE-2026-29174Craft Commerce is an ecommerce platform for Craft CMS. Prior…8.8
- CVE-2026-29175Craft Commerce is an ecommerce platform for Craft CMS. Prior…5.4
- CVE-2026-29176Craft Commerce is an ecommerce platform for Craft CMS. Prior…4.8
Are you affected by CVE-2026-2917?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
