It was recently discovered that a handcrafted sequence of IPv4 packets could be used to launch a denial-of-service (DoS) attack against certain routers and other packet-forwarding devices in the Internet. Juniper Networks products are not susceptible to this vulnerability.
No solution is required to protect Juniper Network routers.However, the JUNOS Internet Software (on the M-series and T-series routers) and JUNOSe software (running on E-series routers) include firewall filter capabilities that can be deployed to protect a network from exposure to this vulnerability.
Configure the following firewall filter on an M-series or T-series router, and apply it as an input filter on the router's edge-facing interfaces to block all incoming packets that can be used to exploit this vulnerability.
[edit] user@router# show firewall filter protect term block-bad-protos { from { protocol [53 55 77 103]; } then discard; } term permit-others { then accept; } [edit] # set interface <name> unit <n> family inet filter input protect [edit] #
1400# config t 1400(config)#classifier-list protect-network 53 any any 1400(config)#classifier-list protect-network 55 any any 1400(config)#classifier-list protect-network 77 any any 1400(config)#classifier-list protect-network 103any any 1400(config)#policy-list protect-network 1400(config-policy-list)#filter classifier-group protect-network 1400(config-policy-list)#exit 1400(config)#interface gig 4/0 1400(config-if)#ip policy input protect-network statistics enabled 1400(config-if)#end 1400#
Initial publication: 07/18/2003