GHSA-f8mp-x433-5wpf · Severity: critical · Ecosystem: npm — Arbitrary remote code execution within `wrangler dev` Workers sandbox
The V8 inspector intentionally allows arbitrary code execution within the Workers sandbox for debugging. wrangler dev would previously start an inspector server listening on all network interfaces. This would allow an attacker on the local network to connect to the inspector and run arbitrary code. Additionally, the inspector server did not validate Origin/Host headers, granting an attacker that can trick any user on the local network into opening a malicious website the ability to run code. If wrangler dev --remote was being used, an attacker could access production resources if they were bound to the worker. This issue was fixed in [email protected] and [email protected]. Whilst wrangler dev's inspector server listens on local interfaces by default as of [email protected], an SSRF vulnerability in miniflare https://github.com/cloudflare/workers-sdk/security/advisories/GHSA-fwvg-2739-22v7 (CVE-2023-7078) allowed access from the local network until [email protected]. [email protected] and [email protected] introduced validation for the Origin/Host headers.
Conclusion & alert: CVE-2023-7080 is rated Low Risk (37.6/100): CVSS High severity, with low exploitation likelihood (EPSS 0.04%). 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 | 2025-11-21 | 0.12% | 0.04% | -0.08% |
| 2 | 2025-11-18 | 0.04% | 0.12% | +0.08% |
| 3 | 2025-04-15 | — | 0.04% | — |
Full EPSS history (7 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.5 | 3.1 | HIGH |
|
2.1 | 5.8 | [email protected] |
| 8.0 | 3.1 | HIGH |
|
2.1 | 5.9 | [email protected] |
GHSA-f8mp-x433-5wpf · Severity: critical · Ecosystem: npm — Arbitrary remote code execution within `wrangler dev` Workers sandbox
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| cloudflare | wrangler | >= 2.0.0, < 2.20.2 | cpe:2.3:a:cloudflare:wrangler:*:*:*:*:*:node.js:*:* |
| cloudflare | wrangler | >= 3.0.0, < 3.19.0 | cpe:2.3:a:cloudflare:wrangler:*:*:*:*:*:node.js:*:* |
| URL | Tags |
|---|---|
| https://github.com/cloudflare/workers-sdk/issues/4430 | Issue Tracking Patch |
| https://github.com/cloudflare/workers-sdk/pull/4437 | Patch |
| https://github.com/cloudflare/workers-sdk/pull/4535 | Patch |
| https://github.com/cloudflare/workers-sdk/pull/4550 | Patch |
| https://github.com/cloudflare/workers-sdk/security/advisories/GHSA-f8mp-x433-5wpf | Mitigation Patch Third Party Advisory |