| tiêu đề | Node.js find-cypress-specs 1.54.12 OS Command Injection |
|---|
| Mô tả | find-cypress-specs accepts a --branch option to print specs changed against origin/<branch>.
The --branch value is interpolated directly into shell command strings and executed with shell.exec(). A branch name containing shell metacharacters can therefore execute additional commands.
Tested version:
find-cypress-specs 1.54.12
Public CLI used:
npx find-cypress-specs --branch <branch>
Relevant code:
// src/index.js
shell.exec(`git merge-base origin/${branch} HEAD`, {
silent: true,
})
// ...
const command = `git diff --name-only --diff-filter=AMR origin/${branch}`
const result = shell.exec(command, { silent: true })
The README documents --branch as a normal branch-name parameter:
npx find-cypress-specs --branch main |
|---|
| Nguồn | ⚠️ https://github.com/bahmutov/find-cypress-specs/issues/423 |
|---|
| Người dùng | wjm2 (UID 99050) |
|---|
| Đệ trình | 17/06/2026 08:41 (cách đây 1 tháng) |
|---|
| Kiểm duyệt | 23/07/2026 09:37 (1 month later) |
|---|
| Trạng thái | được chấp nhận |
|---|
| Mục VulDB | 382478 [bahmutov find-cypress-specs đến 1.54.12 Branch src/index.js shell.exec --branch nâng cao đặc quyền] |
|---|
| điểm | 20 |
|---|