提交 #813941: DTStack Taier 1.4.0 Code Injection信息

标题DTStack Taier 1.4.0 Code Injection
描述DTStack Taier is a widely used open-source big data scheduling and development platform that allows users to submit custom SQL tasks/jobs via its REST API. A critical stored command injection vulnerability exists in the platform’s core task execution logic: user-controlled sqlText input is persistently stored in the MySQL database without any sanitization/validation, and later directly concatenated into a shell command executed by Runtime.exec(String) with the sh -c prefix. This creates a persistent (stored) RCE chain: malicious OS commands injected into the sqlText parameter are saved to the database, and automatically executed by the Taier server when the scheduled/triggered SQL task runs. The vulnerability bypasses all input filtering and uses the server’s native shell interpreter to execute arbitrary operating system commands with the privileges of the Taier application process.
来源⚠️ https://github.com/fakebug111/my_public_bug/blob/main/issus02.md
用户
 fakebug (UID 94486)
提交2026-04-27 08時43分 (1 月前)
管理2026-05-24 09時14分 (27 days later)
状态已接受
VulDB条目365418 [DTStack Taier 1.4.0 REST API Runtime.exec sqlText 权限提升]
积分20

Do you want to use VulDB in your project?

Use the official API to access entries easily!