Reception of a very high rate of crafted IGMP packets may cause the Junos kernel to crash. The contents of the valid IGMP packets must be specifically crafted to trigger the crash, while maintaining a transmit rate exceeding approximately 1000 packets per second. PIM must also be enabled to trigger this crash. This issue only affects devices running Junos OS 13.2 or higher. Earlier versions of Junos are unaffected by this vulnerability. This issue was found during internal product security testing. Juniper SIRT is not aware of any malicious exploitation of this vulnerability. No other Juniper Networks products or platforms are affected by this issue. This issue has been assigned CVE-2014-0614 .
The following software releases have been updated to resolve this specific issue:
show version detail
Two options exist to mitigate this issue. 1) If PIM is not required, disabling PIM will avoid this crash. 2) While the IGMP flood is not limited to the management interface, if fxp0 is unused, explicitly disabling the external management interface will prevent the kernel panic. [edit interfaces] + fxp0 { + disable; + } In addition to (but not a substitute for) the recommendations listed above, it is good security practice to limit the exploitable attack surface of critical infrastructure networking equipment. Use access lists or firewall filters to limit access to the router only from trusted, administrative networks or hosts.
[edit interfaces] + fxp0 { + disable; + }