Bug 2530799 - CVE-2026-78662 rclone: golang.org/x/crypto/ssh: Denial of Service via channel request flooding [fedora-all]
Summary: CVE-2026-78662 rclone: golang.org/x/crypto/ssh: Denial of Service via channel...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: rclone
Version: rawhide
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Mikel Olasagasti Uranga
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["e558e301-1905-4049-a2bf-4...
Depends On:
Blocks: CVE-2026-78662
TreeView+ depends on / blocked
 
Reported: 2026-09-09 12:04 UTC by jkelly
Modified: 2026-09-09 12:04 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description jkelly 2026-09-09 12:04:31 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

Previously, a channel registered in the mux's chanList is not usable until it is established. A malicious peer was able flood the channel's incomingRequests, deadlocking the entire connection. Now, we add an atomic established state, set when a channel becomes usable. Until such a time, handlePacket drops every packet other than the open confirmation/failure, without blocking and without tearing down the connection.


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