cve/2024/CVE-2024-24786.md
2024-05-25 21:48:12 +02:00

1.1 KiB

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.

POC

Reference

No PoCs from references.

Github