GO-2021-0142
Dashboard / Vulnerabilities / GO-2021-0142
GO-2021-0142
Summary: Unbounded read from invalid inputs in encoding/binary
Details: ReadUvarint and ReadVarint can read an unlimited number of bytes from invalid inputs. Certain invalid inputs to ReadUvarint or ReadVarint can cause these functions to read an unlimited number of bytes from the ByteReader parameter before returning an error. This can lead to processing more input than expected when the caller is reading directly from a network and depends on ReadUvarint or ReadVarint only consuming a small, bounded number of bytes, even from invalid inputs.
References: https://go.dev/cl/247120, https://go.googlesource.com/go/+/027d7241ce050d197e7fabea3d541ffbe3487258, https://go.dev/issue/40618, https://groups.google.com/g/golang-announce/c/NyPIaucMgXo
Affected packages
Package
Name: stdlib
Purl: pkg:golang/stdlib
Affected ranges
Type: SEMVER
Events:
