SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-67206

HIGH · CVSS 8.8 EPSS 0.58% Public Exploit

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

CyberRota Analysis

AI-Generated

Wolf CMS versions up to 0.8.3.1 are vulnerable to a remote code execution flaw in the FileManagerController, allowing authenticated attackers to create and execute arbitrary PHP files due to inadequate file extension validation. This vulnerability poses a significant risk, enabling attackers with the appropriate permissions to upload malicious scripts that can be executed via HTTP requests. Organizations using this CMS should prioritize patching or mitigating this vulnerability to prevent potential exploitation.

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
GitHub PoC Links

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

CVE
CVE-2026-67206
Severity
HIGH
CVSS
8.8
EPSS
0.58%

Original NVD Description

Wolf CMS through 0.8.3.1 contains a remote code execution vulnerability in FileManagerController that allows authenticated attackers to create arbitrary PHP files by exploiting missing file extension validation in the create_file() and save() functions. Attackers with the file_manager_mkfile capability can write malicious PHP content into the web-accessible FILES_DIR directory and trigger execution by requesting the file over HTTP.