CSRF in Webpack-Dev-Server
CVE-2026-14620
webpack-dev-server versions 5.2.5 and earlier expose two internal developer endpoints, /webpack-dev-server/open-editor and /webpack-dev-server/invalidate, that perform state-changing actions on any GET request without verifying that the request originated from the dev server's own page. Any website a developer visits while the dev server is running can trigger these endpoints cross-origin with no interaction beyond the visit. An attacker can open an arbitrary existing local file in the developer's editor, including files outside the project root, and repeated requests can spawn editor processes and force recompilations that degrade the developer's machine. Patches: upgrade to webpack-dev-server 5.2.6. Workarounds: none.
Vulnerability class: CSRF (Cross-Site Request Forgery)
EPSS: 0.001 (4.6th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 4.7 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:N/A:L.
Affected products
- Webpack-dev-server — versions 0, 5.2.6
- Webpack.js Webpack-dev-server
Weakness classification (CWE)
References
- ce714d77-add3-4f53-aff5-83d477b104bb (Third Party Advisory)
- ce714d77-add3-4f53-aff5-83d477b104bb (Patch, Vendor Advisory)
Frequently asked questions
- What is CVE-2026-14620?
- CVE-2026-14620 is a medium-severity vulnerability in Webpack-Dev-Server, classified under Cross-Site Request Forgery (CSRF). CVSS score: 4.7/10. Published 2026-07-03.
- How severe is CVE-2026-14620?
- Medium severity. CVSS v3 base score is 4.7 out of 10.