Answer in brief
CVE-2026-78662 records a Unknown severity vulnerability in Prevent DoS on deadlocked undecided channel in golang.org/x/crypto/ssh. The current sources do not mark it as known exploited. The current feed maps golang.org/x/crypto/golang.org/x/crypto/ssh (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps golang.org/x/crypto/golang.org/x/crypto/ssh (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| golang.org/x/crypto/golang.org/x/crypto/sshgeneric | >=0 <0.56.0 | 0.56.0 |
Published upstream
Sep 2, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 2, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 2, 2026
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.
Quoted source text, attributed separately from HOL analysis.