漏洞标题
GStreamer存在越界读取漏洞
漏洞描述信息
GStreamer是一个用于构建媒体处理组件图的库。在qtdemux.c文件中的qtdemux_merge_sample_table函数中发现了一个OOB(Out-of-Bounds,越界)读取漏洞。问题在于在读取stts_duration之前没有正确检查stts缓冲区的大小,这使得程序能够读取stts->data边界之外的4个字节。该漏洞最多可以读取超出stts数组分配边界4个字节的数据。此漏洞在1.24.10版本中已修复。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
漏洞类别
跨界内存读
漏洞标题
GHSL-2024-246: GStreamer has an OOB-read in qtdemux_merge_sample_table
漏洞描述信息
GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in the qtdemux_merge_sample_table function within qtdemux.c. The problem is that the size of the stts buffer isn’t properly checked before reading stts_duration, allowing the program to read 4 bytes beyond the boundaries of stts->data. This vulnerability reads up to 4 bytes past the allocated bounds of the stts array. This vulnerability is fixed in 1.24.10.
CVSS信息
N/A
漏洞类别
跨界内存读
漏洞标题
GStreamer 缓冲区错误漏洞
漏洞描述信息
GStreamer是GStreamer开源的一套用于处理流媒体的框架。 GStreamer存在缓冲区错误漏洞,该漏洞源于在qtdemux.c中的qtdemux_merge_sample_table函数中发现了一个越界读取漏洞。
CVSS信息
N/A
漏洞类别
缓冲区错误