CVE-2021-47736
Unknown Unknown - Not Provided
Authenticated Remote Code Execution in CMSimple_XH 1.7.4 Content Editor

Publication date: 2025-12-23

Last updated on: 2025-12-23

Assigner: VulnCheck

Description
CMSimple_XH 1.7.4 contains an authenticated remote code execution vulnerability in the content editing functionality that allows administrative users to upload malicious PHP files. Attackers with valid credentials can exploit the CSRF token mechanism to create a PHP shell file that enables arbitrary command execution on the server.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-23
Last Modified
2025-12-23
Generated
2026-05-07
AI Q&A
2025-12-23
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
cmsimple xh 1.7.4
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2021-47736 is an authenticated remote code execution vulnerability in CMSimple_XH version 1.7.4. It allows administrative users with valid credentials to bypass the CSRF token mechanism and upload malicious PHP files through the content editing functionality. This enables attackers to create a PHP web shell on the server, which can execute arbitrary system commands remotely. [1, 3]


How can this vulnerability impact me? :

This vulnerability can have severe impacts including unauthorized remote execution of system commands on the server hosting CMSimple_XH. An attacker with valid credentials can upload a PHP shell, potentially leading to full server compromise, data theft, service disruption, or further attacks within the network. [1, 3]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by checking for the presence of the malicious PHP web shell file (e.g., evil.php) on the server and monitoring for suspicious POST requests to the content editing endpoint that include PHP code payloads. Since exploitation requires authenticated access, reviewing logs for unusual login activity followed by POST requests to '/?file=content' with embedded PHP code can indicate exploitation attempts. Additionally, you can use commands like 'find /path/to/webroot -name evil.php' to locate the web shell file on the server. Network monitoring tools can be configured to alert on HTTP POST requests containing PHP code or unusual parameters targeting the content editing functionality. [1, 3]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting administrative access to trusted users only, ensuring strong authentication mechanisms are in place, and monitoring for unauthorized file uploads. Applying patches or updates from CMSimple_XH that address this vulnerability is critical. If patches are not available, consider disabling or restricting the content editing functionality temporarily to prevent exploitation. Additionally, scanning the server for any uploaded malicious PHP files (such as 'evil.php') and removing them is necessary. Implementing web application firewalls (WAF) rules to block suspicious POST requests to the content editing endpoints can also help mitigate exploitation. [1, 3]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart