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

exploitDog

github логотип

GHSA-2x63-gw47-w4mm

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

Описание

websocket-driver-ruby: Denial of service via malformed Host header

Impact

If this library is used to implement a WebSocket server on top of a TCP server, by using the WebSocket::Driver.server() method, then a client can cause the server to crash by sending a Host header that is not a valid host[:port] string. When this happens, a URI::InvalidURIError exception is raised which is not caught, and this can cause the server process to crash if the application does not catch the error from the parse() method itself.

Patches

The issue has been patched in version 0.8.2 by making the request parser catch URI::InvalidURIError and enter an error state if the Host header is malformed. This means the request is considered invalid and should not establish a WebSocket connection.

Workarounds

No known workarounds exist.

Acknowledgements

This issue was discovered and reported by Pranjali Thakur, DepthFirst Security Research Team.

Пакеты

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

websocket-driver

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

< 0.8.2

0.8.2

EPSS

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

8.9 High

CVSS4

Дефекты

CWE-248

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

ubuntu
18 дней назад

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.2, WebSocket::Driver.server() passes a malformed Host header to URI.parse in lib/websocket/http/request.rb without catching URI::InvalidURIError, allowing a remote client to crash a TCP-backed WebSocket server when the application does not catch the error from parse(). This issue is fixed in version 0.8.2.

nvd
18 дней назад

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.2, WebSocket::Driver.server() passes a malformed Host header to URI.parse in lib/websocket/http/request.rb without catching URI::InvalidURIError, allowing a remote client to crash a TCP-backed WebSocket server when the application does not catch the error from parse(). This issue is fixed in version 0.8.2.

debian
18 дней назад

websocket-driver is a WebSocket protocol handler with pluggable I/O. P ...

EPSS

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

8.9 High

CVSS4

Дефекты

CWE-248