Lucene search

K
cvelistMitreCVELIST:CVE-2020-14040
HistoryJun 17, 2020 - 7:22 p.m.

CVE-2020-14040

2020-06-1719:22:31
mitre
www.cve.org
8

AI Score

7.5

Confidence

High

EPSS

0.001

Percentile

45.6%

The x/text package before 0.3.3 for Go has 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.