CVE-2008-0009 (CNNVD-200802-220)
中文标题:
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...
漏洞描述
中文描述:
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类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | 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:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
exploitdb
exploitdb
cve.org
cve.org
cve.org
exploitdb
exploitdb
CVSS评分详情
AV:L/AC:L/Au:N/C:P/I:N/A:N
时间信息
利用信息
数据源详情
| 数据源 | 记录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 |
版本与语言
安全公告
变更历史
查看详细变更
- references_count: 16 -> 18
查看详细变更
- references_count: 11 -> 16
- tags_count: 0 -> 6
- data_sources: ['cnnvd', 'cve', 'nvd'] -> ['cnnvd', 'cve', 'exploitdb', 'nvd']
查看详细变更
- vulnerability_type: 未提取 -> 授权问题
- cnnvd_id: 未提取 -> CNNVD-200802-220
- data_sources: ['cve', 'nvd'] -> ['cnnvd', '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']