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 could repeatedly perform expensive parsing of large HTTP `Content-Disposition` headers during HTTP response body processing. Crafted HTTP traffic could cause excessive CPU usage and denial of service. Versions 7.0.16 and 8.0.5 contain a fix. As a workaround, use a rule like `alert http1 any any -> any any (sid: 1; http.request_header; content: "Content-Disposition:"; startswith; bsize: > 8192; bypass;)`.
Published: 2026-09-10
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch Now
AI Analysis

Impact

Suricata, the network intrusion detection and prevention engine, contains a quadratic parsing flaw when processing large HTTP Content‑Disposition headers in response bodies. This flaw can cause the engine to repeatedly perform expensive operations on the header, rapidly exhausting CPU resources. The result is a denial of service that can prevent Suricata from monitoring traffic. The weakness is a type of resource exhaustion flaw (CWE‑400).

Affected Systems

The issue affects OISF Suricata releases earlier than 7.0.16 and 8.0.5. Any deployment running a pre‑fix version of these major lines is vulnerable. Versions 7.0.16 through 7.0.x (before patch) and 8.0.5 through 8.0.x (before patch) are specifically identified as impacted. Upgrading to the mentioned fixed releases removes the vulnerability.

Risk and Exploitability

With a CVSS score of 7.5, the vulnerability is considered high severity. Attackers can trigger it by sending crafted HTTP responses to the Suricata instance; no local privilege or code execution is required. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog, indicating that publicly available exploits are not known. Nonetheless, the ability to induce a denial of service makes the risk significant for environments relying on Suricata’s continuous monitoring capability.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Suricata 7.0.16, 8.0.5, or later releases.
  • If upgrading is not immediately possible, apply the vendor‑recommended rule to bypass processing of Content‑Disposition headers larger than 8192 bytes.
  • Monitor CPU usage and Suricata logs for signs of high load, and consider blocking or throttling HTTP traffic that triggers large Content‑Disposition headers until the patch or rule is applied.

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

Fri, 11 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
First Time appeared Oisf
Oisf suricata
Vendors & Products Oisf
Oisf suricata

Thu, 10 Sep 2026 21:15: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 could repeatedly perform expensive parsing of large HTTP `Content-Disposition` headers during HTTP response body processing. Crafted HTTP traffic could cause excessive CPU usage and denial of service. Versions 7.0.16 and 8.0.5 contain a fix. As a workaround, use a rule like `alert http1 any any -> any any (sid: 1; http.request_header; content: "Content-Disposition:"; startswith; bsize: > 8192; bypass;)`.
Title Suricata http1: quadratic Content-Disposition processing can lead to denial of service
Weaknesses CWE-400
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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-10T21:01:19.169Z

Reserved: 2026-05-13T06:54:34.222Z

Link: CVE-2026-45759

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-10T21:17:27.543

Modified: 2026-09-10T21:34:14.253

Link: CVE-2026-45759

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-11T07:30:09Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption