CVE-2026-67206 Details
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.
A remote code execution vulnerability has been identified in Wolf CMS versions through 0.8.3.1, specifically within the FileManagerController of the FileManager plugin. This vulnerability allows authenticated attackers with the file_manager_mkfile capability to create arbitrary PHP files. The issue arises from inadequate validation of file extensions in the create_file() and save() functions. Exploitation involves writing malicious PHP code into the publicly accessible FILES_DIR directory, which is then executed when the file is accessed via HTTP.
Users are advised to update to a version of Wolf CMS that addresses this vulnerability. Additionally, implement file extension validation to reject executable file types, store uploaded files outside the web document root, and disable PHP execution in upload directories.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 30, 2026CISA-ADP
Assessed Jul 31, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/Caycon/cve-advisories/blob/main/2026/WolfCms/CVE-2026-67206.md | [email protected] | AdvisoryTechnical Analysis |
| https://www.vulncheck.com/advisories/wolf-cms-authenticated-rce-via-filemanagercontroller-file-upload | [email protected] | Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-434 | Unrestricted Upload of File with Dangerous Type | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Wolf CMS | 0.8.3.1 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 31, 2026 | CVE Modified | CISA-ADP |
| Jul 30, 2026 | New CVE Received | [email protected] |
Volerion