Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-0933

Опубликовано: 20 янв. 2026
Источник: nvd
CVSS3: 9.9
EPSS Низкий

Описание

SummaryA command injection vulnerability (CWE-78) has been found to exist in the wrangler pages deploy command. The issue occurs because the --commit-hash parameter is passed directly to a shell command without proper validation or sanitization, allowing an attacker with control of --commit-hash to execute arbitrary commands on the system running Wrangler.

Root causeThe commitHash variable, derived from user input via the --commit-hash CLI argument, is interpolated directly into a shell command using template literals (e.g.,  execSync(git show -s --format=%B ${commitHash})). Shell metacharacters are interpreted by the shell, enabling command execution.

ImpactThis vulnerability is generally hard to exploit, as it requires --commit-hash to be attacker controlled. The vulnerability primarily affects CI/CD environments where wrangler pages deploy is used in automated pipelines and the

--commit-hash parameter is populated from external, potentially untrusted sources. A

Уязвимые конфигурации

Конфигурация 1

Одно из

cpe:2.3:a:cloudflare:wrangler:*:*:*:*:*:node.js:*:*
Версия от 2.0.15 (включая) до 3.114.17 (исключая)
cpe:2.3:a:cloudflare:wrangler:*:*:*:*:*:node.js:*:*
Версия от 4.0.0 (включая) до 4.59.1 (исключая)

EPSS

Процентиль: 40%
0.0018
Низкий

9.9 Critical

CVSS3

Дефекты

CWE-20

Связанные уязвимости

github
17 дней назад

Wrangler affected by OS Command Injection in `wrangler pages deploy`

EPSS

Процентиль: 40%
0.0018
Низкий

9.9 Critical

CVSS3

Дефекты

CWE-20