CVE-2026-4585
Published: 23 March 2026
Description
A vulnerability has been found in Tiandy Easy7 Integrated Management Platform up to 7.17.0. This vulnerability affects unknown code of the file /Easy7/apps/WebService/ImportSystemConfiguration.jsp of the component Configuration Handler. The manipulation of the argument File leads to os command injection. The…
more
attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Mitigating Controls (NIST 800-53 r5)AI
Requires validation of the File argument to prevent OS command injection in the vulnerable JSP endpoint.
Ensures timely remediation of the disclosed and unpatched OS command injection flaw through patching or workarounds.
Boundary protection mechanisms like web application firewalls can block or detect remote command injection attempts targeting the exposed endpoint.
Security SummaryAI
CVE-2026-4585 is an OS command injection vulnerability affecting the Tiandy Easy7 Integrated Management Platform up to version 7.17.0. The issue resides in unknown code within the file /Easy7/apps/WebService/ImportSystemConfiguration.jsp of the Configuration Handler component, where manipulation of the File argument enables command injection. It is associated with CWE-77 and CWE-78.
The vulnerability allows remote exploitation without authentication, privileges, or user interaction, and with low attack complexity. Attackers can achieve high impacts on confidentiality, integrity, and availability, as reflected in its CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).
Advisories from VulDB indicate that the vendor was contacted early regarding the disclosure but provided no response. No patches or specific mitigations are detailed in the available information. Relevant references include https://vuldb.com/?ctiid.352422, https://vuldb.com/?id.352422, https://vuldb.com/?submit.775457, and https://my.feishu.cn/docx/WkHjd3oajoIw5exHk9ecUHaFnKd?from=from_copylink.
The exploit has been publicly disclosed and may be used by attackers.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CVE enables unauthenticated remote OS command injection via public-facing web application parameter manipulation, directly facilitating T1190 (Exploit Public-Facing Application) for initial access and T1059 (Command and Scripting Interpreter) for arbitrary command execution.