GO-2020-0014

Source
https://pkg.go.dev/vuln/GO-2020-0014
Import Source
https://vuln.go.dev/ID/GO-2020-0014.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2020-0014
Aliases
Published
2021-04-14T20:04:52Z
Modified
2024-05-20T16:03:47Z
Summary
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.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2020-0014"
}
References
Credits
    • @tr3ee

Affected packages

Go / golang.org/x/net

Package

Name
golang.org/x/net
View open source insights on deps.dev
Purl
pkg:golang/golang.org/x/net

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.0.0-20190125091013-d26f9f9a57f3

Ecosystem specific

{
    "imports": [
        {
            "path": "golang.org/x/net/html",
            "symbols": [
                "Parse",
                "ParseFragment",
                "inSelectIM",
                "inSelectInTableIM"
            ]
        }
    ]
}