7.5
CVE-2023-39322
- EPSS 1.14%
- Veröffentlicht 08.09.2023 17:15:28
- Zuletzt bearbeitet 21.11.2024 08:15:09
- Quelle security@golang.org
- CVE-Watchlists
- Unerledigt
Memory exhaustion in QUIC connection handling in crypto/tls
QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With fix, connections now consistently reject messages larger than 65KiB in size.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 1.14% | 0.624 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-770 Allocation of Resources Without Limits or Throttling
The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.
https://security.gentoo.org/glsa/202311-09
https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ
https://security.netapp.com/advisory/ntap-20231020-0004/
https://go.dev/cl/523039
https://go.dev/issue/62266
https://pkg.go.dev/vuln/GO-2023-2045