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

exploitDog

Количество 17

Количество 17

ubuntu логотип

CVE-2026-2229

5 месяцев назад

ImpactThe undici WebSocket client is vulnerable to a denial-of-service attack due to improper validation of the server_max_window_bits parameter in the permessage-deflate extension. When a WebSocket client connects to a server, it automatically advertises support for permessage-deflate compression. A malicious server can respond with an out-of-range server_max_window_bits value (outside zlib's valid range of 8-15). When the server subsequently sends a compressed frame, the client attempts to create a zlib InflateRaw instance with the invalid windowBits value, causing a synchronous RangeError exception that is not caught, resulting in immediate process termination. The vulnerability exists because: * The isValidClientWindowBits() function only validates that the value contains ASCII digits, not that it falls within the valid range 8-15 * The createInflateRaw() call is not wrapped in a try-catch block * The resulting exception propagates up through the call stack and crashe...

CVSS3: 7.5
EPSS: Низкий
redhat логотип

CVE-2026-2229

5 месяцев назад

ImpactThe undici WebSocket client is vulnerable to a denial-of-service attack due to improper validation of the server_max_window_bits parameter in the permessage-deflate extension. When a WebSocket client connects to a server, it automatically advertises support for permessage-deflate compression. A malicious server can respond with an out-of-range server_max_window_bits value (outside zlib's valid range of 8-15). When the server subsequently sends a compressed frame, the client attempts to create a zlib InflateRaw instance with the invalid windowBits value, causing a synchronous RangeError exception that is not caught, resulting in immediate process termination. The vulnerability exists because: * The isValidClientWindowBits() function only validates that the value contains ASCII digits, not that it falls within the valid range 8-15 * The createInflateRaw() call is not wrapped in a try-catch block * The resulting exception propagates up through the call stack and crashe...

CVSS3: 7.5
EPSS: Низкий
nvd логотип

CVE-2026-2229

5 месяцев назад

ImpactThe undici WebSocket client is vulnerable to a denial-of-service attack due to improper validation of the server_max_window_bits parameter in the permessage-deflate extension. When a WebSocket client connects to a server, it automatically advertises support for permessage-deflate compression. A malicious server can respond with an out-of-range server_max_window_bits value (outside zlib's valid range of 8-15). When the server subsequently sends a compressed frame, the client attempts to create a zlib InflateRaw instance with the invalid windowBits value, causing a synchronous RangeError exception that is not caught, resulting in immediate process termination. The vulnerability exists because: * The isValidClientWindowBits() function only validates that the value contains ASCII digits, not that it falls within the valid range 8-15 * The createInflateRaw() call is not wrapped in a try-catch block * The resulting exception propagates up through the call stack and c

CVSS3: 7.5
EPSS: Низкий
debian логотип

CVE-2026-2229

5 месяцев назад

ImpactThe undici WebSocket client is vulnerable to a denial-of-service ...

CVSS3: 7.5
EPSS: Низкий
github логотип

GHSA-v9p9-hfj2-hcw8

5 месяцев назад

Undici has Unhandled Exception in WebSocket Client Due to Invalid server_max_window_bits Validation

CVSS3: 7.5
EPSS: Низкий
rocky логотип

RLSA-2026:7302

4 месяца назад

Important: nodejs:22 security update

EPSS: Низкий
rocky логотип

RLSA-2026:7123

4 месяца назад

Important: nodejs:22 security update

EPSS: Низкий
rocky логотип

RLSA-2026:7080

4 месяца назад

Important: nodejs22 security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-7302

4 месяца назад

ELSA-2026-7302: nodejs:22 security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-7123

4 месяца назад

ELSA-2026-7123: nodejs:22 security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-7080

4 месяца назад

ELSA-2026-7080: nodejs22 security update (IMPORTANT)

EPSS: Низкий
rocky логотип

RLSA-2026:7670

4 месяца назад

Important: nodejs:24 security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-7670

4 месяца назад

ELSA-2026-7670: nodejs:24 security update (IMPORTANT)

EPSS: Низкий
rocky логотип

RLSA-2026:7675

4 месяца назад

Important: nodejs24 security update

EPSS: Низкий
rocky логотип

RLSA-2026:7350

4 месяца назад

Important: nodejs:24 security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-7675

около 2 месяцев назад

ELSA-2026-7675: nodejs24 security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-7350

4 месяца назад

ELSA-2026-7350: nodejs:24 security update (IMPORTANT)

EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
ubuntu логотип
CVE-2026-2229

ImpactThe undici WebSocket client is vulnerable to a denial-of-service attack due to improper validation of the server_max_window_bits parameter in the permessage-deflate extension. When a WebSocket client connects to a server, it automatically advertises support for permessage-deflate compression. A malicious server can respond with an out-of-range server_max_window_bits value (outside zlib's valid range of 8-15). When the server subsequently sends a compressed frame, the client attempts to create a zlib InflateRaw instance with the invalid windowBits value, causing a synchronous RangeError exception that is not caught, resulting in immediate process termination. The vulnerability exists because: * The isValidClientWindowBits() function only validates that the value contains ASCII digits, not that it falls within the valid range 8-15 * The createInflateRaw() call is not wrapped in a try-catch block * The resulting exception propagates up through the call stack and crashe...

CVSS3: 7.5
0%
Низкий
5 месяцев назад
redhat логотип
CVE-2026-2229

ImpactThe undici WebSocket client is vulnerable to a denial-of-service attack due to improper validation of the server_max_window_bits parameter in the permessage-deflate extension. When a WebSocket client connects to a server, it automatically advertises support for permessage-deflate compression. A malicious server can respond with an out-of-range server_max_window_bits value (outside zlib's valid range of 8-15). When the server subsequently sends a compressed frame, the client attempts to create a zlib InflateRaw instance with the invalid windowBits value, causing a synchronous RangeError exception that is not caught, resulting in immediate process termination. The vulnerability exists because: * The isValidClientWindowBits() function only validates that the value contains ASCII digits, not that it falls within the valid range 8-15 * The createInflateRaw() call is not wrapped in a try-catch block * The resulting exception propagates up through the call stack and crashe...

CVSS3: 7.5
0%
Низкий
5 месяцев назад
nvd логотип
CVE-2026-2229

ImpactThe undici WebSocket client is vulnerable to a denial-of-service attack due to improper validation of the server_max_window_bits parameter in the permessage-deflate extension. When a WebSocket client connects to a server, it automatically advertises support for permessage-deflate compression. A malicious server can respond with an out-of-range server_max_window_bits value (outside zlib's valid range of 8-15). When the server subsequently sends a compressed frame, the client attempts to create a zlib InflateRaw instance with the invalid windowBits value, causing a synchronous RangeError exception that is not caught, resulting in immediate process termination. The vulnerability exists because: * The isValidClientWindowBits() function only validates that the value contains ASCII digits, not that it falls within the valid range 8-15 * The createInflateRaw() call is not wrapped in a try-catch block * The resulting exception propagates up through the call stack and c

CVSS3: 7.5
0%
Низкий
5 месяцев назад
debian логотип
CVE-2026-2229

ImpactThe undici WebSocket client is vulnerable to a denial-of-service ...

CVSS3: 7.5
0%
Низкий
5 месяцев назад
github логотип
GHSA-v9p9-hfj2-hcw8

Undici has Unhandled Exception in WebSocket Client Due to Invalid server_max_window_bits Validation

CVSS3: 7.5
0%
Низкий
5 месяцев назад
rocky логотип
RLSA-2026:7302

Important: nodejs:22 security update

4 месяца назад
rocky логотип
RLSA-2026:7123

Important: nodejs:22 security update

4 месяца назад
rocky логотип
RLSA-2026:7080

Important: nodejs22 security update

4 месяца назад
oracle-oval логотип
ELSA-2026-7302

ELSA-2026-7302: nodejs:22 security update (IMPORTANT)

4 месяца назад
oracle-oval логотип
ELSA-2026-7123

ELSA-2026-7123: nodejs:22 security update (IMPORTANT)

4 месяца назад
oracle-oval логотип
ELSA-2026-7080

ELSA-2026-7080: nodejs22 security update (IMPORTANT)

4 месяца назад
rocky логотип
RLSA-2026:7670

Important: nodejs:24 security update

4 месяца назад
oracle-oval логотип
ELSA-2026-7670

ELSA-2026-7670: nodejs:24 security update (IMPORTANT)

4 месяца назад
rocky логотип
RLSA-2026:7675

Important: nodejs24 security update

4 месяца назад
rocky логотип
RLSA-2026:7350

Important: nodejs:24 security update

4 месяца назад
oracle-oval логотип
ELSA-2026-7675

ELSA-2026-7675: nodejs24 security update (IMPORTANT)

около 2 месяцев назад
oracle-oval логотип
ELSA-2026-7350

ELSA-2026-7350: nodejs:24 security update (IMPORTANT)

4 месяца назад

Уязвимостей на страницу