| शीर्षक | Node.js danger 13.0.7 OS Command Injection |
|---|
| विवरण | [email protected] appears to allow shell command injection during the public danger local workflow when a Dangerfile calls danger.git.diffForFile() on changed file paths.
The issue is triggered through the CLI, not by importing internal modules directly:
danger local --staging --dangerfile Dangerfile.js --text-only
-> LocalGit.getPlatformGitRepresentation()
-> Dangerfile calls danger.git.diffForFile(file)
-> localGetFileAtSHA(file, repo, sha)
-> child_process.exec(`git show ${sha}:"${path}"`)
If a changed file path contains a double quote and shell metacharacters, the path breaks out of the quoted git show argument and the shell executes the injected command. |
|---|
| स्रोत | ⚠️ https://github.com/danger/danger-js/pull/1513 |
|---|
| उपयोगकर्ता | wjm2 (UID 99050) |
|---|
| सबमिशन | 16/06/2026 07:20 PM (1 महीना पहले) |
|---|
| संयम | 22/07/2026 06:02 PM (1 month later) |
|---|
| स्थिति | स्वीकृत |
|---|
| VulDB प्रविष्टि | 382377 [danger danger-js तक 13.0.7 CLI localGetFileAtSHA.ts danger.git.diffForFile Arquivo अधिकार वृद्धि] |
|---|
| अंक | 20 |
|---|