目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2024-47606— GStreamer 输入验证错误漏洞

AI 预测 9.8 利用难度: 较易 EPSS 1.34% · P68
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2024-47606 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
GHSL-2024-166: GStreamer Integer overflows in MP4/MOV demuxer and memory allocator that can lead to out-of-bounds writes
来源: CVE Program / CVE List V5
Vulnerability Description
GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
整数溢出或超界折返
来源: CVE Program / CVE List V5
Vulnerability Title
GStreamer 输入验证错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
GStreamer是GStreamer开源的一套用于处理流媒体的框架。 GStreamer存在输入验证错误漏洞,该漏洞源于在qtdemux.c中的qtdemux_parse_theora_extension函数中检测到整数下溢。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
gstreamergstreamer < 1.24.10 -

二、漏洞 CVE-2024-47606 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2024-47606 的情报信息

登录查看更多情报信息。

CVE-2024-47606 厂商安全公告 (2)

同批安全公告 · gstreamer · 2024-12-11 · 共 29 条

CVE-2024-47540GStreamer 安全漏洞
CVE-2024-47776GStreamer 缓冲区错误漏洞
CVE-2024-47601GStreamer 代码问题漏洞
CVE-2024-47537GStreamer 输入验证错误漏洞
CVE-2024-47600GStreamer 缓冲区错误漏洞
CVE-2024-47538GStreamer 缓冲区错误漏洞
CVE-2024-47615GStreamer 缓冲区错误漏洞
CVE-2024-47834GStreamer 资源管理错误漏洞
CVE-2024-47541GStreamer 缓冲区错误漏洞
CVE-2024-47539GStreamer 缓冲区错误漏洞
CVE-2024-47607GStreamer 安全漏洞
CVE-2024-47775GStreamer 缓冲区错误漏洞
CVE-2024-47596GStreamer 缓冲区错误漏洞
CVE-2024-47835GStreamer 代码问题漏洞
CVE-2024-47599GStreamer 代码问题漏洞
CVE-2024-47597GStreamer 缓冲区错误漏洞
CVE-2024-47778GStreamer 缓冲区错误漏洞
CVE-2024-47598GStreamer 缓冲区错误漏洞
CVE-2024-47603GStreamer 代码问题漏洞
CVE-2024-47774GStreamer 缓冲区错误漏洞

显示前 20 条,共 29 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2024-47606

暂无评论


发表评论