GO-2022-0965

Source
https://pkg.go.dev/vuln/GO-2022-0965
Import Source
https://vuln.go.dev/ID/GO-2022-0965.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2022-0965
Aliases
Published
2022-09-02T21:12:51Z
Modified
2024-05-20T16:03:47Z
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.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2022-0965"
}
References

Affected packages

Go / k8s.io/apimachinery

Package

Name
k8s.io/apimachinery
View open source insights on deps.dev
Purl
pkg:golang/k8s.io/apimachinery

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
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"
            ]
        }
    ]
}