Resource Exhaustion Affecting go1.18-doc package, versions <1.18.10-150000.1.46.1
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-SLES154-GO118DOC-3369734
- published 23 Mar 2023
- disclosed 22 Mar 2023
Introduced: 22 Mar 2023
CVE-2022-41724 Open this link in a new tabHow to fix?
Upgrade SLES:15.4 go1.18-doc to version 1.18.10-150000.1.46.1 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream go1.18-doc package and not the go1.18-doc package as distributed by SLES.
See How to fix? for SLES:15.4 relevant fixed versions and status.
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).