blob: f778a7059e25d184c2d710ce0ed41177df2b39b3 [file] [edit]
{
"schema_version": "1.3.1",
"id": "GO-2026-4870",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2026-32283"
],
"summary": "Unauthenticated TLS 1.3 KeyUpdate record can cause persistent connection retention and DoS in crypto/tls",
"details": "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.\n\nThis only affects TLS 1.3.",
"affected": [
{
"package": {
"name": "stdlib",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.25.9"
},
{
"introduced": "1.26.0-0"
},
{
"fixed": "1.26.2"
}
]
}
],
"ecosystem_specific": {
"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"
]
}
]
}
}
],
"references": [
{
"type": "FIX",
"url": "https://go.dev/cl/763767"
},
{
"type": "REPORT",
"url": "https://go.dev/issue/78334"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
}
],
"credits": [
{
"name": "Jakub Ciolek - https://ciolek.dev/"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2026-4870",
"review_status": "REVIEWED"
}
}