Kubernetes CVE-2024-24786
Package
kubernetes-1.23
(bottlerocket)
Affected versions
< 1.20.4
Patched versions
1.20.4
kubernetes-1.24
(bottlerocket)
< 1.20.4
1.20.4
The
protojson.Unmarshal
function can enter an infinite loop when unmarshaling certain forms of invalid JSON. This condition can occur when unmarshaling into a message which contains agoogle.protobuf.Any
value, or when theUnmarshalOptions.DiscardUnknown
option is set.