Bug 2331750 (CVE-2024-47776) - CVE-2024-47776 gstreamer1-plugins-good: OOB-read in gst_wavparse_cue_chunk
Summary: CVE-2024-47776 gstreamer1-plugins-good: OOB-read in gst_wavparse_cue_chunk
Keywords:
Status: NEW
Alias: CVE-2024-47776
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2332121 2332122
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-12-11 20:02 UTC by OSIDB Bzimport
Modified: 2025-05-13 10:25 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2025:7242 0 None None None 2025-05-13 10:25:34 UTC

Description OSIDB Bzimport 2024-12-11 20:02:08 UTC
GStreamer is a library for constructing graphs of media-handling components. An OOB-read has been discovered in gst_wavparse_cue_chunk within gstwavparse.c. The vulnerability happens due to a discrepancy between the size of the data buffer and the size value provided to the function. This mismatch causes the comparison  if (size < 4 + ncues * 24) to fail in some cases, allowing the subsequent loop to access beyond the bounds of the data buffer. The root cause of this discrepancy stems from a miscalculation when clipping the chunk size based on upstream data size. This vulnerability allows reading beyond the bounds of the data buffer, potentially leading to a crash (denial of service) or the leak of sensitive data. This vulnerability is fixed in 1.24.10.

Comment 3 errata-xmlrpc 2025-05-13 10:25:33 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2025:7242 https://access.redhat.com/errata/RHSA-2025:7242


Note You need to log in before you can comment on or make changes to this bug.