GHSA-mx8g-39q3-5c79 · Severity: medium · Ecosystem: npm — webpack-dev-server vulnerable to HMR WebSocket interception via permissive user proxies
Impact: When a user-configured proxy on webpack-dev-server has a broad context (e.g. /) and ws: true, it also intercepts the dev server's own HMR WebSocket and forwards it to the proxy target. This leaks the browser's cookies and Origin header to the backend, bypasses the dev server's Host/Origin validation, and corrupts the HMR socket (both HMR and the proxy end up writing to the same socket). Patches: Fixed in [email protected]. Workarounds: Scope user-defined proxy context to specific paths instead of /, or omit ws: true from the proxy entry when WebSocket forwarding is not required.
Conclusion & alert: CVE-2026-9595 is rated Low Risk (24.5/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.19%). 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 | 2026-06-16 | — | 0.19% | — |
Full EPSS history (1 record total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | ce714d77-add3-4f53-aff5-83d477b104bb |
| 4.3 | 3.1 | MEDIUM |
|
2.8 | 1.4 | [email protected] |
GHSA-mx8g-39q3-5c79 · Severity: medium · Ecosystem: npm — webpack-dev-server vulnerable to HMR WebSocket interception via permissive user proxies
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| webpack.js | webpack-dev-server | < 5.2.5 | cpe:2.3:a:webpack.js:webpack-dev-server:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://cna.openjsf.org/security-advisories.html | Vendor Advisory |
| https://github.com/facebook/create-react-app/pull/7444 | Issue Tracking Patch |
| https://github.com/vuejs/vue-cli/commit/72ba7505aff2a8314e82aa5082379a77504a1fcb | Patch |
| https://github.com/webpack/webpack-dev-server/pull/4316 | Issue Tracking Patch |
| https://github.com/webpack/webpack-dev-server/security/advisories/GHSA-mx8g-39q3-5c79 | Mitigation Vendor Advisory |