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
`git-comiters` Command Injection vulnerability
Vulnerability Description
git-commiters is a Node.js function module providing committers stats for their git repository. Prior to version 0.1.2, there is a command injection vulnerability in git-commiters. This vulnerability manifests with the library's primary exported API: gitCommiters(options, callback) which allows specifying options such as cwd for current working directory and revisionRange as a revision pointer, such as HEAD. However, the library does not sanitize for user input or practice secure process execution API to separate commands from their arguments and as such, uncontrolled user input is concatenated into command execution. This issue has been patched in version 0.1.2.
CVSS Information
N/A
Vulnerability Type
在命令中使用的特殊元素转义处理不恰当(命令注入)
Vulnerability Title
git-commiters.js 安全漏洞
Vulnerability Description
git-commiters.js是Riceball LEE个人开发者的一个js库。 git-commiters.js 0.1.2之前版本存在安全漏洞,该漏洞源于未清理用户输入且未安全执行进程API,可能导致命令注入攻击。
CVSS Information
N/A
Vulnerability Type
N/A