A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-22260

CVE-2026-22260: Oisf Suricata Buffer Overflow Vulnerability

CVE-2026-22260 is a buffer overflow vulnerability in Oisf Suricata that causes stack overflow crashes in versions 8.0.0 to 8.0.2. This article covers the technical details, affected versions, security impact, and mitigation.

Published: January 30, 2026

CVE-2026-22260 Overview

CVE-2026-22260 is a stack overflow vulnerability in Suricata, the widely-deployed open-source network IDS, IPS, and NSM (Network Security Monitoring) engine developed by the Open Information Security Foundation (OISF). This vulnerability affects Suricata versions 8.0.0 through 8.0.2 and can be exploited remotely to cause the Suricata process to crash, resulting in a denial of service condition that disables network security monitoring capabilities.

Critical Impact

Remote attackers can crash Suricata instances without authentication, disabling network intrusion detection and prevention capabilities. This leaves the protected network blind to subsequent attacks during the service outage.

Affected Products

  • OISF Suricata version 8.0.0
  • OISF Suricata version 8.0.1
  • OISF Suricata version 8.0.2

Discovery Timeline

  • 2026-01-27 - CVE-2026-22260 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2026-22260

Vulnerability Analysis

This vulnerability is classified under CWE-674 (Uncontrolled Recursion) and CWE-787 (Out-of-Bounds Write). The flaw exists in Suricata's HTTP decompression handling code, specifically in the rust/htp/src/decompressors.rs module. The vulnerability allows an attacker to trigger a stack overflow condition by sending specially crafted network traffic that causes excessive recursion during the decompression process.

The attack can be executed remotely over the network without requiring any authentication or user interaction. When exploited, the vulnerability causes the Suricata process to crash due to stack exhaustion, effectively disabling network security monitoring and intrusion prevention capabilities on the affected system.

Root Cause

The root cause of this vulnerability lies in the recursive implementation of the HTTP decompression writer in Suricata's Rust-based HTP library. When processing HTTP response bodies with certain decompression characteristics, the code would recursively call self.write(data) after flushing the writer buffer on WriteZero errors. This recursive pattern could be triggered repeatedly, causing uncontrolled stack growth until the stack is exhausted.

Non-default values for request-body-limit and response-body-limit configuration options can influence the exploitability of this issue, as they affect how much data the decompressor processes.

Attack Vector

The vulnerability is exploitable over the network by sending malicious HTTP traffic through a network segment monitored by Suricata. An attacker can craft HTTP responses with compressed content designed to trigger the recursive decompression path repeatedly. Since Suricata operates as a network security monitor, it processes all network traffic passing through it, making this attack vector particularly dangerous as the attacker doesn't need direct access to the Suricata system itself.

The following code shows the vulnerable decompression logic that was patched:

rust
         // references. Any calls using `self.writer` should be avoided while the
         // writer is in this state.
         } else if let Some(mut writer) = self.writer.take() {
-            match writer.write(data) {
-                Ok(consumed) => {
-                    let result = if consumed == 0 {
-                        // This could indicate that we have reached the end
-                        // of the stream. Any data after the first end of
-                        // stream (such as in multipart gzip) is ignored and
-                        // we pretend to have consumed this data.
-                        Ok(data.len())
-                    } else {
-                        Ok(consumed)
-                    };
-                    self.writer.replace(writer);
-                    result
-                }
-                Err(e) => {
-                    match e.kind() {
-                        std::io::ErrorKind::WriteZero => {
-                            self.flush_writer(&mut writer)?;
-                            // Recursion: the buffer was flushed until `WriteZero`
-                            // stopped occuring.
-                            self.writer.replace(writer)
-                            self.write(data)
-                        }
-                        _ => {
-                            if self.restarts == 0 {
-                                let written = self.try_finish(&mut writer);
-                                if written {

Source: GitHub Suricata Commit

Detection Methods for CVE-2026-22260

Indicators of Compromise

  • Unexpected Suricata process crashes or restarts in system logs
  • Stack overflow errors in Suricata logs related to decompression operations
  • Anomalous HTTP traffic patterns with unusual compressed content characteristics
  • Service monitoring alerts indicating repeated Suricata daemon failures

Detection Strategies

  • Monitor Suricata process health and implement automated alerting for unexpected terminations
  • Review system logs for stack overflow or segmentation fault errors associated with the Suricata process
  • Implement process watchdog monitoring to detect and alert on rapid restart cycles
  • Analyze HTTP traffic logs for patterns of compressed content that precede Suricata crashes

Monitoring Recommendations

  • Deploy process monitoring tools to track Suricata daemon uptime and restart frequency
  • Configure centralized logging to capture Suricata crash events and core dumps for analysis
  • Implement network traffic baseline monitoring to detect anomalous decompression activity
  • Set up alerts for any gaps in network security monitoring coverage

How to Mitigate CVE-2026-22260

Immediate Actions Required

  • Upgrade Suricata to version 8.0.3 or later immediately
  • If immediate upgrade is not possible, apply the workaround configuration to use default values for body limits
  • Review and verify Suricata process monitoring is in place to detect crashes
  • Ensure redundant network security monitoring capabilities are available during the upgrade process

Patch Information

OISF has released version 8.0.3 of Suricata which addresses this vulnerability. The fix removes the recursive decompression pattern and implements an iterative approach instead. The patch is available in commit 0dddac7278c8b9cf3c1e4c1c71e620a78ec1c185. Organizations should update to Suricata 8.0.3 as soon as possible. For detailed information, refer to the GitHub Security Advisory GHSA-3gm8-84cm-5x22.

Workarounds

  • Use default values for request-body-limit configuration option in suricata.yaml
  • Use default values for response-body-limit configuration option in suricata.yaml
  • Implement process supervision to automatically restart Suricata if it crashes
  • Consider deploying redundant IDS/IPS sensors to maintain coverage during potential outages
bash
# Configuration example - Use default body limits in suricata.yaml
# Ensure these are set to defaults or commented out to use defaults:
# request-body-limit: 100kb (default)
# response-body-limit: 100kb (default)

# Verify current Suricata version
suricata --build-info | grep "Suricata version"

# Update to patched version
sudo apt-get update && sudo apt-get install suricata=8.0.3
# Or for source installations:
# git checkout suricata-8.0.3

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechSuricata

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-674

  • CWE-787
  • Technical References
  • Open Information Security Issue
  • Vendor Resources
  • GitHub Suricata Commit

  • GitHub Security Advisory GHSA-3gm8-84cm-5x22
  • Related CVEs
  • CVE-2025-64332: Oisf Suricata Buffer Overflow Vulnerability

  • CVE-2024-55627: Oisf Suricata Buffer Overflow Vulnerability

  • CVE-2026-31937: Suricata DCERPC DOS Vulnerability

  • CVE-2026-31934: Suricata SMTP DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English