PatchSiren cyber security CVE debrief
CVE-2026-75016 wpblockart CVE debrief
The Magazine Blocks plugin for WordPress has a Stored Cross-Site Scripting vulnerability via the News Ticker block's clientId attribute in versions up to, and including, 1.8.6. Authenticated attackers with contributor-level access can inject web scripts that execute when users access injected pages. This vulnerability allows for potential malicious script execution, impacting site integrity and user security. Defenders should assess exposure and prioritize updating the plugin to prevent exploitation.
- Vendor
- wpblockart
- Product
- Magazine Blocks – Blog Designer, Magazine & Newspaper Website Builder, Page Builder with Posts Blocks, Post Grid
- CVSS
- MEDIUM 6.4
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-18
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-18
- Advisory updated
- 2026-09-18
Who should care
Defenders responsible for WordPress sites using the Magazine Blocks plugin, especially those with contributor-level access, should assess exposure and prioritize updating the plugin.
Why it matters
CVE-2026-75016 is a Stored Cross-Site Scripting vulnerability in the Magazine Blocks plugin for WordPress. Authenticated attackers with contributor-level access can inject web scripts that execute when users access injected pages. Defenders should prioritize verifying and updating the plugin to prevent exploitation.
- Authenticated attackers with contributor-level access can inject web scripts
- Injected scripts execute when users access injected pages
- Defenders must verify and update the Magazine Blocks plugin to prevent exploitation
- Exposure requires verification from official sources
Technical summary
The Magazine Blocks plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the News Ticker block's clientId attribute in versions up to, and including, 1.8.6. This is due to insufficient input sanitization and output escaping in the NewsTicker::render() method, which concatenates the clientId block attribute into an HTML class attribute without applying esc_attr(). This vulnerability allows for potential malicious script execution, impacting site integrity and user security. The clientId block attribute is concatenated into an HTML class attribute without applying esc_attr(), allowing for potential malicious script execution.
Defensive priority
Defenders should prioritize verifying and updating the Magazine Blocks plugin to prevent exploitation.
Recommended defensive actions
- Verify and update the Magazine Blocks plugin to the latest version
- Restrict contributor-level access to sensitive areas of the WordPress site
- Monitor for suspicious activity and injected scripts
- 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
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability is due to insufficient input sanitization and output escaping in the NewsTicker::render() method. The clientId block attribute is concatenated into an HTML class attribute without applying esc_attr().
Sources and references
Verified primary and authoritative sources
-
CVE-2026-75016 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-75016
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-75016 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-75016
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/magazine-blocks/tags/1.8.5/includes/BlockTypes/NewsTicker.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/magazine-blocks/tags/1.8.6/includes/BlockTypes/NewsTicker.php
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.