Description
Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine. Prior to versions 7.0.16 and 8.0.5, Suricata's IP defragmentation tracker lookup did not verify that an existing tracker used the same IP address family as the packet being processed. Under crafted fragmented IPv4/IPv6 traffic, an IPv6 fragment could be associated with an IPv4 defragmentation tracker. This can lead to a remote packet-triggered crash and denial of service when Suricata performs the relevant defragmentation. Versions 7.0.16 and 8.0.5 contain a fix. As a workaround, if using Suricata as an IDS with AF_PACKET, enabling AF_PACKET's `defrag` option may prevent Suricata from seeing such fragmented packets.
Published: 2026-09-10
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: Remote Denial of Service due to crash
Action: Apply Patch
AI Analysis

Impact

Suricata's IP defragmentation logic fails to verify that an existing fragmentation tracker matches the IP address family of an incoming fragment. By sending crafted IPv4 and IPv6 fragmented packets, an attacker can cause an IPv6 fragment to be processed by an IPv4 tracker, leading to a remote packet-triggered crash and denial of service. This flaw, classified as CWE‑843, results in service disruption without giving the attacker wider privileges or data exposure.

Affected Systems

All versions of the Open Information Security Foundation Suricata engine earlier than 7.0.16 or 8.0.5 are vulnerable. The affected product is the Suricata IDS/IPS and Network Security Monitoring engine provided by OISF. No other product branches are known to be impacted. The vulnerability applies to the core defragmentation module that handles both IPv4 and IPv6 traffic.

Risk and Exploitability

The CVSS score of 7.5 indicates high severity. EPSS is not available, and CISA has not listed the flaw in the KEV catalog, indicating no confirmed widespread exploitation. An attacker would need network access to deliver fragmented packets that trigger the crash; the flaw requires only remote packet delivery and does not provide local privilege escalation or data exfiltration. Until the issue is patched or mitigated, the risk should be considered moderate to high, with the primary impact being service disruption.

Generated by OpenCVE AI on September 11, 2026 at 04:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Suricata to version 7.0.16 or 8.0.5, where the address-family check has been added.
  • If Suricata is run as an IDS with the AF_PACKET interface, enable the AF_PACKET `defrag` option so that host-level fragmentation filtering blocks problematic packets before they reach the engine.
  • Implement network-level filtering (e.g., firewall rules or switch ACLs) to drop or reject fragmented packets from untrusted sources, preventing malformed fragments from reaching Suricata.

Generated by OpenCVE AI on September 11, 2026 at 04:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 21:30:00 +0000

Type Values Removed Values Added
Description Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine. Prior to versions 7.0.16 and 8.0.5, Suricata's IP defragmentation tracker lookup did not verify that an existing tracker used the same IP address family as the packet being processed. Under crafted fragmented IPv4/IPv6 traffic, an IPv6 fragment could be associated with an IPv4 defragmentation tracker. This can lead to a remote packet-triggered crash and denial of service when Suricata performs the relevant defragmentation. Versions 7.0.16 and 8.0.5 contain a fix. As a workaround, if using Suricata as an IDS with AF_PACKET, enabling AF_PACKET's `defrag` option may prevent Suricata from seeing such fragmented packets.
Title Suricata defrag: missing address-family check can lead to remote crash
Weaknesses CWE-843
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-10T21:09:21.949Z

Reserved: 2026-05-13T07:45:21.250Z

Link: CVE-2026-45762

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-10T22:16:56.100

Modified: 2026-09-10T22:16:56.100

Link: CVE-2026-45762

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-11T03:15:03Z

Weaknesses
  • CWE-843

    Access of Resource Using Incompatible Type ('Type Confusion')