Cisco IOS SIP报文处理远程拒绝服务漏洞

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

Cisco IOS是Cisco网络设备所使用的操作系统。 运行IOS且支持语音通讯的Cisco设备默认下启用了SIP,但可能没有正确配置。如果向这样的设备发送特制的SIP报文的话,就可能导致设备重启。 Cisco IOS 12.4 Cisco IOS 12.3 临时解决方法: * 关闭SIP处理 Enter configuration commands, one per line. End with CNTL/Z. Router(config)#sip-ua Router(config-sip-ua)#no transport udp Router(config-sip-ua)#no transport tcp Router(config-sip-ua)#end * 控制面整型,在网络中应用以下CoPP示例: !-- Permit all TCP and UDP SIP traffic sent to all IP addresses !-- configured on all interfaces of the affected device so that it !-- will be policed and dropped by the CoPP feature access-list 100 permit tcp any any eq 5060 access-list 100 permit udp any any eq 5060 !-- Permit (Police or Drop)/Deny (Allow) all other Layer3 and Layer4 !-- traffic in accordance with existing security policies and !-- configurations for traffic that is authorized to be sent !-- to infrastructure devices ! !-- Create a Class-Map for traffic to be policed by !-- the CoPP feature class-map match-all drop-sip-class match access-group 100 !-- Create a...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息