AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2022-41724

HIGH · CVSS 7.5 EPSS 1.11%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2023-02-28 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

CVE
CVE-2022-41724
Severity
HIGH
CVSS
7.5
EPSS
1.11%

Original NVD Description

Large handshake records may cause panics in crypto/tls. Both clients and servers may send large TLS handshake records which cause servers and clients, respectively, to panic when attempting to construct responses. This affects all TLS 1.3 clients, TLS 1.2 clients which explicitly enable session resumption (by setting Config.ClientSessionCache to a non-nil value), and TLS 1.3 servers which request client certificates (by setting Config.ClientAuth >= RequestClientCert).