blob: a854112e9c3eb76fbd3ca2180228b880810c8384 [file] [log] [blame]
{
"id": "GO-2022-0965",
"published": "2022-09-02T21:12:51Z",
"modified": "0001-01-01T00:00:00Z",
"aliases": [
"GHSA-74fp-r6jw-h4mp"
],
"details": "Unbounded recursion in JSON parsing allows malicious JSON input to cause excessive memory consumption or panics.",
"affected": [
{
"package": {
"name": "k8s.io/apimachinery",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.0.0-20190927203648-9ce6eca90e73"
}
]
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2022-0965"
},
"ecosystem_specific": {
"imports": [
{
"path": "k8s.io/apimachinery/pkg/runtime/serializer/json",
"symbols": [
"Serializer.Decode",
"Serializer.Encode",
"customNumberDecoder.Decode"
]
},
{
"path": "k8s.io/apimachinery/pkg/util/json",
"symbols": [
"Unmarshal"
]
}
]
}
}
],
"references": [
{
"type": "FIX",
"url": "https://github.com/kubernetes/kubernetes/pull/83261"
},
{
"type": "WEB",
"url": "https://github.com/advisories/GHSA-pmqp-h87c-mr78"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11253"
}
],
"schema_version": "1.3.1"
}