DedeCMS CVE-2026-38615
CRITICALSeverity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
file_manage_control.php is an admin-backend script, so exploitation realistically requires an authenticated administrator (PR:H); network vector and total impact otherwise match, giving ~7.2.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
3DescriptionCVE.org
DedeCMS V5.7.118 is vulnerable to Command Execution in file_manage_control.php.
Articles & Coverage 1
AnalysisAI
OS command execution in DedeCMS V5.7.118 via the file_manage_control.php file-management endpoint allows an attacker to run arbitrary system commands on the hosting web server, yielding total compromise of the site and underlying host. The flaw carries a CVSS 9.8 rating and publicly available exploit code exists (SSVC 'poc'), though EPSS estimates real-world exploitation probability at only 0.02% (5th percentile) and it is not listed in CISA KEV. Because file_manage_control.php is part of the DedeCMS admin backend, the practical attacker likely needs administrative access despite the CVSS PR:N claim - a discrepancy defenders should verify.
Technical ContextAI
DedeCMS (also known as DeDe/织梦) is a widely used PHP/MySQL content management system, and file_manage_control.php is a component of its administrative backend that handles server-side file operations (create, edit, upload, rename). The vulnerability is classified CWE-78 (Improper Neutralization of Special Elements used in an OS Command, i.e. OS Command Injection), meaning user-controllable input reaches a shell or system-execution primitive (such as PHP's system(), exec(), or shell_exec()) without adequate sanitization. Because DedeCMS is written in PHP and typically runs under a web server such as Apache or Nginx, injected commands execute with the privileges of the web-server process. No CPE strings were supplied in the intelligence, so the exact affected configuration matrix beyond the named version could not be enumerated.
Affected ProductsAI
The affected product is DedeCMS version 5.7.118 (the specific build named in the report); earlier or later builds were not confirmed as in-scope from the supplied data, and no CPE string was provided to bound the range precisely. No official vendor advisory URL was included in the references - the only pointers are a VulDB advisory entry at https://vuldb.com/vuln/369787 and a GitHub-hosted document at https://github.com/Bul11et/CMS/blob/main/1.docx (a .docx write-up rather than a formal patch or vendor bulletin).
RemediationAI
No vendor-released patch was identified at time of analysis, so no exact fixed version can be cited; monitor the official DedeCMS channels and the VulDB entry (https://vuldb.com/vuln/369787) for a corrected build and apply it once released. As specific compensating controls: restrict network access to the DedeCMS admin directory (typically /dede or a renamed admin path) to trusted management IPs via web-server allow-listing or a VPN, which blocks remote reach to file_manage_control.php at the cost of requiring admins to be on the management network; enforce strong, unique administrator credentials and multi-factor or IP-bound admin sessions to reduce the chance of an attacker reaching the backend; deploy a WAF rule to inspect and block command-injection metacharacters (backticks, ;, |, $(), &&) in requests to file_manage_control.php, accepting possible false positives on legitimate file operations; and run the PHP process under a least-privileged, non-root account with disable_functions covering system/exec/shell_exec/passthru where the application does not legitimately need them, noting this may break other plugins that rely on those functions.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-78 – OS Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today