Description
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.
Published: 2026-04-08
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via TLS 1.3 KeyUpdate deadlock
Action: Patch promptly
AI Analysis

Impact

The Go TLS 1.3 implementation incorrectly processes a batch of key update messages sent in a single record after the handshake. When such duplicate key updates are received, the connection can deadlock, leading to uncontrolled consumption of system resources and a denial of service. This vulnerability can be triggered by an attacker sending a crafted TLS session that includes multiple key update records.

Affected Systems

The vulnerability affects the Go standard library package crypto/tls and therefore any Go application that enables TLS 1.3 handling through this library. The issue is present in all versions of Go that use the affected TLS implementation, regardless of vendor or product beyond the Go runtime. No specific product naming beyond Go’s standard library is required for the impact assessment.

Risk and Exploitability

With a CVSS score of 7.5 the vulnerability is classified as high severity, while the EPSS score of less than 1% indicates a low likelihood of being actively exploited at the present time. The attacker only needs to supply a malformed TLS session and does not require any special privileges or prior access. The vulnerability is remote and does not require authentication to impact the system. Although it is not listed in the CISA Known Exploited Vulnerabilities catalog, it poses a significant risk if an undetected attacker can trigger the deadlock on a high‑traffic service. The recommended mitigations focus on applying the vendor patch or disabling TLS 1.3 until a fix is available.

Generated by OpenCVE AI on April 13, 2026 at 21:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Go runtime to the latest stable release that contains the fix for the TLS 1.3 key update handling bug
  • If an immediate upgrade is not possible, configure your Go applications to disable TLS 1.3 or enforce strict key update limits until the patch is available
  • Verify that your TLS configuration only accepts a single key update per record and monitor server logs for repeated key update messages to detect potential attempts to trigger the deadlock

Generated by OpenCVE AI on April 13, 2026 at 21:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 16 Apr 2026 19:15:00 +0000

Type Values Removed Values Added
First Time appeared Golang
Golang go
CPEs cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*
Vendors & Products Golang
Golang go

Tue, 14 Apr 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-770

Mon, 13 Apr 2026 19:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 08 Apr 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Go Standard Library
Go Standard Library crypto Tls
Vendors & Products Go Standard Library
Go Standard Library crypto Tls

Wed, 08 Apr 2026 01:45:00 +0000

Type Values Removed Values Added
Description 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.
Title Unauthenticated TLS 1.3 KeyUpdate record can cause persistent connection retention and DoS in crypto/tls
References

Subscriptions

Go Standard Library Crypto Tls
Golang Go
cve-icon MITRE

Status: PUBLISHED

Assigner: Go

Published:

Updated: 2026-04-13T18:19:55.848Z

Reserved: 2026-03-11T16:38:46.556Z

Link: CVE-2026-32283

cve-icon Vulnrichment

Updated: 2026-04-13T17:51:42.115Z

cve-icon NVD

Status : Analyzed

Published: 2026-04-08T02:16:03.580

Modified: 2026-04-16T19:12:10.540

Link: CVE-2026-32283

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-14T16:40:15Z

Weaknesses