CVE-2008-0009 (CNNVD-200802-220)

LOW 有利用代码
中文标题:
Linux Kernel vmsplice_to_user()函数 本地权限提升漏洞
英文标题:
The vmsplice_to_user function in fs/splice.c in the Linux kernel 2.6.22 through 2.6.24 does not vali...
CVSS分数: 2.1
发布时间: 2008-02-12 20:00:00
漏洞类型: 授权问题
状态: PUBLISHED
数据质量分数: 0.40
数据版本: v5
漏洞描述
中文描述:

Linux kernel是美国Linux基金会发布的开源操作系统Linux所使用的内核。NFSv4 implementation是其中的一个分布式文件系统协议。 Linux Kernel的实现上存在漏洞,本地攻击者可能利用此漏洞提升自己的权限。 Linux Kernel的fs/splice.c文件中的vmsplice_to_user()函数错误地引用了用户提供的内存指针: ---8<--- fs/splice.c:1378 ---8<--- error = get_user(base, &iov->iov_base); /* ... */ if (unlikely(!base)) { error = -EFAULT; break; } /* ... */ sd.u.userptr = base; /* ... */ size = __splice_from_pipe(pipe, &sd, pipe_to_user); ---8<--- fs/splice.c:1401 ---8<--- 这段代码没有验证这些指针。__splice_from_pipe()假设这些指针为有效的用户内存指针,没有执行任何验证。函数用pipe_to_user()中的__copy_to_user_inatomic()函数引用了指针,以便将数据写入用户进程内存,导致可能将从管道读取的任意数据写入到内核内存。本地攻击者可以通过特制的vmsplice()系统调用导致获得root用户权限。

英文描述:

The vmsplice_to_user function in fs/splice.c in the Linux kernel 2.6.22 through 2.6.24 does not validate a certain userspace pointer before dereference, which might allow local users to access arbitrary kernel memory locations.

CWE类型:
CWE-20
标签:
local linux qaaz OSVDB-41853 OSVDB-41852 OSVDB-41423
受影响产品
厂商 产品 版本 版本范围 平台 CPE
linux linux_kernel 2.6.22 - - cpe:2.3:o:linux:linux_kernel:2.6.22:*:*:*:*:*:*:*
linux linux_kernel 2.6.22.1 - - cpe:2.3:o:linux:linux_kernel:2.6.22.1:*:*:*:*:*:*:*
linux linux_kernel 2.6.22.3 - - cpe:2.3:o:linux:linux_kernel:2.6.22.3:*:*:*:*:*:*:*
linux linux_kernel 2.6.22.4 - - cpe:2.3:o:linux:linux_kernel:2.6.22.4:*:*:*:*:*:*:*
linux linux_kernel 2.6.22.5 - - cpe:2.3:o:linux:linux_kernel:2.6.22.5:*:*:*:*:*:*:*
linux linux_kernel 2.6.22.6 - - cpe:2.3:o:linux:linux_kernel:2.6.22.6:*:*:*:*:*:*:*
linux linux_kernel 2.6.22.7 - - cpe:2.3:o:linux:linux_kernel:2.6.22.7:*:*:*:*:*:*:*
linux linux_kernel 2.6.22.16 - - cpe:2.3:o:linux:linux_kernel:2.6.22.16:*:*:*:*:*:*:*
linux linux_kernel 2.6.23 - - cpe:2.3:o:linux:linux_kernel:2.6.23:*:*:*:*:*:*:*
linux linux_kernel 2.6.23.1 - - cpe:2.3:o:linux:linux_kernel:2.6.23.1:*:*:*:*:*:*:*
linux linux_kernel 2.6.23.2 - - cpe:2.3:o:linux:linux_kernel:2.6.23.2:*:*:*:*:*:*:*
linux linux_kernel 2.6.23.3 - - cpe:2.3:o:linux:linux_kernel:2.6.23.3:*:*:*:*:*:*:*
linux linux_kernel 2.6.23.4 - - cpe:2.3:o:linux:linux_kernel:2.6.23.4:*:*:*:*:*:*:*
linux linux_kernel 2.6.23.5 - - cpe:2.3:o:linux:linux_kernel:2.6.23.5:*:*:*:*:*:*:*
linux linux_kernel 2.6.23.6 - - cpe:2.3:o:linux:linux_kernel:2.6.23.6:*:*:*:*:*:*:*
linux linux_kernel 2.6.23.7 - - cpe:2.3:o:linux:linux_kernel:2.6.23.7:*:*:*:*:*:*:*
linux linux_kernel 2.6.23.9 - - cpe:2.3:o:linux:linux_kernel:2.6.23.9:*:*:*:*:*:*:*
linux linux_kernel 2.6.23.14 - - cpe:2.3:o:linux:linux_kernel:2.6.23.14:*:*:*:*:*:*:*
linux linux_kernel 2.6.24 - - cpe:2.3:o:linux:linux_kernel:2.6.24:rc2:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
无标题 x_refsource_CONFIRM
cve.org
访问
无标题 x_refsource_CONFIRM
cve.org
访问
ADV-2008-0487 vdb-entry
cve.org
访问
20080212 CSA-L03: Linux kernel vmsplice unchecked user-pointer dereference mailing-list
cve.org
访问
无标题 x_refsource_MISC
cve.org
访问
FEDORA-2008-1422 vendor-advisory
cve.org
访问
28896 third-party-advisory
cve.org
访问
28835 third-party-advisory
cve.org
访问
27799 vdb-entry
cve.org
访问
FEDORA-2008-1423 vendor-advisory
cve.org
访问
27704 vdb-entry
cve.org
访问
ExploitDB EDB-5092 EXPLOIT
exploitdb
访问
Download Exploit EDB-5092 EXPLOIT
exploitdb
访问
CVE Reference: CVE-2008-0600 ADVISORY
cve.org
访问
CVE Reference: CVE-2008-0010 ADVISORY
cve.org
访问
CVE Reference: CVE-2008-0009 ADVISORY
cve.org
访问
ExploitDB EDB-5093 EXPLOIT
exploitdb
访问
Download Exploit EDB-5093 EXPLOIT
exploitdb
访问
CVSS评分详情
2.1
LOW
CVSS向量: AV:L/AC:L/Au:N/C:P/I:N/A:N
CVSS版本: 2.0
机密性
PARTIAL
完整性
NONE
可用性
NONE
时间信息
发布时间:
2008-02-12 20:00:00
修改时间:
2024-08-07 07:32:23
创建时间:
2025-11-11 15:32:49
更新时间:
2026-01-26 02:18:15
利用信息
此漏洞有可利用代码!
利用代码数量: 2
利用来源:
未知 未知
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2008-0009 2025-11-11 15:17:57 2025-11-11 07:32:49
NVD nvd_CVE-2008-0009 2025-11-11 14:52:33 2025-11-11 07:41:35
CNNVD cnnvd_CNNVD-200802-220 2025-11-11 15:09:00 2025-11-11 07:49:24
EXPLOITDB exploitdb_EDB-5092 2025-11-11 15:05:25 2025-11-11 09:00:07
EXPLOITDB exploitdb_EDB-5093 2025-11-11 15:05:25 2025-11-11 09:00:08
版本与语言
当前版本: v5
主要语言: EN
支持语言:
EN ZH
其他标识符:
:
:
:
:
安全公告
暂无安全公告信息
变更历史
v5 EXPLOITDB
2025-11-11 17:00:08
references_count: 16 → 18
查看详细变更
  • references_count: 16 -> 18
v4 EXPLOITDB
2025-11-11 17:00:07
references_count: 11 → 16; tags_count: 0 → 6; data_sources: ['cnnvd', 'cve', 'nvd'] → ['cnnvd', 'cve', 'exploitdb', 'nvd']
查看详细变更
  • references_count: 11 -> 16
  • tags_count: 0 -> 6
  • data_sources: ['cnnvd', 'cve', 'nvd'] -> ['cnnvd', 'cve', 'exploitdb', 'nvd']
v3 CNNVD
2025-11-11 15:49:24
vulnerability_type: 未提取 → 授权问题; cnnvd_id: 未提取 → CNNVD-200802-220; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 授权问题
  • cnnvd_id: 未提取 -> CNNVD-200802-220
  • data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
v2 NVD
2025-11-11 15:41:35
severity: SeverityLevel.MEDIUM → SeverityLevel.LOW; cvss_score: 未提取 → 2.1; cvss_vector: NOT_EXTRACTED → AV:L/AC:L/Au:N/C:P/I:N/A:N; cvss_version: NOT_EXTRACTED → 2.0; affected_products_count: 0 → 19; data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • severity: SeverityLevel.MEDIUM -> SeverityLevel.LOW
  • cvss_score: 未提取 -> 2.1
  • cvss_vector: NOT_EXTRACTED -> AV:L/AC:L/Au:N/C:P/I:N/A:N
  • cvss_version: NOT_EXTRACTED -> 2.0
  • affected_products_count: 0 -> 19
  • data_sources: ['cve'] -> ['cve', 'nvd']