Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
Shell Command Injection in Git Routes [CloudCLI UI]
Vulnerability Description
Cloud CLI (aka Claude Code UI) is a desktop and mobile UI for Claude Code, Cursor CLI, Codex, and Gemini-CLI. Prior to 1.24.0, The /api/user/git-config endpoint constructs shell commands by interpolating user-supplied gitName and gitEmail values into command strings passed to child_process.exec(). The input is placed within double quotes and only " is escaped, but backticks (`), $() command substitution, and \ sequences are all interpreted within double-quoted strings in bash. This allows authenticated attackers to execute arbitrary OS commands via the git configuration endpoint. This vulnerability is fixed in 1.24.0.
CVSS Information
N/A
Vulnerability Type
对生成代码的控制不恰当(代码注入)
Vulnerability Title
Cloud CLI 代码注入漏洞
Vulnerability Description
Cloud CLI是Siteboon开源的一个多模型AI编程助手桌面与移动端界面。 Cloud CLI 1.24.0之前版本存在代码注入漏洞,该漏洞源于/api/user/git-config端点构造shell命令时未充分转义用户输入,可能导致操作系统命令执行。
CVSS Information
N/A
Vulnerability Type
N/A