Description
Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine. Starting in version 8.0.0 and prior to version 8.0.5, when certain detection transforms are chained, the decompress transform pipeline could read from an inspection buffer after it had been reallocated and freed. The issue is reached during network traffic processing, but requires a malicious rule as Suricata will crash whatever the traffic. Version 8.0.5 contains a fix. As a workaround, avoid rules that chain `gunzip` or `zlib_deflate` with `max-size` bigger than 4096 after another transform.
Published: 2026-09-10
Score: 5.9 Medium
EPSS: n/a
KEV: No
Impact: Denial of Service (DoS)
Action: Apply Patch
AI Analysis

Impact

Suricata, a network intrusion detection system, has a use‑after‑free flaw in its decompress transform pipeline. When certain detection rules chain transforms, the decompress step can read from a buffer that has already been freed, causing the engine to crash while processing traffic. The vulnerability does not provide code execution or data exfiltration; it only results in a crash that disrupts the Suricata process.

Affected Systems

The vulnerability affects OISF Suricata versions 8.0.0 through 8.0.4. Deployments running those releases and using rule chains that combine gunzip or zlib_deflate with a max‑size greater than 4096 after another transform are impacted until a patched release is applied.

Risk and Exploitability

The CVSS score of 5.9 indicates moderate severity. No EPSS data is available and the issue is not listed in the CISA KEV catalog. Triggering the crash requires a malicious rule authoring an unsupported transform sequence, meaning that the risk is limited to environments where such rules can be introduced. In typical production scenarios lacking adversarial rule sets, the risk reduces to accidental crashes from legacy or misconfigured rules.

Generated by OpenCVE AI on September 10, 2026 at 22:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the Suricata 8.0.5 patch or later to address the use‑after‑free bug.
  • If an immediate patch cannot be deployed, alter or remove any rule that chains gunzip or zlib_deflate transforms with a max‑size greater than 4096 following another transform, following the documented workaround.
  • Audit existing rule sets for disallowed transform combinations and consider disabling or simplifying decompress transforms in high‑traffic rule chains to lower the likelihood of crashes.

Generated by OpenCVE AI on September 10, 2026 at 22:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

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

Thu, 10 Sep 2026 20:45:00 +0000

Type Values Removed Values Added
Description Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine. Starting in version 8.0.0 and prior to version 8.0.5, when certain detection transforms are chained, the decompress transform pipeline could read from an inspection buffer after it had been reallocated and freed. The issue is reached during network traffic processing, but requires a malicious rule as Suricata will crash whatever the traffic. Version 8.0.5 contains a fix. As a workaround, avoid rules that chain `gunzip` or `zlib_deflate` with `max-size` bigger than 4096 after another transform.
Title Suricata detect/transform: use-after-free in decompress transforms
Weaknesses CWE-416
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-10T20:37:49.927Z

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

Link: CVE-2026-45752

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-09-10T21:17:27.403

Link: CVE-2026-45752

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses