CVEFinder.io

CVE-2026-78662

⚠️ high
🔍 Scan for this CVE
Summary

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.

CVSS Score
7.5
High
EPSS Score
0.3
Exploit Probability
Published Date
2026-09-02
First Seen: 2026-09-03
📊 Relative Risk Intelligence

This CVE is Moderate Risk - more severe than 67.8% of all 360,673 vulnerabilities in our database.

#116,318
Above average severity
Severity Percentile
🎯 CISA SSVC Assessment Updated: Sep 3, 2026
🔍 Exploitation Status
None
No known exploits
⚙️ Automatable
YES
Can be exploited automatically
💥 Technical Impact
Partial
Limited system impact
🏆 Discovered By
Will Mortensen
SSVC data provided by CISA
Last Modified 2026-09-04
Source NVD 🔗
CVSS Vector 3.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CWE IDs (Weakness Types)

📦 Affected Products 1

🔗 References 4

https://go.dev/issue/81316
Issue Tracking Vendor Advisory

🔗 Related CVEs 6

CVE ID Severity CVSS EPSS Summary Published
CVE-2026-56855 ⚠️ high 7.5 0.4 Previously, after a channel has been established, a malicious peer could send crafted messages that would deadlock the e... 2026-09-02
CVE-2026-39827 🔶 medium 6.5 0.3 An authenticated SSH client that repeatedly opened channels which were rejected by the server caused unbounded memory gr... 2026-05-22
CVE-2026-39828 🔶 medium 6.3 0.4 When an SSH server authentication callback returned PartialSuccessError with non-nil Permissions, those permissions were... 2026-05-22
CVE-2026-39829 ⚠️ high 7.5 0.5 The RSA and DSA public key parsers did not enforce size limits on key parameters. A crafted public key with an excessive... 2026-05-22
CVE-2026-39830 ⛔ critical 9.1 0.6 A malicious SSH peer could send unsolicited global request responses to fill an internal buffer, blocking the connection... 2026-05-22
CVE-2026-39831 ⛔ critical 9.1 0.4 The Verify() method for FIDO/U2F security key types (sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com) did... 2026-05-22
These CVEs affect the same products