The html package (aka x/net/html
) through 2018-09-25 in Go mishandles <svg><template><desc><t><svg></template>
, leading to a panic: runtime error
(index out of range) in (*nodeStack).pop
in node.go, called from (*parser).clearActiveFormattingElements
, during an html.Parse
call.
{ "nvd_published_at": "2018-10-01T08:29:00Z", "cwe_ids": [ "CWE-119" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-02-07T22:44:43Z" }