Bug 2331742 (CVE-2024-47835) - CVE-2024-47835 gstreamer1-plugins-base: NULL-pointer dereference in LRC subtitle parser
Summary: CVE-2024-47835 gstreamer1-plugins-base: NULL-pointer dereference in LRC subti...
Keywords:
Status: NEW
Alias: CVE-2024-47835
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: 2332092 2332093
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-12-11 20:01 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:7243 0 None None None 2025-05-13 10:25:43 UTC

Description OSIDB Bzimport 2024-12-11 20:01:36 UTC
GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been detected in the parse_lrc function within gstsubparse.c. The parse_lrc function calls strchr() to find the character ']' in the string line. The pointer returned by this call is then passed to g_strdup(). However, if the string line does not contain the character ']', strchr() returns NULL, and a call to g_strdup(start + 1) leads to a null pointer dereference. This vulnerability is fixed in 1.24.10.

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

  Red Hat Enterprise Linux 9

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


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