Null Pointer Dereference in GStreamer Media Library
CVE-2024-47603
7.5HIGH
What is CVE-2024-47603?
The GStreamer media handling library contains a null pointer dereference vulnerability located in the gst_matroska_demux_update_tracks function of the matroska-demux.c file. This vulnerability arises when the gst_caps_is_equal function is invoked with invalid capabilities values, leading to a subsequent call to gst_buffer_get_size that may return a null pointer. When the size field of this null pointer is dereferenced, it results in a null pointer dereference, potentially causing application crashes or other unintended behaviors. This issue has been addressed in version 1.24.10 of GStreamer, and users are advised to update their installations to mitigate the risk.