Vulnerability Description
The Layouts for WPBakery plugin for WordPress is vulnerable to unauthorized actions due to a missing capability check on the `Layouts_WPB_Remote::template_sync()` callback registered via `wp_ajax_nopriv_handle_sync` in all versions up to, and including, 1.1.3. This makes it possible for unauthenticated attackers to force the WordPress server to issue outbound HTTP requests to the plugin vendor's external API (`https://www.layoutsforwpbakery.com/wp-json/layoutsforwpbakery/v1/{templates,categories}`) and to write the JSON-decoded responses verbatim into the site's `wp_options` table via `set_transient()` — at any rate the attacker chooses, with no nonce verification, capability check, or rate limiting.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/layouts-for-wpbakery/trunk/includes/a
- https://plugins.trac.wordpress.org/browser/layouts-for-wpbakery/trunk/includes/a
- https://plugins.trac.wordpress.org/browser/layouts-for-wpbakery/trunk/includes/c
- https://plugins.trac.wordpress.org/changeset?new=3543686%40layouts-for-wpbakery%
- https://wordpress.org/plugins/layouts-for-wpbakery/
- https://www.wordfence.com/threat-intel/vulnerabilities/id/2beaf82f-3709-48de-bcc
FAQ
What is CVE-2026-7726?
CVE-2026-7726 is a vulnerability with a CVSS score of 6.5 (MEDIUM). The Layouts for WPBakery plugin for WordPress is vulnerable to unauthorized actions due to a missing capability check on the `Layouts_WPB_Remote::template_sync()` callback registered via `wp_ajax_nopr...
How severe is CVE-2026-7726?
CVE-2026-7726 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-7726?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.