漏洞标题
在stb_vorbis中超出边界的堆缓冲区写入
漏洞描述信息
stb_vorbis中的堆缓冲区越界写入
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
漏洞类别
跨界内存写
漏洞标题
Out of bounds heap buffer write in stb_vorbis
漏洞描述信息
stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory write past an allocated heap buffer in `start_decoder`. The root cause is a potential integer overflow in `sizeof(char*) * (f->comment_list_length)` which may make `setup_malloc` allocate less memory than required. Since there is another integer overflow an attacker may overflow it too to force `setup_malloc` to return 0 and make the exploit more reliable. This issue may lead to code execution.
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
漏洞类别
跨界内存写
漏洞标题
stb_vorbis 输入验证错误漏洞
漏洞描述信息
stb_vorbis是一款开源的用于解码ogg vorbis文件的音频解码器。 stb_vorbis 存在安全漏洞,该漏洞源于精心设计的文件可能会触发内存写入“start_decoder”中分配的堆缓冲区。
CVSS信息
N/A
漏洞类别
输入验证错误