CVE-2026-58480 CRITICAL

CVE-2026-58480: Blocksy Companion Pro < 2.1.47 Unauthenticated File Upload via save_attachments

Vendor Creative Themes
Product Blocksy Companion
Weakness CWE-434 · Unrestricted file upload
Published July 8, 2026
Last update July 8, 2026

CVSS base score

9.2/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

What the vulnerability does

01Description

Blocksy Companion Pro plugin for WordPress before 2.1.47 contains an unauthenticated arbitrary file upload vulnerability that allows attackers to upload executable files by bypassing extension validation in the save_attachments function exposed through the Advanced Reviews feature. Attackers can exploit the Custom Fonts extension's flawed strpos() substring check by uploading double-extension filenames such as shell.woff2.php, causing the validation to pass on the substring match while the web server executes the file as PHP, achieving remote code execution.

Explanation of Vulnerability in Simple Terms

02Summary

Blocksy Companion versions up to 2.1.46 allow unauthenticated attackers to upload files without restriction. An attacker can upload malicious files to the site, potentially including PHP code or other executable content. This vulnerability requires no user interaction and can be exploited over the network.

What an attacker can do

03Attacker Capabilities

Upload malicious files (including PHP code) to the site without authentication.

Potential impact on your site

04Site Impact

Attackers can upload and execute malicious code, leading to full site compromise and data theft.

Conditions required to exploit

05Prerequisites

Network access to the site; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 8, 2026 CVE published
July 8, 2026 Record updated

Related vulnerabilities

08Related CVE