Vulnerability 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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Protobuf | >= 4.22.0, < 4.25.0 |
Related Weaknesses (CWE)
References
- https://github.com/protocolbuffers/protobuf/releases/tag/v25.0Release Notes
- https://github.com/protocolbuffers/protobuf/releases/tag/v25.0Release Notes
FAQ
What is CVE-2024-2410?
CVE-2024-2410 is a vulnerability with a CVSS score of 7.6 (HIGH). 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 parse...
How severe is CVE-2024-2410?
CVE-2024-2410 has been rated HIGH with a CVSS base score of 7.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-2410?
Check the references section above for vendor advisories and patch information. Affected products include: Google Protobuf.