CVE-2026-48110
Received Received - Intake
Heap Overflow in Russh SSH Library

Publication date: 2026-06-10

Last updated on: 2026-06-10

Assigner: GitHub, Inc.

Description
Russh is a Rust SSH client & server library. From version 0.34.0 to before version 0.61.0, several russh client and server message handlers decoded attacker-controlled SSH strings, name-lists, and byte fields into owned allocations before applying field-specific bounds. A remote SSH peer could send oversized, high-fanout, or malformed length-prefixed fields and make the library allocate, attempt to allocate, or split data before rejecting input that should have been rejected earlier. This issue has been patched in version 0.61.0.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-10
Last Modified
2026-06-10
Generated
2026-06-11
AI Q&A
2026-06-11
EPSS Evaluated
N/A
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
russh russh to 0.61.0 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-20 The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The vulnerability exists in the Russh Rust SSH client and server library versions from 0.34.0 up to but not including 0.61.0. Several message handlers in the library improperly decode attacker-controlled SSH strings, name-lists, and byte fields into owned allocations before applying specific bounds checks. This means a remote SSH peer can send oversized, high-fanout, or malformed length-prefixed fields that cause the library to allocate or attempt to allocate excessive memory or improperly split data before rejecting the input. This flaw could lead to resource exhaustion or other issues.

Impact Analysis

This vulnerability can impact you by allowing a remote attacker to cause the Russh library to allocate excessive memory or process malformed data, potentially leading to denial of service (DoS) conditions. Since the CVSS score rates the impact on availability as high (A:H) and no impact on confidentiality or integrity, the main risk is disruption of service or resource exhaustion on systems using vulnerable versions of the Russh library.

Mitigation Strategies

The vulnerability in the russh Rust SSH client and server library has been patched in version 0.61.0.

To mitigate this vulnerability, you should immediately upgrade any affected russh library versions from 0.34.0 up to but not including 0.61.0 to version 0.61.0 or later.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-48110. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart