SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-58480

CRITICAL · CVSS 9.8 EPSS 0.60% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-08 · Last synced 2026-08-07

CyberRota Analysis

AI-Generated

The Blocksy Companion Pro plugin for WordPress versions prior to 2.1.47 is vulnerable to an unauthenticated arbitrary file upload, enabling attackers to upload malicious executable files by circumventing extension validation. This flaw can lead to remote code execution, allowing attackers to execute arbitrary PHP code on the server. WordPress site administrators using this plugin should prioritize immediate updates to mitigate the critical risk posed by this vulnerability.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-58480
Severity
CRITICAL
CVSS
9.8
EPSS
0.60%
WordPress

Original NVD Description

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.