| { |
| "schema_version": "1.3.1", |
| "id": "GO-2022-0965", |
| "modified": "0001-01-01T00:00:00Z", |
| "published": "2022-09-02T21:12:51Z", |
| "aliases": [ |
| "GHSA-74fp-r6jw-h4mp" |
| ], |
| "summary": "Unbounded recursion in JSON parsing in k8s.io/apimachinery", |
| "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" |
| } |
| ] |
| } |
| ], |
| "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" |
| } |
| ], |
| "database_specific": { |
| "url": "https://pkg.go.dev/vuln/GO-2022-0965" |
| } |
| } |