๐Ÿ” CVE Alert

CVE-2026-73489

MEDIUM 4.3

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

CVSS Score
4.3
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-129
Vendor eugeny
Product russh
Published Aug 13, 2026
Stay Ahead of the Next One

Get instant alerts for eugeny russh

Be the first to know when new medium vulnerabilities affecting eugeny russh are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low

Affected Versions

Eugeny / russh
< 0.62.4

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Eugeny/russh/security/advisories/GHSA-cqjc-rmpq-xprq github.com: https://github.com/Eugeny/russh/commit/8912512371820167a12a0a638bd666856ce458ad github.com: https://github.com/Eugeny/russh/releases/tag/v0.62.4