返回列表 发布新帖

Cisco IOS IPv6路由头信息泄露及拒绝服务漏洞

3115 2
发表于 2010-7-27 13:43:00 | 查看全部 阅读模式

来吧兄弟,一起玩一起讨论!

您需要 登录 才可以下载或查看,没有账号?注册

×

更多精彩内容需要登录后查看

立即登录

评论2

G大调的悲伤楼主Lv.8 发表于 2010-7-27 13:43:28 | 查看全部
class drop-IPv6-RH0-class

  drop

  !

  !-- Apply the Policy-Map to the Control-Plane of the device.

  control-plane

  service-policy input drop-IPv6-RH0-traffic

  !

  * 没有部署移动IPv6的Cisco IOS设备

  对于IOS 12.2(15)T之前版本,使用ACL过滤所有包含有路由头的报文:

  Router(config)#ipv6 access-list deny-sourcerouted

  Router(config-ipv6-acl)#deny ipv6 any routing

  Router(config-ipv6-acl)#deny ipv6 any routing

  Router(config-ipv6-acl)#permit ipv6 any any

  Router(config-ipv6-acl)#exit

  Router(config)#interface Ethernet0

  Router(config-if)#ipv6 traffic-filter deny-sourcerouted in

  * 部署了移动IPv6的Cisco IOS设备

  IOS 12.2(15)T之后版本使用ipv6 source-route命令:

  Router(config)#no ipv6 source-route

  IOS 12.4(2)T版本中IPv6 ACL中添加了新的关键字routing-type,可用于有选择性的允许或拒绝特定的路由类型:

  Router(config)#ipv6 access-list deny-sourcerouted

  Router(config-ipv6-acl)#deny ipv6 any routing-type 0

  Router(config-ipv6-acl)#permit ipv6 any any

  Router(config)#interface Ethernet0

  Router(config-if)#ipv6 traffic-filter deny-sourcerouted in

  * 没有部署移动IPv6的Cisco IOS XR设备

  使用ACL过滤所有包含有路由头的报文:

  Router-IOS_XR#configure terminal

  Router-IOS_XR(config)#ipv6 access-list deny-ipv6-type0-rh

  Router-IOS_XR(config-ipv6-acl)#deny ipv6 any host 2001:0DB8:12::3 routing

  Router-IOS_XR(config-ipv6-acl)#permit ipv6 any any

  Router-IOS_XR(config-ipv6-acl)#exit

  Router-IOS_XR(config)#interface GigabitEthernet 0/0/0/1

  Router-IOS_XR(config-if)#ipv6 access-group deny-ipv6-type0-rh ingress

  Router-IOS_XR(config-if)#end

  厂商补丁:

  Cisco

  -----

  Cisco发布了一个安全公告(cisco-sa-20070808-IOS-IPv6-leak)以及相应补丁:

  cisco-sa-20070808-IOS-IPv6-leak:Cisco IOS Information Leakage Using IPv6 Routing Header

  链接:http://www.cisco.com/warp/public ... IOS-IPv6-leak.shtml

原文出自【比特网】,转载请保留原文链接:http://sec.chinabyte.com/266/11437766_2.shtml
回复 点赞

使用道具 举报

zhczfLv.8 发表于 2010-8-7 23:38:31 | 查看全部
真正民用IPv6地址的还不多啊,
回复 点赞

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则

投诉/建议联系

support@gebi1.cn

未经授权禁止转载,复制和建立镜像,
如有违反,追究法律责任
  • 关注公众号
  • 添加微信客服
Copyright © 2001-2025 隔壁网 版权所有 All Rights Reserved. 粤ICP备14056481号-1
关灯 在本版发帖
扫一扫添加微信客服
返回顶部
快速回复 返回顶部 返回列表