2022-09-14 01:40:34 +03:00
{
2023-03-31 23:44:23 +03:00
"schema_version" : "1.3.1" ,
2022-09-14 01:40:34 +03:00
"id" : "GO-2022-0192" ,
"modified" : "0001-01-01T00:00:00Z" ,
2023-03-31 23:44:23 +03:00
"published" : "2022-07-01T20:11:34Z" ,
2022-09-14 01:40:34 +03:00
"aliases" : [
2023-02-08 21:03:32 +03:00
"CVE-2018-17142" ,
"GHSA-2wp2-chmh-r934"
2022-09-14 01:40:34 +03:00
] ,
2023-11-20 21:19:14 +03:00
"summary" : "Incorrect parsing of nested templates in golang.org/x/net/html" ,
2022-10-05 19:05:17 +03:00
"details" : "The Parse function can panic on some invalid inputs.\n\nFor example, the Parse function panics on the input \"\u003cmath\u003e\u003ctemplate\u003e\u003cmo\u003e\u003ctemplate\u003e\"." ,
2022-09-14 01:40:34 +03:00
"affected" : [
{
"package" : {
"name" : "golang.org/x/net" ,
"ecosystem" : "Go"
} ,
"ranges" : [
{
"type" : "SEMVER" ,
"events" : [
{
"introduced" : "0"
} ,
{
"fixed" : "0.0.0-20180925071336-cf3bd585ca2a"
}
]
}
] ,
"ecosystem_specific" : {
"imports" : [
{
"path" : "golang.org/x/net/html" ,
"symbols" : [
"Parse" ,
"ParseFragment" ,
"parser.resetInsertionMode"
]
}
]
}
}
] ,
"references" : [
{
"type" : "FIX" ,
"url" : "https://go.dev/cl/136875"
} ,
{
"type" : "FIX" ,
"url" : "https://go.googlesource.com/net/+/cf3bd585ca2a5a21b057abd8be7eea2204af89d0"
} ,
{
"type" : "REPORT" ,
"url" : "https://go.dev/issue/27702"
}
2022-10-01 17:10:57 +03:00
] ,
"credits" : [
{
"name" : "@tr3ee"
}
2022-11-21 21:47:08 +03:00
] ,
2023-03-31 23:44:23 +03:00
"database_specific" : {
2024-05-14 22:19:00 +03:00
"url" : "https://pkg.go.dev/vuln/GO-2022-0192" ,
"review_status" : "REVIEWED"
2023-03-31 23:44:23 +03:00
}
2022-09-14 01:40:34 +03:00
}