低危 Linux Kernel 'Clone()'函数'CLONE_IO'标记拒绝服务漏洞
CVE编号
CVE-2012-0879利用情况
暂无补丁情况
官方补丁披露时间
2012-05-18漏洞描述
Linux是一款开源的操作系统。Linux存在漏洞。由于设置CLONE_IO标记,copy_io()会递增ioc->refcount和ioc->nr_tasks,但是如果ioc->nr_tasks为0时exit_io_context()只递减ioc->refcount。设置CLONE_IO标记,父进程(parent)io_context->nr_tasks递增,但每当copy_process()失败之后没有对其进行递减,会阻止exit_io_context()调用调度退出函数(IO schedulers exit functions)。非本地特权用户可利用这些缺陷进行拒绝服务攻击。解决建议
用户可参考如下供应商提供的安全公告获得补丁信息:http://comments.gmane.org/gmane.linux.kernel/922519受影响软件情况
# | 类型 | 厂商 | 产品 | 版本 | 影响面 | ||||
1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
系统 | canonical | ubuntu_linux | 10.04 | - | |||||
运行在以下环境 | |||||||||
系统 | debian | debian_linux | 6.0 | - | |||||
运行在以下环境 | |||||||||
系统 | linux | linux_kernel | * | Up to (excluding) 2.6.33 | |||||
运行在以下环境 | |||||||||
系统 | redhat_6 | kernel | * | Up to (excluding) 0:2.6.32-220.13.1.el6 | |||||
运行在以下环境 | |||||||||
系统 | suse | linux_enterprise_desktop | 11 | - | |||||
运行在以下环境 | |||||||||
系统 | suse | linux_enterprise_high_availability_extension | 11 | - | |||||
运行在以下环境 | |||||||||
系统 | suse | linux_enterprise_server | 11 | - | |||||
运行在以下环境 | |||||||||
系统 | suse_11 | btrfs-kmp-default | * | Up to (excluding) 0_2.6.32.59_0.3-0.3 | |||||
运行在以下环境 | |||||||||
系统 | ubuntu_12.04.5_lts | linux | * | Up to (excluding) 3.1.0-1.1 | |||||
- 攻击路径 本地
- 攻击复杂度 复杂
- 权限要求 普通权限
- 影响范围 有限影响
- EXP成熟度 未验证
- 补丁情况 官方补丁
- 数据保密性 无影响
- 数据完整性 无影响
- 服务器危害 无影响
- 全网数量 100
CWE-ID | 漏洞类型 |
CWE-400 | 未加控制的资源消耗(资源穷尽) |
Exp相关链接

版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
评论