VDB
KO

GO-2026-6090

Limit handshake messages we are willing to accept post-handshake in crypto/tls

Quick fix

GO-2026-6090 — stdlib: upgrade to the fixed version with the command below.

go get stdlib@v1.25.13

Details

Handshake messages, such as KeyUpdate, are always considered as state-advancing, regardless of whether a handshake has been completed or not. As a result, a malicious client can keep sending KeyUpdate messages to force the server to keep performing key derivation operations indefinitely.

Are you affected?

Enter the version of the package you're using.

Affected packages

Go / stdlib
Introduced in: 0 Fixed in: 1.25.13
Fix go get stdlib@v1.25.13

References