GHSA-36p8-mvp6-cv38 · Severity: high · Ecosystem: npm — Wrangler affected by OS Command Injection in `wrangler pages deploy`
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. An attacker could exploit this to: * Run any shell command. * Exfiltrate environment variables. * Compromise the CI runner to install backdoors or modify build artifacts. Credits Disclosed responsibly by kny4hacker. Mitigation * Wrangler v4 users are requested to upgrade to Wrangler v4.59.1 or higher. * Wrangler v3 users are requested to upgrade to Wrangler v3.114.17 or higher. * Users on Wrangler v2 (EOL) should upgrade to a supported major version.
Conclusion & alert: CVE-2026-0933 is rated Low Risk (37.1/100): CVSS High severity, with low exploitation likelihood (EPSS 0.06%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-02-18 | 0.18% | 0.06% | -0.12% |
| 2 | 2026-01-29 | 0.51% | 0.18% | -0.33% |
| 3 | 2026-01-21 | — | 0.51% | — |
Full EPSS history (3 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.7 | 4.0 | HIGH |
|
— | — | [email protected] |
| 9.9 | 3.1 | CRITICAL |
|
3.1 | 6.0 | [email protected] |
GHSA-36p8-mvp6-cv38 · Severity: high · Ecosystem: npm — Wrangler affected by OS Command Injection in `wrangler pages deploy`
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| cloudflare | wrangler | >= 2.0.15, < 3.114.17 | cpe:2.3:a:cloudflare:wrangler:*:*:*:*:*:node.js:*:* |
| cloudflare | wrangler | >= 4.0.0, < 4.59.1 | cpe:2.3:a:cloudflare:wrangler:*:*:*:*:*:node.js:*:* |
| URL | Tags |
|---|---|
| https://github.com/cloudflare/workers-sdk | Product |