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

779 B

CVE-2024-2410

Description

The JsonToBinaryStream() function is part of the protocol buffers C++ implementation and is used to parse JSON from a stream. If the input is broken up into separate chunks in a certain way, the parser will attempt to read bytes from a chunk that has already been freed. 

POC

Reference

No PoCs from references.

Github