CVE Catalog

CVE-2026-75016

MediumCVSS 6.4
Published: Translated: NVD NIST

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 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().

Risk Assessment

An authenticated attacker with contributor-level access and above can inject arbitrary web scripts that execute whenever a user accesses an injected page, potentially leading to session theft or other browser-based attacks.

Recommendation

Update the Magazine Blocks plugin to a version later than 1.8.6.

Other vulnerabilities in Magazine Blocks

See all
Original NVD description (English source)

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 makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS