Files
CVEs-PoC/2024/CVE-2024-24786.md
T
2024-08-06 19:19:10 +00: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