Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/Eugeny/russh/commit/8912512371820167a12a0a638bd666856ce458ad
- https://github.com/Eugeny/russh/releases/tag/v0.62.4
- https://github.com/Eugeny/russh/security/advisories/GHSA-cqjc-rmpq-xprq
- https://github.com/Eugeny/russh/security/advisories/GHSA-cqjc-rmpq-xprq
FAQ
What is CVE-2026-73489?
CVE-2026-73489 is a vulnerability with a CVSS score of 4.3 (MEDIUM). 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. T...
How severe is CVE-2026-73489?
CVE-2026-73489 has been rated MEDIUM with a CVSS base score of 4.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-73489?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.