Skip to main content

DedeCMS CVE-2026-38615

CRITICAL
OS Command Injection (CWE-78)
2026-06-09 cve@mitre.org
9.8
CVSS 3.1 · Vendor: mitre
Share

Severity by source

Vendor (mitre) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.2 HIGH

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.

3.1 AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

3
Analysis Generated
Jul 23, 2026 - 17:11 vuln.today
CVE Published
Jun 09, 2026 - 17:17 cve.org
CRITICAL 9.8
CVE Published
Jun 09, 2026 - 17:17 nvd
UNKNOWN (no severity yet)

DescriptionCVE.org

DedeCMS V5.7.118 is vulnerable to Command Execution in file_manage_control.php.

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.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2026-38615 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy