If one side of the TLS connection sends multiple key update messages post-handshake in a single record, the connection can deadlock, causing uncontrolled consumption of resources. This can lead to a denial of service.
This only affects TLS 1.3.
{
"review_status": "REVIEWED",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}{
"imports": [
{
"path": "crypto/tls",
"symbols": [
"Conn.Handshake",
"Conn.HandshakeContext",
"Conn.Read",
"Conn.Write",
"Conn.handleKeyUpdate",
"Dial",
"DialWithDialer",
"Dialer.Dial",
"Dialer.DialContext",
"QUICConn.HandleData",
"QUICConn.Start",
"clientHandshakeStateTLS13.establishHandshakeKeys",
"clientHandshakeStateTLS13.readServerFinished",
"serverHandshakeStateTLS13.readClientFinished",
"serverHandshakeStateTLS13.sendServerParameters"
]
}
]
}