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

18 lines
779 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### [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