Sceawere

Vulnerability Detail

CVE-2026-94004UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV

DedeCMS Remote Code Injection

Vulnerability Metadata

Severity
High
Score / CVSS
7.3
Creation Date
3h ago
Vendor
n/a
Product
DedeCMS
Attack Type
Code Injection
Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Attack Complexity
LOW

Narrative and Response

Description

A vulnerability was found in DedeCMS up to 5.7.118. The affected element is an unknown function of the file plus/mytag_js.php. The manipulation of the argument aid results in code injection. The attack can be launched remotely. The exploit has been made public and could be used.

Executive Summary

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Executive Summary Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Technical Details

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Detailed Technical Analysis Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Mitigations

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Remediation & Mitigations Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

References

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Intelligence References Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Additional Metadata

{
  "score": "7.3",
  "pubDate": "2026-09-20T12:17:05.593Z",
  "pubdate": "2026-09-20T12:17:05.593Z",
  "executiveSummary": "DedeCMS versions up to 5.7.118 are susceptible to a critical remote code injection vulnerability. This flaw resides within the plus/mytag_js.php file, specifically involving the improper handling of user-supplied input through the aid argument.\nThe vulnerability allows unauthenticated remote attackers to execute arbitrary PHP code on the underlying server. Successful exploitation leads to full system compromise, granting the attacker the ability to read, modify, or delete sensitive data, install backdoors, or pivot further into the internal network infrastructure.\nGiven that proof-of-concept exploit code is publicly available, the risk of exploitation is high. Organizations utilizing affected versions of DedeCMS are at significant risk of unauthorized access and data exfiltration. No specialized authentication or high-level privileges are required to initiate the attack, making this a high-priority security issue that requires immediate remediation or the implementation of strict network-level ingress filtering.",
  "technicalDetails": "The vulnerability is a classic case of improper input validation within the web application's dynamic processing logic. The specific component affected is plus/mytag_js.php, which serves to generate dynamic JavaScript content based on parameters passed via URL arguments. The root cause lies in the application's failure to sanitize or validate the aid argument before utilizing it in database queries or subsequent execution logic.\nThe attack flow proceeds as follows: An attacker sends a crafted HTTP GET or POST request to the target server pointing to plus/mytag_js.php. By injecting malicious payloads into the aid parameter, the attacker can manipulate the internal query execution flow. Because the application processes this input without sufficient sandboxing or encoding, the malicious input can be interpreted as executable code or used to facilitate SQL injection, which subsequently leads to Remote Code Execution (RCE).\nIn the context of this vulnerability, the aid argument acts as an entry point for user-controlled input that interacts with the server's backend processing. When the vulnerable function processes this parameter, it fails to perform effective character escaping or type casting. Consequently, an attacker can append PHP syntax or database-query-modifying statements to the aid argument. If the system architecture allows the evaluation of these strings, the server effectively executes the attacker's payload within the context of the web server process (e.g., www-data).\nThis vulnerability is reachable over the network without requiring any prior authentication, as the plus/mytag_js.php script is designed to be publicly accessible to generate scripts for client-side inclusion. Once the code execution is achieved, the post-exploitation impact includes the total loss of confidentiality, integrity, and availability of the affected system. Attackers typically use this access to establish a web shell, which provides persistent remote access to the file system, enabling the execution of system-level commands, scanning of internal network segments, or the deployment of ransomware or cryptominers.\nThe exposure is exacerbated by the fact that the exploit mechanism has been publicly disseminated, lowering the barrier to entry for even low-skilled threat actors. The vulnerability affects all versions of DedeCMS up to 5.7.118."
}
CVE-2026-94004: DedeCMS Remote Code Injection (HIGH Severity, CVSS: 7.3) | Sceawere