Vulnerability Description
The Kadence Blocks – Gutenberg Blocks for Page Builder Features plugin for WordPress is vulnerable to Insecure Direct Object Reference in versions up to and including 3.7.7. This is due to a mismatch between the object used for authorization and the object actually accessed in the Optimize_Rest_Controller's create_item(), get_item(), delete_item(), and bulk_delete_items() endpoints — authorization is checked via current_user_can('edit_post'/'delete_post', $post_id) against the user-supplied post_id, while the storage layer keys analysis records on sha256($post_path) from a separately supplied, attacker-controlled post_path parameter, with no enforcement that post_path corresponds to post_id. This makes it possible for authenticated attackers, with Contributor-level access and above, to read or delete optimizer analysis records belonging to posts owned by other users by submitting their own post_id (which passes the capability check) together with the victim post's path.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/kadence-blocks/tags/3.6.7/includes/re
- https://plugins.trac.wordpress.org/browser/kadence-blocks/tags/3.6.7/includes/re
- https://plugins.trac.wordpress.org/browser/kadence-blocks/tags/3.6.7/includes/re
- https://plugins.trac.wordpress.org/browser/kadence-blocks/tags/3.6.7/includes/re
- https://plugins.trac.wordpress.org/browser/kadence-blocks/tags/3.6.7/includes/re
- https://plugins.trac.wordpress.org/browser/kadence-blocks/tags/3.6.7/includes/re
- https://plugins.trac.wordpress.org/browser/kadence-blocks/tags/3.6.7/includes/re
- https://plugins.trac.wordpress.org/browser/kadence-blocks/tags/3.6.7/includes/re
- https://plugins.trac.wordpress.org/browser/kadence-blocks/tags/3.6.7/includes/re
- https://plugins.trac.wordpress.org/browser/kadence-blocks/tags/3.7.6/includes/re
- https://plugins.trac.wordpress.org/browser/kadence-blocks/tags/3.7.6/includes/re
- https://plugins.trac.wordpress.org/browser/kadence-blocks/tags/3.7.6/includes/re
- https://plugins.trac.wordpress.org/browser/kadence-blocks/tags/3.7.6/includes/re
- https://plugins.trac.wordpress.org/browser/kadence-blocks/tags/3.7.6/includes/re
- https://plugins.trac.wordpress.org/browser/kadence-blocks/tags/3.7.6/includes/re
FAQ
What is CVE-2026-12904?
CVE-2026-12904 is a vulnerability with a CVSS score of 4.3 (MEDIUM). The Kadence Blocks – Gutenberg Blocks for Page Builder Features plugin for WordPress is vulnerable to Insecure Direct Object Reference in versions up to and including 3.7.7. This is due to a mismatch ...
How severe is CVE-2026-12904?
CVE-2026-12904 has been rated MEDIUM with a CVSS base score of 4.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-12904?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.