CVE-2026-78662: Prevent DoS on deadlocked undecided channel in golang.org/x/crypto/ssh

Published Sep 2, 2026
·
Updated

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.

Affected Software

1 affected component
golang.org/x/crypto/ssh=

Event History

Sep 2, 2026
CVE Published
via MITRE·07:37 PM
Data Sourced
via MITRE·07:37 PM
DescriptionWeakness
Data Sourced
via NVD·08:17 PM
Description

Frequently Asked Questions

1

Who can trigger the denial of service?

A malicious SSH peer can trigger it by flooding incoming channel requests while a channel is registered but not yet established. The resulting deadlock can affect the entire SSH connection.

2

What traffic is accepted before a channel is established after the fix?

Before establishment, packet handling accepts only channel open confirmation or open failure packets. Other packets are dropped without blocking or tearing down the connection.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203