Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-m28w-2pqf-7qgj

Опубликовано: 20 июл. 2026
Источник: github
Github: Прошло ревью
CVSS3: 5.3

Описание

webpack-dev-server vulnerable to denial of service via a malformed Host or Origin header

Impact

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.

Patches

Fixed in webpack-dev-server 5.2.6 by treating malformed Host and Origin header values as invalid rather than throwing (see PR #5699).

Workarounds

Keep the dev server bound to localhost (the default) and do not expose it to untrusted networks.

Пакеты

Наименование

webpack-dev-server

npm
Затронутые версииВерсия исправления

<= 5.2.5

5.2.6

EPSS

Процентиль: 34%
0.00405
Низкий

5.3 Medium

CVSS3

Дефекты

CWE-20
CWE-248

Связанные уязвимости

CVSS3: 4.3
redhat
около 2 месяцев назад

webpack-dev-server versions 5.2.5 and earlier terminate the whole Node.js process when an unauthenticated peer sends 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 value causes an uncaught exception in the host-validation path and crashes the dev server. Impact is limited to availability of the development server, no data disclosure, no code execution. Patches: upgrade to webpack-dev-server 5.2.6. Workarounds: keep the dev server bound to localhost (the default) and do not expose it to untrusted networks.

CVSS3: 5.3
nvd
около 2 месяцев назад

webpack-dev-server versions 5.2.5 and earlier terminate the whole Node.js process when an unauthenticated peer sends 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 value causes an uncaught exception in the host-validation path and crashes the dev server. Impact is limited to availability of the development server, no data disclosure, no code execution. Patches: upgrade to webpack-dev-server 5.2.6. Workarounds: keep the dev server bound to localhost (the default) and do not expose it to untrusted networks.

EPSS

Процентиль: 34%
0.00405
Низкий

5.3 Medium

CVSS3

Дефекты

CWE-20
CWE-248