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

exploitDog

github логотип

GHSA-4w32-2493-32g7

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

Описание

Yamux vulnerable to remote Panic via malformed WindowUpdate credit

Sumary

The Rust implementation of Yamux accepts WindowUpdate credit values from the remote peer and applies them to per-stream send-window state.
A specially crafted WindowUpdate can cause arithmetic overflow in send-window accounting, which triggers a panic in the connection state machine. This is remotely reachable over a normal network connection and does not require authentication.

Attack Scenario

An attacker that can establish a Yamux session with a target node can crash the target by sending two validly encoded Yamux frames:

  1. Open a stream (e.g. DATA + SYN) so the stream exists with initial send-window state (DEFAULT_CREDIT).
  2. Send a WindowUpdate on that stream with a very large credit value (e.g. 0xFFFF_0000) such that adding credit to the current send-window overflows u32.

Impact

Remote unauthenticated denial of service.
An attacker can repeatedly trigger panics by reconnecting and replaying the crafted frame sequence.

Patches

Users should upgrade to yamux v0.13.9

This vulnerability was originally submitted by @revofusion to the Ethereum Foundation bug bounty program

Пакеты

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

yamux

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

>= 0.13.0, < 0.13.9

0.13.9

EPSS

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

8.7 High

CVSS4

Дефекты

CWE-190

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

CVSS3: 7.5
ubuntu
16 дней назад

Yamux is a stream multiplexer over reliable, ordered connections such as TCP/IP. From 0.13.0 to before 0.13.9, a specially crafted WindowUpdate can cause arithmetic overflow in send-window accounting, which triggers a panic in the connection state machine. This is remotely reachable over a normal network connection and does not require authentication. This vulnerability is fixed in 0.13.9.

CVSS3: 7.5
nvd
16 дней назад

Yamux is a stream multiplexer over reliable, ordered connections such as TCP/IP. From 0.13.0 to before 0.13.9, a specially crafted WindowUpdate can cause arithmetic overflow in send-window accounting, which triggers a panic in the connection state machine. This is remotely reachable over a normal network connection and does not require authentication. This vulnerability is fixed in 0.13.9.

CVSS3: 7.5
debian
16 дней назад

Yamux is a stream multiplexer over reliable, ordered connections such ...

EPSS

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

8.7 High

CVSS4

Дефекты

CWE-190