| { |
| "schema_version": "1.3.1", |
| "id": "GO-2020-0014", |
| "modified": "0001-01-01T00:00:00Z", |
| "published": "2021-04-14T20:04:52Z", |
| "aliases": [ |
| "CVE-2018-17846", |
| "GHSA-vfw5-hrgq-h5wf" |
| ], |
| "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.", |
| "affected": [ |
| { |
| "package": { |
| "name": "golang.org/x/net", |
| "ecosystem": "Go" |
| }, |
| "ranges": [ |
| { |
| "type": "SEMVER", |
| "events": [ |
| { |
| "introduced": "0" |
| }, |
| { |
| "fixed": "0.0.0-20190125091013-d26f9f9a57f3" |
| } |
| ] |
| } |
| ], |
| "ecosystem_specific": { |
| "imports": [ |
| { |
| "path": "golang.org/x/net/html", |
| "symbols": [ |
| "Parse", |
| "ParseFragment", |
| "inSelectIM", |
| "inSelectInTableIM" |
| ] |
| } |
| ] |
| } |
| } |
| ], |
| "references": [ |
| { |
| "type": "FIX", |
| "url": "https://go-review.googlesource.com/c/137275" |
| }, |
| { |
| "type": "FIX", |
| "url": "https://go.googlesource.com/net/+/d26f9f9a57f3fab6a695bec0d84433c2c50f8bbf" |
| }, |
| { |
| "type": "REPORT", |
| "url": "https://go.dev/issue/27842" |
| } |
| ], |
| "credits": [ |
| { |
| "name": "@tr3ee" |
| } |
| ], |
| "database_specific": { |
| "url": "https://pkg.go.dev/vuln/GO-2020-0014" |
| } |
| } |