CVE-2026-73489
Last modified
CVE-2026-73489 is a medium-severity vulnerability rated 4.3/10 on the CVSS scale. 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. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Eugeny | russh | < 0.62.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-73489?
How severe is CVE-2026-73489?
How do I fix CVE-2026-73489?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-73483Flowise (packages flowise and flowise-components) in version…9.4
- CVE-2026-73484Flowise before 3.1.3 contains a sandbox escape vulnerability…8.6
- CVE-2026-73485Flowise before 3.1.3 contains a code injection vulnerability…9
- CVE-2026-73486Flowise before 3.1.3 contains a code injection vulnerability…9
- CVE-2026-73487Flowise before 3.1.3 contains a regex-based Python code vali…9
- CVE-2026-73488Flowise versions before 3.1.3 contain an insecure direct obj…6
- CVE-2026-7349Use after free in Cast in Google Chrome prior to 147.0.7727.…7.5
- CVE-2026-73490Loofah is a general library for manipulating and transformin…4.7
- CVE-2026-73491Loofah is a general library for manipulating and transformin…2.3
- CVE-2026-73492Loofah is a general library for manipulating and transformin…2.3
- CVE-2026-73493Http4s (http4s-blaze-server) is a minimal, idiomatic Scala i…7.5
- CVE-2026-73495blaze is a Scala library for building asynchronous pipelines…7.4
Are you affected by CVE-2026-73489?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
