CVE Published: 05/03/2024 |
CVE Updated: 07/11/2024 |
CVE Year: 2024 Source: Go |
Vendor: google.golang.org/protobuf |
Product: google.golang.org/protobuf/encoding/protojson Status : PUBLISHED
CVE-2024-24786 Description
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 a google.protobuf.Any value, or when the UnmarshalOptions.DiscardUnknown option is set.