CVE-2026-9437 Details
Description
A vulnerability has been found in DTStack Taier 1.4.0. This affects the function Runtime.exec of the component REST API. The manipulation of the argument sqlText leads to os command injection. The attack is possible to be carried out 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.
A critical stored injection vulnerability allowing remote code execution has been identified in DTStack Taier version 1.4.0. This issue arises in the REST API component, where user-supplied SQL text is improperly sanitized before being executed as operating system commands. The vulnerability exploitation involves injecting malicious commands through the 'sqlText' parameter, which is then executed via 'Runtime.exec()' with a 'sh -c' prefix.
To address this vulnerability, implement input validation to reject shell metacharacters in the 'sqlText' parameter. Switch from 'Runtime.exec()' to 'ProcessBuilder' with explicit argument lists for command execution. Consider allowing only a predefined list of commands to be executed and ensure that processes are run with minimal operating system privileges.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 25, 2026CISA-ADP
Assessed May 26, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/fakebug111/my_public_bug/blob/main/issus02.md | [email protected] | ExploitRemedyTechnical Analysis |
| https://vuldb.com/submit/813941 | [email protected] | Permission Required |
| https://vuldb.com/vuln/365418 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/365418/cti | [email protected] | AdvisoryPermission Required |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-77 | Improper Neutralization of Special Elements used in a Command ('Command Injection') | [email protected] |
| CWE-78 | Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| DTStack Taier | 1.4.0 (semver) |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 23, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 25, 2026 | New CVE Received | [email protected] |
Volerion