CVE-2008-0010 (CNNVD-200802-221)

LOW 有利用代码
中文标题:
Linux Kernel copy_from_user_mmap_sem()函数 内存信息泄露漏洞
英文标题:
The copy_from_user_mmap_sem function in fs/splice.c in the Linux kernel 2.6.22 through 2.6.24 does n...
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文件中的copy_from_user_mmap_sem()函数未经验证用户提供的指针便使用__copy_from_user_inatomic()拷贝了用户进程内存中的数据: ---8<--- fs/splice.c:1188 ---8<--- partial = __copy_from_user_inatomic(dst, src, n); ---8<--- fs/splice.c:1188 ---8<--- 这可能允许本地攻击者通过特制的vmsplice()系统调用读取任意内核内存。

英文描述:

The copy_from_user_mmap_sem 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 allow local users to read from 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:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
DSA-1494 vendor-advisory
cve.org
访问
27796 vdb-entry
cve.org
访问
28875 third-party-advisory
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
访问
5093 exploit
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
访问
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-0010 2025-11-11 15:17:57 2025-11-11 07:32:49
NVD nvd_CVE-2008-0010 2025-11-11 14:52:33 2025-11-11 07:41:35
CNNVD cnnvd_CNNVD-200802-221 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: 18 → 19
查看详细变更
  • references_count: 18 -> 19
v4 EXPLOITDB
2025-11-11 17:00:07
references_count: 13 → 18; tags_count: 0 → 6; data_sources: ['cnnvd', 'cve', 'nvd'] → ['cnnvd', 'cve', 'exploitdb', 'nvd']
查看详细变更
  • references_count: 13 -> 18
  • 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-221; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 授权问题
  • cnnvd_id: 未提取 -> CNNVD-200802-221
  • 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']