CVE-2017-6657
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedCisco 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceIn Cisco Sourcefire Snort 3.0 before build 233, the Snort++ decoder stores all protocol decoders in a single array, assuming ether types and IP protocol numbers don't overlap. Attackers can craft packets with IP protocol numbers in the ether type field (e.g., eth:llc:snap:icmp6), which confuses the decoder and causes a crash due to missing ip6 header for checksum calculation. Affected decoders include gre, llc, trans_bridge, ciscometadata, linux_sll, and token_ring.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE dataall versionsCVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Snort version and build numberRun `snort --version` or check the Snort startup banner/logs to find the exact build number. Snort 3.0 builds before 233 are vulnerable.Affected if The installed Snort 3.0 version is before build 233
-
Confirm Snort is actively decoding trafficVerify Snort is running in inline or passive mode and actively processing network packets. The vulnerability触发s during packet decoding, so idle installations are not at risk.Affected if Snort is actively processing live network traffic with vulnerable decoders enabled
-
Check for crash logs or alerts related to decoder failuresReview Snort alert logs and system logs (such as /var/log/snort/ or /var/log/messages) for any sudden Snort process crashes, especially when processing unusual packet types.Affected if Snort has crashed or generated decoder-related alerts (such as alert 116:473) without an obvious cause
-
Determine if vulnerable decoder types are in useCheck if your network traffic involves any of the affected decoder types: gre, llc, trans_bridge, ciscometadata, linux_sll, or token_ring. These can be identified in Snort configuration or by the types of packets seen on the monitored network.Affected if The monitored network traffic includes packet types that use the vulnerable decoders (gre, llc, trans_bridge, ciscometadata, linux_sll, token_ring)
A system is affected if it runs Snort 3.0 before build 233 and actively decodes network traffic that could include the vulnerable decoder types (gre, llc, trans_bridge, ciscometadata, linux_sll, or token_ring).
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataUpgrade to Snort 3.0 build 233 or later, which adds ether type validation in the packet manager before indexing the decoder array (raises alert 116:473 for out-of-range ether types).
- Consultation1.0 h
- Implementation2.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,664.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2017-6657 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2017-6657 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data