CVE-2008-0486 (CNNVD-200802-065)

HIGH
中文标题:
MPlayer libmpdemux/demux_audio.c 远程栈溢出漏洞
英文标题:
Array index vulnerability in libmpdemux/demux_audio.c in MPlayer 1.0rc2 and SVN before r25917, and p...
CVSS分数: 7.5
发布时间: 2008-02-05 11:00:00
漏洞类型: 数字错误
状态: PUBLISHED
数据质量分数: 0.30
数据版本: v3
漏洞描述
中文描述:

MPlayer是一款基于Linux的媒体播放程序,支持多种媒体格式。 MPlayer的libmpdemux/demux_audio.c文件在解析FLAC标注时存在栈溢出漏洞: /----------- libmpdemux/demux_audio.c 206 case FLAC_VORBIS_COMMENT: 207 { 208 /* For a description of the format please have a look at */ 209 /* HTTP://www.xiph.org/vorbis/doc/v-comment.HTML */ 210 211 uint32_t length, comment_list_len; 212 (1) char comments[blk_len]; 213 uint8_t *ptr = comments; 214 char *comment; 215 int cn; 216 char c; 217 218 if (stream_read (s, comments, blk_len) == blk_len) 219 { 220 (2) length = AV_RL32(ptr); 221 ptr += 4 + length; 222 223 comment_list_len = AV_RL32(ptr); 224 ptr += 4; 225 226 cn = 0; 227 for (; cn < comment_list_len; cn++) 228 { 229 length = AV_RL32(ptr); 230 ptr += 4; 231 232 comment = ptr; 233 (3) c = comment[length]; 234 comment[length] = 0; ... - -----------/ 可见在(2)处length参数是从文件流中的位置加载的,然后未经任何验证便在comment缓冲区索引中使用,这可能触发栈溢出,导致执行任意代码。

英文描述:

Array index vulnerability in libmpdemux/demux_audio.c in MPlayer 1.0rc2 and SVN before r25917, and possibly earlier versions, as used in Xine-lib 1.1.10, might allow remote attackers to execute arbitrary code via a crafted FLAC tag, which triggers a buffer overflow.

CWE类型:
CWE-189
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
mplayer mplayer 1.02rc2 - - cpe:2.3:a:mplayer:mplayer:1.02rc2:*:*:*:*:*:*:*
xine xine-lib 1.1.10 - - cpe:2.3:a:xine:xine-lib:1.1.10:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
3608 third-party-advisory
cve.org
访问
28989 third-party-advisory
cve.org
访问
ADV-2008-0406 vdb-entry
cve.org
访问
20080204 CORE-2007-1218: MPlayer 1.0rc2 buffer overflow vulnerability mailing-list
cve.org
访问
28918 third-party-advisory
cve.org
访问
ADV-2008-0421 vdb-entry
cve.org
访问
20080204 CORE-2007-1218: MPlayer 1.0rc2 buffer overflow vulnerability mailing-list
cve.org
访问
无标题 x_refsource_CONFIRM
cve.org
访问
MDVSA-2008:046 vendor-advisory
cve.org
访问
MDVSA-2008:045 vendor-advisory
cve.org
访问
28955 third-party-advisory
cve.org
访问
28779 third-party-advisory
cve.org
访问
无标题 x_refsource_MISC
cve.org
访问
29307 third-party-advisory
cve.org
访问
31393 third-party-advisory
cve.org
访问
无标题 x_refsource_CONFIRM
cve.org
访问
GLSA-200802-12 vendor-advisory
cve.org
访问
29601 third-party-advisory
cve.org
访问
DSA-1496 vendor-advisory
cve.org
访问
SUSE-SR:2008:006 vendor-advisory
cve.org
访问
29141 third-party-advisory
cve.org
访问
GLSA-200803-16 vendor-advisory
cve.org
访问
FEDORA-2008-1581 vendor-advisory
cve.org
访问
29323 third-party-advisory
cve.org
访问
FEDORA-2008-1543 vendor-advisory
cve.org
访问
28956 third-party-advisory
cve.org
访问
DSA-1536 vendor-advisory
cve.org
访问
27441 vdb-entry
cve.org
访问
无标题 x_refsource_CONFIRM
cve.org
访问
无标题 x_refsource_CONFIRM
cve.org
访问
无标题 x_refsource_CONFIRM
cve.org
访问
28801 third-party-advisory
cve.org
访问
USN-635-1 vendor-advisory
cve.org
访问
CVSS评分详情
7.5
HIGH
CVSS向量: AV:N/AC:L/Au:N/C:P/I:P/A:P
CVSS版本: 2.0
机密性
PARTIAL
完整性
PARTIAL
可用性
PARTIAL
时间信息
发布时间:
2008-02-05 11:00:00
修改时间:
2024-08-07 07:46:55
创建时间:
2025-11-11 15:32:50
更新时间:
2025-11-11 15:49:23
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2008-0486 2025-11-11 15:17:58 2025-11-11 07:32:50
NVD nvd_CVE-2008-0486 2025-11-11 14:52:33 2025-11-11 07:41:36
CNNVD cnnvd_CNNVD-200802-065 2025-11-11 15:09:00 2025-11-11 07:49:23
版本与语言
当前版本: v3
主要语言: EN
支持语言:
EN ZH
安全公告
暂无安全公告信息
变更历史
v3 CNNVD
2025-11-11 15:49:23
vulnerability_type: 未提取 → 数字错误; cnnvd_id: 未提取 → CNNVD-200802-065; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 数字错误
  • cnnvd_id: 未提取 -> CNNVD-200802-065
  • data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
v2 NVD
2025-11-11 15:41:36
severity: SeverityLevel.MEDIUM → SeverityLevel.HIGH; cvss_score: 未提取 → 7.5; cvss_vector: NOT_EXTRACTED → AV:N/AC:L/Au:N/C:P/I:P/A:P; cvss_version: NOT_EXTRACTED → 2.0; affected_products_count: 0 → 2; data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • severity: SeverityLevel.MEDIUM -> SeverityLevel.HIGH
  • cvss_score: 未提取 -> 7.5
  • cvss_vector: NOT_EXTRACTED -> AV:N/AC:L/Au:N/C:P/I:P/A:P
  • cvss_version: NOT_EXTRACTED -> 2.0
  • affected_products_count: 0 -> 2
  • data_sources: ['cve'] -> ['cve', 'nvd']