Magazine Blocks <= 1.8.6 - Missing Authorization to Authenticated (Contributor+) Arbitrary Post Modification / Site-Wide Template Takeover via Builder Templates REST Endpoint
Strategic Overview
- Status
- Patched in 1.8.7
- Affected Plugin
- Magazine Blocks – Blog Designer, Magazine & Newspaper Website Builder, Page Builder with Posts Blocks, Post Grid
- Affected Version
<= 1.8.6- CVSS
- 4.3Medium
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2026-75017
At a glance
CVE-2026-75017 is a medium-severity Missing Authorization vulnerability in the Magazine Blocks WordPress plugin, affecting versions <= 1.8.6. It carries a CVSS score of 4.3 (reachable over the network; low attack complexity). Exploitation requires an authenticated account at Contributor level or above. The issue is fixed in version 1.8.7; sites on affected versions should update now. Disclosed September 2026, reported by Wordfence PRISM.
Vulnerability Overview
The Magazine Blocks – Blog Designer, Magazine & Newspaper Website Builder, Page Builder with Posts Blocks, Post Grid plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.8.6. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with contributor-level access and above, to demote administrator-owned published builder templates (header, footer, front page, single, archive, 404, and search) to draft status and replace them with attacker-authored block content rendered site-wide, enabling defacement, phishing, and SEO spam. This is possible because the mzb-builder-template post type is registered with capability_type='post' and exposed via the REST API, and the _mzb_template meta key is accessible to any user with edit_posts capability, meaning Contributor-level users and above can trigger the vulnerable save_post() hook.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user.
CWE-862: Missing Authorization
Magazine Blocks <= 1.8.6 carries this weakness at post, and reaching it takes an account at Contributor level or above. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Magazine Blocks the fix is 1.8.7: builds <= 1.8.6 are affected, anything from 1.8.7 onward is not.
Remediation
Update to version 1.8.7, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Magazine Blocks 1.8.7 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in Magazine Blocks – Blog Designer, Magazine & Newspaper Website Builder, Page Builder with Posts Blocks, Post Grid
- 6.4CVE-2026-75016: Magazine Blocks <= 1.8.6 Stored Cross-Site Scripting
CVE-2026-75016 - 6.4CVE-2026-78290: Magazine Blocks Stored XSS
CVE-2026-78290 - 6.4CVE-2026-57650: Magazine Blocks Stored XSS
CVE-2026-57650 - 6.4CVE-2024-56258: Magazine Blocks <= 1.3.20 Stored Cross-Site Scripting
CVE-2024-56258 - 6.4CVE-2024-50429: Magazine Blocks <= 1.3.15 Stored Cross-Site Scripting
CVE-2024-50429 - 6.4CVE-2024-34760: Magazine Blocks <= 1.3.6 Stored Cross-Site Scripting
CVE-2024-34760 - 6.1CVE-2024-9218: Magazine Blocks Reflected XSS
CVE-2024-9218
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C