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

exploitDog

nvd логотип

CVE-2026-73489

Опубликовано: 13 авг. 2026
Источник: nvd
CVSS3: 4.3
EPSS Низкий

Описание

Russh is a Rust SSH client & server library. Prior to 0.62.4, an authenticated SSH client can cause a denial of service by sending a pty-req channel request with more than 130 terminal-mode records. The parser in russh/src/server/encrypted.rs stores terminal modes in a fixed 130-entry [(Pty::TTY_OP_END, 0); 130] array but continues increasing the mode count, then constructs an out-of-bounds slice and panics before the application pty_request handler runs. The panic terminates the server session task without causing memory corruption. This issue is fixed in version 0.62.4.

EPSS

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

4.3 Medium

CVSS3

Дефекты

CWE-129

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

CVSS3: 4.3
ubuntu
15 дней назад

Russh is a Rust SSH client & server library. Prior to 0.62.4, an authenticated SSH client can cause a denial of service by sending a pty-req channel request with more than 130 terminal-mode records. The parser in russh/src/server/encrypted.rs stores terminal modes in a fixed 130-entry [(Pty::TTY_OP_END, 0); 130] array but continues increasing the mode count, then constructs an out-of-bounds slice and panics before the application pty_request handler runs. The panic terminates the server session task without causing memory corruption. This issue is fixed in version 0.62.4.

CVSS3: 4.3
debian
15 дней назад

Russh is a Rust SSH client & server library. Prior to 0.62.4, an authe ...

CVSS3: 4.3
github
около 1 месяца назад

Russh: Post-auth remote panic via pty-req with more than 130 terminal-mode records

EPSS

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

4.3 Medium

CVSS3

Дефекты

CWE-129