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, certain NFS parser state structures were insufficiently bounded. Crafted NFS traffic may cause Suricata to consume excessive memory, potentially resulting in denial of service. Versions 7.0.16 and 8.0.5 contain a fix. As a workaround, disable NFS application-layer parsing if it is not needed.
Published: 2026-09-10
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: Denial of Service
Action: Patch
AI Analysis

Impact

Suricata is a network IDS/IPS that parses Network File System traffic. An unbounded stateful structure within its NFS parser can be exploited with crafted packets; the parser allocates memory without proper limits, allowing an attacker to saturate Suricata's service that eliminates the IDS functionality for a user of the vulnerable Suricata instance. This flaw is expressed as resource exhaustion (CWE‑400) and improper memory allocation (CWE‑770).

Affected Systems

The issue affects the open‑source Suricata engine maintained by the Open Information Security Foundation. All builds prior to Suricata 7.0.16 and 8.0.5 are vulnerable. Those versions parse NFS traffic until an update is applied.

Risk and Exploitability

The CVSS base score of 7.5 indicates high severity and the lack of an EPSS score means the current exploitation probability is unknown; it is also not listed in the CISA KEV catalog. The vulnerability is network‑based, requiring an attacker to send malformed NFS packets over the wire, so remote attackers can exploit it without needing local access or administrative privileges. The resultant denial of service can shut down Suricata for all monitored hosts, demonstrating a clear and critical availability impact.

Generated by OpenCVE AI on September 11, 2026 at 01:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Suricata to version 7.0.16 or later 8.0.5 where the NFS parser issue has been fixed.
  • If upgrading is not immediately possible, disable NFS application‑layer parsing via Suricata configuration to prevent the vulnerable code path.
  • Apply network‑level filtering or rate‑limiting for NFS traffic to reduce the potential impact until a patch or configuration change is in place.

Generated by OpenCVE AI on September 11, 2026 at 01:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 21:45: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, certain NFS parser state structures were insufficiently bounded. Crafted NFS traffic may cause Suricata to consume excessive memory, potentially resulting in denial of service. Versions 7.0.16 and 8.0.5 contain a fix. As a workaround, disable NFS application-layer parsing if it is not needed.
Title Suricata nfs: unbounded stateful structures can lead to resource exhaustion
Weaknesses CWE-400
CWE-770
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:26:39.545Z

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

Link: CVE-2026-45766

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-45766

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-11T01:15:15Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-770

    Allocation of Resources Without Limits or Throttling