【3.A.S.T】网络安全爱好者's Archiver

黑客学习

不属于 发表于 2009-11-4 21:58

【新闻】Linux Kernel 64位ABI系统调用参数权限提升漏洞

Linux Kernel 64位ABI系统调用参数权限提升漏洞





受影响系统:
Linux kernel 2.6.x
描述:
-------------------------------------------------------------------------------- [url=http://www.3ast.com.cn][color=#FFFFFF]黑客[/color][/url]
BUGTRAQ  ID: 33275
CVE(CAN) ID: CVE-2009-0029

Linux Kernel是开放源码操作系统Linux所使用的内核。

Linux Kernel没有确保某些32位参数执行了正确的符号扩展便接受了用户空间的64位寄存器所传送的32位参数,如果向有漏洞的系统调用传送了特制参数便可以导致系统崩溃或获得权限提升。 [url=http://www.3ast.com.cn][color=#FFFFFF]网络安全[/color][/url]

某些架构的ABI定义函数的调用程序必须将每个参数符号扩展为完整的寄存器宽度,这在Linux系统调用处理中可能导致问题,例如64位系统上的以下调用: [size=1][color=white]信息来自:[/color][/size][url=http://www.3ast.com.cn/][size=1][color=white]http://www.3ast.com.cn[/color][/size][/url]

asmlinkage long sys_example(unsigned int index)
{
        if (index > 5)
                return -EINVAL;
        return example_array[index];
}

调用程序必须将索引符号扩展为64位,而在这种情况下调用程序是用户空间,因此不能依赖符号扩展。

<*来源:Christian Borntraeger
   
  链接:[url=https://bugzilla.redhat.com/show_bug.cgi?format=multiple&amp]https://bugzilla.redhat.com/show_bug.cgi?format=multiple&amp;id=479969 [url=http://www.3ast.com.cn][color=#FFFFFF]网络安全[/color][/url]
        [url=http://marc.info/?l=linux-kernel&amp]http://marc.info/?l=linux-kernel&amp;m=123155111608910&w=2 [url=http://www.3ast.com.cn][color=#FFFFFF]黑客[/color][/url]
*>

建议:
--------------------------------------------------------------------------------
厂商补丁:

Linux
-----
目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本:

http://www.kernel.org/

页: [1]

Powered by Discuz! Archiver 7.2  © 2001-2009 Comsenz Inc.