Vulnerability Description
The Blocksy Companion plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 2.1.46 via the save_attachments function. This is due to the Custom Fonts extension registering a wp_check_filetype_and_ext filter that approves any filename containing .woff2 or .ttf as a substring via strpos() rather than validating that those strings appear as the final extension via PATHINFO_EXTENSION — allowing double-extension filenames such as shell.woff2.php to pass MIME validation and be handled as permitted font files. This makes it possible for unauthenticated attackers to upload files that may be executable, which makes remote code execution possible. This vulnerability is only exploitable when the premium version of the plugin (blocksy-companion-pro) is installed with both the WooCommerce Extra (Advanced Reviews) and Custom Fonts extensions active; the free blocksy-companion plugin does not contain the vulnerable code paths.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/blocksy-companion/tags/2.1.46/framewo
- https://plugins.trac.wordpress.org/browser/blocksy-companion/tags/2.1.46/framewo
- https://www.wordfence.com/threat-intel/vulnerabilities/id/2df449b4-3f3b-4afc-b39
FAQ
What is CVE-2026-15158?
CVE-2026-15158 is a vulnerability with a CVSS score of 9.8 (CRITICAL). The Blocksy Companion plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 2.1.46 via the save_attachments function. This is due to the Custom Fonts extens...
How severe is CVE-2026-15158?
CVE-2026-15158 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-15158?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.