An unauthenticated peer that can reach the webpack-dev-server process can terminate it by sending either a normal HTTP request with a malformed Host header, or a WebSocket upgrade to the default /ws endpoint with a malformed Origin header. The malformed header triggers an uncaught exception in the host-validation path and crashes the dev server process.
Fixed in webpack-dev-server 5.2.6 by treating malformed Host and Origin header values as invalid rather than throwing (see PR #5699).
Keep the dev server bound to localhost (the default) and do not expose it to untrusted networks.
{
"severity": "MODERATE",
"nvd_published_at": "2026-07-03T18:16:24Z",
"github_reviewed": true,
"cwe_ids": [
"CWE-20",
"CWE-248"
],
"github_reviewed_at": "2026-07-20T22:02:31Z"
}