cve/2024/CVE-2024-2410.md

18 lines
779 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [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