| 제목 | Node.js oclif 4.23.16 OS Command Injection |
|---|
| 설명 | oclif manifest reads oclif.jitPlugins from a target project's package.json. When JIT plugins are enabled, each plugin name and version is interpolated into an npm pack shell command:
npm pack ${plugin}@${version} --pack-destination "${tarballStoragePath}" --json
That command string is then executed with child_process.exec().
Because the jitPlugins key and value are not shell-escaped or validated before interpolation, shell metacharacters in a plugin name can execute arbitrary commands when oclif manifest is run against a crafted project.
This is reachable through the public CLI:
oclif manifest /path/to/project |
|---|
| 원천 | ⚠️ https://github.com/oclif/oclif/issues/2051 |
|---|
| 사용자 | wjm2 (UID 99050) |
|---|
| 제출 | 2026. 06. 16. PM 05:19 (1 월 ago) |
|---|
| 모더레이션 | 2026. 07. 22. PM 05:53 (1 month later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 382372 [oclif 까지 4.23.16 JIT Plugin Entry child_process.exec jitPlugins 권한 상승] |
|---|
| 포인트들 | 20 |
|---|