Linux Kernel ip6_dst_lookup_tail()函数远程拒绝服务漏洞


发布日期:2010-03-12
更新日期:2010-03-19

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

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

Linux Kernel的ip6_dst_lookup_tail()函数中存在空指针引用漏洞。本地网络上的攻击者可以通过向目标系统发送IPv6通讯来触发这个漏洞,如果接收到IPv6报文时目标系统上dst->neighbour为空,就会导致系统崩溃。

<*来源:Neil Horman
 
  链接:https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=563781
        https://bugzilla.kernel.org/show_bug.cgi?format=multiple&id=11469
        https://www.redhat.com/support/errata/RHSA-2010-0149.html
        https://www.redhat.com/support/errata/RHSA-2010-0148.html
        https://www.redhat.com/support/errata/RHSA-2010-0147.html
*>

测试方法:
--------------------------------------------------------------------------------

警 告

以下程序(方法)可能带有攻击性,仅供安全研究与教学之用。使用者风险自负!

http://www.remlab.net/files/divers/tunload.c

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

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

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=e550dfb0c2c31b6363aa463a035fc9f8dcaa3c9b

RedHat
------
RedHat已经为此发布了一个安全公告(RHSA-2010:0147-01)以及相应补丁:
RHSA-2010:0147-01:Important: kernel security and bug fix update
链接:https://www.redhat.com/support/errata/RHSA-2010-0147.html

相关内容