During the TLS 1.3 handshake if multiple messages are sent in records that span encryption level boundaries (for instance the Client Hello and Encrypted Extensions messages), the subsequent messages may be processed before the encryption level changes. This can cause some minor information disclosure if a network-local attacker can inject messages during the handshake.
{
"review_status": "REVIEWED",
"url": "https://pkg.go.dev/vuln/GO-2026-4340"
}{
"imports": [
{
"path": "crypto/tls",
"symbols": [
"Conn.Handshake",
"Conn.HandshakeContext",
"Conn.Read",
"Conn.Write",
"Conn.handleKeyUpdate",
"Conn.handshakeContext",
"Conn.quicSetReadSecret",
"Dial",
"DialWithDialer",
"Dialer.Dial",
"Dialer.DialContext",
"QUICConn.HandleData",
"QUICConn.Start",
"clientHandshakeStateTLS13.establishHandshakeKeys",
"clientHandshakeStateTLS13.readServerFinished",
"clientHandshakeStateTLS13.sendClientFinished",
"serverHandshakeStateTLS13.checkForResumption",
"serverHandshakeStateTLS13.doHelloRetryRequest",
"serverHandshakeStateTLS13.readClientFinished",
"serverHandshakeStateTLS13.sendServerFinished",
"serverHandshakeStateTLS13.sendServerParameters"
]
}
]
}