Headline
GHSA-cfph-4qqh-w828: Arbitrary remote file read in Wrangler dev server
Impact
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.
Patches
This issue was fixed in [email protected]
. Wrangler will now only serve files that are part of your bundle, or referenced by your bundle’s source maps.
Workarounds
Configure Wrangler to listen on local interfaces instead with wrangler dev --ip 127.0.0.1
. This is the default as of [email protected]
, and removes the local network as an attack vector, but does not prevent an attack from visiting a malicious website.
References
- https://github.com/cloudflare/workers-sdk/pull/4532
- https://github.com/cloudflare/workers-sdk/pull/4535
Package
npm wrangler (npm)
Affected versions
>= 3.9.0, < 3.19.0
Patched versions
3.19.0
Description
Impact
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.
Patches
This issue was fixed in [email protected]. Wrangler will now only serve files that are part of your bundle, or referenced by your bundle’s source maps.
Workarounds
Configure Wrangler to listen on local interfaces instead with wrangler dev --ip 127.0.0.1. This is the default as of [email protected], and removes the local network as an attack vector, but does not prevent an attack from visiting a malicious website.
References
- cloudflare/workers-sdk#4532
- cloudflare/workers-sdk#4535
References
- GHSA-cfph-4qqh-w828
- https://nvd.nist.gov/vuln/detail/CVE-2023-7079
- cloudflare/workers-sdk#4532
- cloudflare/workers-sdk#4535
- cloudflare/workers-sdk@29df8e1
- cloudflare/workers-sdk@311ffbd
mskowroncf published to cloudflare/workers-sdk
Dec 29, 2023
Published by the National Vulnerability Database
Dec 29, 2023
Published to the GitHub Advisory Database
Jan 3, 2024
Reviewed
Jan 3, 2024
Last updated
Jan 3, 2024