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-2021-0234" ,
"modified" : "0001-01-01T00:00:00Z" ,
2023-03-31 23:44:23 +03:00
"published" : "2022-02-17T17:34:24Z" ,
2022-09-14 01:40:34 +03:00
"aliases" : [
"CVE-2021-27918"
] ,
2023-06-06 21:13:32 +03:00
"summary" : "Infinite loop when decoding inputs in encoding/xml" ,
2022-10-05 19:05:17 +03:00
"details" : "The Decode, DecodeElement, and Skip methods of an xml.Decoder provided by xml.NewTokenDecoder may enter an infinite loop when operating on a custom xml.TokenReader which returns an EOF in the middle of an open XML element." ,
2022-09-14 01:40:34 +03:00
"affected" : [
{
"package" : {
"name" : "stdlib" ,
"ecosystem" : "Go"
} ,
"ranges" : [
{
"type" : "SEMVER" ,
"events" : [
{
"introduced" : "0"
} ,
{
"fixed" : "1.15.9"
} ,
{
2023-05-11 00:12:22 +03:00
"introduced" : "1.16.0-0"
2022-09-14 01:40:34 +03:00
} ,
{
"fixed" : "1.16.1"
}
]
}
] ,
"ecosystem_specific" : {
"imports" : [
{
"path" : "encoding/xml" ,
"symbols" : [
"Decoder.Token"
]
}
]
}
}
] ,
"references" : [
{
"type" : "FIX" ,
"url" : "https://go.dev/cl/300391"
} ,
{
"type" : "FIX" ,
"url" : "https://go.googlesource.com/go/+/d0b79e3513a29628f3599dc8860666b6eed75372"
} ,
{
"type" : "REPORT" ,
"url" : "https://go.dev/issue/44913"
} ,
{
"type" : "WEB" ,
"url" : "https://groups.google.com/g/golang-announce/c/MfiLYjG-RAw"
}
2022-10-01 17:10:57 +03:00
] ,
"credits" : [
{
"name" : "Sam Whited"
}
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-2021-0234" ,
"review_status" : "REVIEWED"
2023-03-31 23:44:23 +03:00
}
2022-09-14 01:40:34 +03:00
}