GO-2023-2045

See a problem?
Source
https://pkg.go.dev/vuln/GO-2023-2045
Import Source
https://vuln.go.dev/ID/GO-2023-2045.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2023-2045
Aliases
Published
2023-09-07T16:12:01Z
Modified
2024-05-20T16:03:47Z
Summary
Memory exhaustion in QUIC connection handling in crypto/tls
Details

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.

References
Credits
    • Marten Seemann

Affected packages

Go / stdlib

Package

Affected ranges

Type
SEMVER
Events
Introduced
1.21.0-0
Fixed
1.21.1

Ecosystem specific

{
    "imports": [
        {
            "path": "crypto/tls",
            "symbols": [
                "QUICConn.HandleData"
            ]
        }
    ]
}