CVE-2026-0933
BaseFortify
Publication date: 2026-01-20
Last updated on: 2026-01-27
Assigner: Cloudflare, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| cloudflare | wrangler | From 2.0.15 (inc) to 3.114.17 (exc) |
| cloudflare | wrangler | From 4.0.0 (inc) to 4.59.1 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-20 | The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a command injection issue in the 'wrangler pages deploy' command. It occurs because the '--commit-hash' parameter is passed directly into a shell command without proper validation or sanitization. An attacker who can control the '--commit-hash' input can inject and execute arbitrary shell commands on the system running Wrangler.
How can this vulnerability impact me? :
If exploited, this vulnerability allows an attacker to run any shell command on the affected system. This can lead to exfiltration of environment variables, compromise of the CI runner by installing backdoors, or modification of build artifacts. It primarily affects CI/CD environments where the '--commit-hash' parameter is populated from external, potentially untrusted sources.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Wrangler to a secure version: for Wrangler v4 users, upgrade to version 4.59.1 or higher; for Wrangler v3 users, upgrade to version 3.114.17 or higher; users on Wrangler v2 (EOL) should upgrade to a supported major version.