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.
References
| Link | Resource |
|---|---|
| https://go.dev/cl/826504 | Patch |
| https://go.dev/issue/81316 | Issue Tracking Vendor Advisory |
| https://groups.google.com/g/golang-announce/c/1y3fb2np35U | Mailing List Vendor Advisory |
| https://pkg.go.dev/vuln/GO-2026-6354 | Patch Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-09-02 20:17
Updated : 2026-09-04 16:33
NVD link : CVE-2026-78662
Mitre link : CVE-2026-78662
CVE.ORG link : CVE-2026-78662
JSON object : View
Products Affected
golang
- crypto
CWE
CWE-770
Allocation of Resources Without Limits or Throttling
