CVE Catalog

CVE-2017-6657

High
Published: Translated: NVD NIST

Summary

CVE-2017-6657 concerns the mishandling of Ether Type Validation in Cisco Sourcefire Snort 3.0 before build 233. This allows for the crafting of packets with IP protocol numbers in the ether type field, potentially leading to a crash of the Snort++ decoder.

Risk Assessment

Organizations may be exposed to attacks that exploit this vulnerability to disrupt the operation of the intrusion detection system, potentially leading to data loss or unauthorized access.

Recommendation

It is recommended to update Cisco Sourcefire Snort to version 233 or later to patch this vulnerability and improve ether type validation.

Related vulnerabilities

Original NVD description (English source)

Cisco Sourcefire Snort 3.0 before build 233 mishandles Ether Type Validation. Since valid ether type and IP protocol numbers do not overlap, Snort++ stores all protocol decoders in a single array. That makes it possible to craft packets that have IP protocol numbers in the ether type field which will confuse the Snort++ decoder. For example, an eth:llc:snap:icmp6 packet will cause a crash because there is no ip6 header with which to calculate the icmp6 checksum. Affected decoders include gre, llc, trans_bridge, ciscometadata, linux_sll, and token_ring. The fix adds a check in the packet manager to validate the ether type before indexing the decoder array. An out of range ether type will raise 116:473.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS