golang.org/x/text Infinite loop
Overview
Source
ID
GHSA-5rcv-m4m3-hfh7
Aliases
CVE-2020-14040
GO-2020-0015
Affected package
Description
Go version v0.3.3 of the x/text package fixes a vulnerability in encoding/unicode that could lead to the UTF-16 decoder entering an infinite loop, causing the program to crash or run out of memory. An attacker could provide a single byte to a UTF16 decoder instantiated with UseBOM or ExpectBOM to trigger an infinite loop if the String function on the Decoder is called, or the Decoder is passed to golang.org/x/text/transform.String.
### Specific Go Packages Affected golang.org/x/text/encoding/unicode golang.org/x/text/transform
Impact
Severity
help_outline
Latest version of the CVSS score reported by the source of the advisory.
7.5 MODERATE
Reference links
Summary
36.65k
Total packages affected
help_outline
Packages with at least one version that is affected by the advisory or has an affected dependency.
5.36k
Packages with a known fix
help_outline
Packages with versions affected by the advisory that have a greater version that is not affected.
2.78%
Total ecosystem affected
help_outline
The proportion of packages in the ecosystem that are affected by the advisory (fixed or not).
Affected Version: Introduced: 0, Fixed: 0.3.3
Patched/Unaffected
Affected