Linux Kernel irda_bind()对象清除空指针引用漏洞


Linux Kernel irda_bind()对象清除空指针引用漏洞

发布日期:2010-09-01
更新日期:2010-09-02

受影响系统:
Linux kernel 2.6.x
描述:
--------------------------------------------------------------------------------
BUGTRAQ  ID: 42900
CVE(CAN) ID: CVE-2010-2954

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

Linux Kernel的net/irda/af_irda.c文件中的irda_bind()函数在试图释放某些对象时存在错误,本地用户可以通过尝试绑定AF_IRDA套接字并触发错误来导致空指针引用。

如果irda_open_tsap()失败,irda_bind()错误的释放了->ias_obj对象,具体来讲是没有释放附加到对象上的hashbin并将self->ias_obj指针重置为NULL。

<*来源:Tavis Ormandy (taviso@gentoo.org)
 
  链接:http://secunia.com/advisories/41234/
*>

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

Linux
-----
目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载:

http://git.kernel.org/?p=linux/kernel/git/davem/net-2.6.git;a=commitdiff;h=628e300cccaa628d8fb92aa28cb7530a3d5f2257

相关内容