[security] Vulnerability in golang.org/x/text/encoding/unicode

1,676 views
Skip to first unread message

Katie Hockman

unread,
Jun 16, 2020, 2:55:20 PM6/16/20
to golang-nuts

Hello gophers,


Version v0.3.3 of golang.org/x/text fixes a vulnerability in the golang.org/x/text/encoding/unicode package which 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.


transform.String has also been hardened not to enter an infinite loop if a Transformer keeps returning ErrShortSrc even if atEOF is true.


This issue was first filed as Issue 39491 by GitHub user abacabadabacaba and reported to the security team by Anton Gyllenberg. It is tracked as CVE-2020-14040.


Cheers,

Katie for the Go team


Reply all
Reply to author
Forward
0 new messages