2023-04-24 12:24:31 +02:00
{
"id" : "CVE-2022-28131" ,
2023-11-07 21:03:21 +00:00
"sourceIdentifier" : "security@golang.org" ,
2023-04-24 12:24:31 +02:00
"published" : "2022-08-10T20:15:32.767" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T06:56:48.570" ,
2023-11-07 21:03:21 +00:00
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-04-24 12:24:31 +02:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Uncontrolled recursion in Decoder.Skip in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a deeply nested XML document."
} ,
{
"lang" : "es" ,
"value" : "En Decoder.Skip en encoding/xml en Go antes de 1.17.12 y 1.18.x antes de 1.18.4, el agotamiento de la pila y un p\u00e1nico puede ocurrir a trav\u00e9s de un documento XML profundamente anidado"
}
] ,
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH" ,
2023-04-24 12:24:31 +02:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-04-24 12:24:31 +02:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-674"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "1.17.12" ,
"matchCriteriaId" : "646881F6-A299-4D92-A1F3-E95959FA426F"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "1.18.0" ,
"versionEndExcluding" : "1.18.4" ,
"matchCriteriaId" : "FE088A2D-7894-4A48-887C-36DD727A7BEB"
}
]
}
]
} ,
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "80E516C0-98A4-4ADE-B69F-66A772E2BAAA"
}
]
}
]
} ,
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:netapp:cloud_insights_telegraf:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "F7E26C3B-E416-49D6-B296-33CD93694D39"
}
]
}
]
}
] ,
"references" : [
{
"url" : "https://go.dev/cl/417062" ,
2023-11-07 21:03:21 +00:00
"source" : "security@golang.org"
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "https://go.dev/issue/53614" ,
2023-11-07 21:03:21 +00:00
"source" : "security@golang.org"
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "https://go.googlesource.com/go/+/08c46ed43d80bbb67cb904944ea3417989be4af3" ,
2023-11-07 21:03:21 +00:00
"source" : "security@golang.org"
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" ,
2023-11-07 21:03:21 +00:00
"source" : "security@golang.org"
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "https://pkg.go.dev/vuln/GO-2022-0521" ,
2023-11-07 21:03:21 +00:00
"source" : "security@golang.org"
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://go.dev/cl/417062" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "https://go.dev/issue/53614" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "https://go.googlesource.com/go/+/08c46ed43d80bbb67cb904944ea3417989be4af3" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "https://pkg.go.dev/vuln/GO-2022-0521" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
2023-04-24 12:24:31 +02:00
}
]
}