CVE-2023-7079
CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:C/C:H/I:L/A:N
Summary
Sending specially crafted HTTP requests and inspector messages to Wrangler's dev server could result in any file on the user's computer being accessible over the local network. An attacker that could trick any user on the local network into opening a malicious website could also read any file.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Cloudflare | wrangler | 0 <= 3.9.0 | affected |
| Cloudflare | wrangler | 0 < 3.19.0 | affected |
Weaknesses
- CWE-287: CWE-287 Improper Authentication
Workarounds
Configure Wrangler to listen on local interfaces instead with wrangler dev –ip 127.0.0.1. This is the default as of wrangler@3.16.0 https://github.com/cloudflare/workers-sdk/security/advisories/GHSA-f8mp-x433-5wpf , and removes the local network as an attack vector, but does not prevent an attack from visiting a malicious website.
ADP Enrichment
CVE Program Container
Additional References
- https://github.com/cloudflare/workers-sdk/security/advisories/GHSA-cfph-4qqh-w828
- https://github.com/cloudflare/workers-sdk/pull/4532
- https://github.com/cloudflare/workers-sdk/pull/4535
References
- https://github.com/cloudflare/workers-sdk/security/advisories/GHSA-cfph-4qqh-w828
- https://github.com/cloudflare/workers-sdk/pull/4532
- https://github.com/cloudflare/workers-sdk/pull/4535
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.