CVE-2026-94084
Received Received - Intake

Http2ThreadMultiBuf Use-After-Free in Suricata

Vulnerability report for CVE-2026-94084, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-20

Last updated on: 2026-09-20

Assigner: MITRE

Description

Suricata before 8.0.7 has an Http2ThreadMultiBuf use-after-free when a transaction is inspected by rules that use http.response_header with and without a transform.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-20
Last Modified
2026-09-20
Generated
2026-09-20
AI Q&A
2026-09-20
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
oisf suricata to 8.0.7 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-416 The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-94084 is a use-after-free vulnerability in Suricata's HTTP/2 detection module. It occurs when a transaction is inspected by rules using http.response_header with and without a transform. The Http2ThreadMultiBuf structure stores buffers for HTTP/2 headers. During a second inspection, the code frees existing buffers and allocates new ones, causing a use-after-free when further checks are performed.

Detection Guidance

Detecting this vulnerability requires checking Suricata version and inspecting rules using http.response_header with transforms. Run 'suricata -V' to verify version. If using Suricata 8.0.6 or earlier, the vulnerability likely exists. Review rules for http.response_header usage across multiple inspection passes.

Impact Analysis

This vulnerability could allow attackers to crash Suricata or potentially execute arbitrary code, leading to denial-of-service conditions or unauthorized access to network traffic analysis. Systems relying on Suricata for intrusion detection may become unstable or compromised.

Mitigation Strategies

Upgrade Suricata to version 8.0.7 or later immediately. This version fixes the Http2ThreadMultiBuf use-after-free issue. After upgrading, restart Suricata to apply changes. Review and update rules to avoid mixing http.response_header with and without transforms in the same transaction.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-94084. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart