Bug 2386465 (CVE-2025-54804) - CVE-2025-54804 russh: Russh Integer Overflow Vulnerability
Summary: CVE-2025-54804 russh: Russh Integer Overflow Vulnerability
Keywords:
Status: NEW
Alias: CVE-2025-54804
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-08-05 01:01 UTC by OSIDB Bzimport
Modified: 2025-08-05 19:26 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-08-05 01:01:48 UTC
Russh is a Rust SSH client & server library. In versions 0.54.0 and below, the channel window adjust message of the SSH protocol is used to track the free space in the receive buffer of the other side of a channel. The current implementation takes the value from the message and adds it to an internal state value. This can result in a integer overflow. If the Rust code is compiled with overflow checks, it will panic. A malicious client can crash a server. This is fixed in version 0.54.1.


Note You need to log in before you can comment on or make changes to this bug.