Bug 1223947 (CVE-2024-2410)

Summary: VUL-0: CVE-2024-2410: protobuf: use after free when parsing JSON from a stream
Product: [Novell Products] SUSE Security Incidents Reporter: SMASH SMASH <smash_bz>
Component: IncidentsAssignee: John Paul Adrian Glaubitz <adrian.glaubitz>
Status: NEW --- QA Contact: Security Team bot <security-team>
Severity: Major    
Priority: P3 - Medium CC: adrian.glaubitz, camila.matos, carlos.lopez, meissner, stoyan.manolov
Version: unspecifiedFlags: stoyan.manolov: needinfo? (adrian.glaubitz)
Target Milestone: ---   
Hardware: Other   
OS: Other   
URL: https://smash.suse.de/issue/404266/
Whiteboard: CVSSv3.1:SUSE:CVE-2024-2410:7.6:(AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L)
Found By: Security Response Team Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description SMASH SMASH 2024-05-06 10:49:10 UTC
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.

References:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-2410
https://www.cve.org/CVERecord?id=CVE-2024-2410
https://github.com/protocolbuffers/protobuf/releases/tag/v25.0
Comment 1 Carlos López 2024-05-06 10:50:22 UTC
Affects SUSE:ALP:Source:Standard:1.0/protobuf. Already fixed in SUSE:SLE-15-SP{4,5,6}:Update. Older versions are not affected.