PatchSiren cyber security CVE debrief
CVE-2026-3480 burlingtonbytes CVE debrief
The WP Blockade plugin for WordPress has a Missing Authorization vulnerability in all versions up to and including 0.9.14. This vulnerability allows any authenticated user to execute arbitrary WordPress shortcodes, potentially leading to information disclosure, privilege escalation, or other impacts. The vulnerability is caused by the plugin's 'wp-blockade-shortcode-render' action hook, which maps to the render_shortcode_preview() function. This function lacks any capability check (current_user_can()) and nonce verification, allowing any authenticated user to execute arbitrary WordPress shortcodes. The function takes a user-supplied 'shortcode' parameter from $_GET, passes it through stripslashes(), and directly executes it via do_shortcode(). Administrators of WordPress sites using the WP Blockade plugin, especially those with Subscriber-level access or above, should be aware of this vulnerability and take immediate action to protect their sites.
- Vendor
- burlingtonbytes
- Product
- WP Blockade – Visual Page Builder
- CVSS
- MEDIUM 6.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-04-08
- Original CVE updated
- 2026-07-24
- Advisory published
- 2026-04-08
- Advisory updated
- 2026-07-24
Who should care
Administrators of WordPress sites using the WP Blockade plugin, especially those with Subscriber-level access or above, should be aware of this vulnerability and take immediate action to protect their sites. Additionally, security teams and vulnerability management teams should review the affected scope and severity to determine the necessary course of action.
Technical summary
The WP Blockade plugin registers an admin_post action hook 'wp-blockade-shortcode-render' that maps to the render_shortcode_preview() function. This function lacks any capability check (current_user_can()) and nonce verification, allowing any authenticated user to execute arbitrary WordPress shortcodes. The function takes a user-supplied 'shortcode' parameter from $_GET, passes it through stripslashes(), and directly executes it via do_shortcode(). This makes it possible for authenticated attackers, with Subscriber-level access and above, to execute arbitrary shortcodes, which could lead to information disclosure, privilege escalation, or other impacts depending on what shortcodes are registered on the site.
Defensive priority
High
Recommended defensive actions
- Update the WP Blockade plugin to the latest version
- Implement additional monitoring and logging to detect potential exploitation attempts
- Restrict access to sensitive shortcodes and functionality
- Regularly review and update WordPress and its plugins
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record was published on 2026-04-08T07:16:21.243Z and was last modified on 2026-07-24T22:10:00.140Z. The NVD entry is currently Deferred. The WP Blockade plugin for WordPress has a Missing Authorization vulnerability in all versions up to and including 0.9.14. This vulnerability allows any authenticated user to execute arbitrary WordPress shortcodes, potentially leading to information disclosure, privilege escalation, or other impacts. The CVE record and NVD entry provide limited information about the vulnerability, and defenders should verify the affected scope and severity with the vendor. The WP Blockade plugin's code and version history can be reviewed for additional context.
Official resources
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-04-08T07:16:21.243Z and has not been modified since then. The NVD entry is currently Deferred.