2 matches found
xine-lib NES声音格式解码器copyright字段栈溢出漏洞
BUGTRAQ ID: 28908 xine是一款免费的媒体播放器,支持多种格式。 xine播放器的demuxnfs.c文件中没有正确地验证媒体文件中的copyright字段: line 111: this-copyright = strdup&header0x4E; line 189: char copyright100; line 208: sprintfcopyright, "C %s", this-copyright; 如果用户受骗打开了带有超长copyright字段的媒体文件的话,就可能触发栈溢出,导致执行任意指令。 xine-lib 1.1.12 xine ----...
xine-lib NSF声音格式解码器demux_nsf.c栈溢出漏洞
BUGTRAQ ID: 28816 xine是一款免费的媒体播放器,支持多种格式。 xine-lib的src/demuxers/demuxnsf.c文件中的demuxnsfsendchunk函数没有正确地处理NSF声音格式: opennsffile: 109: this-title = strdup&header0x0E; demuxnsfsendchunk: 122: char title100; 162: sprintftitle, "%s, song %d/%d", this-title, this-currentsong, this-totalsongs;...