| शीर्षक | Node.js @umijs/utils 4.6.63 OS Command Injection |
|---|
| विवरण | @umijs/utils exposes git helper functions through the package's top-level export:
const { git } = require("@umijs/utils");
The exported git.getFileCreateInfo() and git.getFileLastModifyInfo() functions pass a user-controlled filePath argument to cross-spawn while setting shell: true. With shell: true, Node/cross-spawn concatenates arguments into a shell command, so shell metacharacters in filePath are interpreted by the shell.
This allows command injection when these helpers are called with an untrusted or attacker-controlled file path.
|
|---|
| स्रोत | ⚠️ https://github.com/umijs/umi/issues/13345 |
|---|
| उपयोगकर्ता | wjm2 (UID 99050) |
|---|
| सबमिशन | 16/06/2026 04:33 PM (1 महीना पहले) |
|---|
| संयम | 21/07/2026 06:05 PM (1 month later) |
|---|
| स्थिति | स्वीकृत |
|---|
| VulDB प्रविष्टि | 380948 [umijs umi तक 4.6.63 GIT File Helper getFileGitIno.ts git.getFileCreateInfo अधिकार वृद्धि] |
|---|
| अंक | 20 |
|---|