mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
779 B
Markdown
18 lines
779 B
Markdown
### [CVE-2024-2410](https://cve.mitre.org/cgi-bin/cvename.cgi?name=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
|
||
- https://github.com/fkie-cad/nvd-json-data-feeds
|
||
|