Infinite loop due to improper handling of "select" tags in golang.org/x/net/html
Details
html.Parse does not properly handle "select" tags, which can lead to an infinite loop. If parsing user supplied input, this may be used as a denial of service vector.