### [CVE-2024-2410](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-2410) ![](https://img.shields.io/static/v1?label=Product&message=protobuf&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=4.22.0%3C%204.25.0%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-416%20Use%20After%20Free&color=brighgreen) ### 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 - https://github.com/fkie-cad/nvd-json-data-feeds