Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-22258

CVE-2026-22258: Suricata DCERPC DoS Vulnerability

CVE-2026-22258 is a denial of service vulnerability in Suricata IDS/IPS engine caused by crafted DCERPC traffic that leads to memory exhaustion. This article covers technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2026-22258 Overview

CVE-2026-22258 is a resource exhaustion vulnerability affecting Suricata, a widely-deployed open-source network IDS, IPS, and NSM (Network Security Monitoring) engine. The vulnerability exists in the DCERPC (Distributed Computing Environment / Remote Procedure Call) protocol parser, where specially crafted traffic can cause Suricata to expand a buffer without limits. This unbounded memory allocation leads to memory exhaustion and ultimately causes the Suricata process to be killed by the operating system.

While the vulnerability was initially reported for DCERPC over UDP, it is believed that DCERPC over TCP and DCERPC over SMB are also vulnerable. The default configuration for DCERPC/TCP provides some inherent protection as the stream depth is limited to 1MiB. However, DCERPC/SMB configurations using unlimited stream.reassembly.depth remain fully vulnerable.

Critical Impact

Attackers can remotely crash Suricata network security engines through crafted DCERPC traffic, potentially creating security monitoring blind spots in enterprise networks during incident response scenarios.

Affected Products

  • Suricata versions prior to 8.0.3
  • Suricata versions prior to 7.0.14
  • Installations with DCERPC/SMB using unlimited stream.reassembly.depth

Discovery Timeline

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

Technical Details for CVE-2026-22258

Vulnerability Analysis

This vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption). The flaw resides in Suricata's DCERPC protocol parser which fails to implement proper bounds checking when expanding internal buffers during traffic reassembly. When processing malformed or specifically crafted DCERPC packets, the parser allocates increasingly large amounts of memory without enforcing any upper limits.

The attack can be initiated remotely over the network without authentication, making it particularly dangerous for organizations relying on Suricata for network security monitoring. Successful exploitation results in complete denial of service of the Suricata engine, which may leave network traffic unmonitored and potentially allow other malicious activities to proceed undetected.

Root Cause

The root cause is improper resource consumption controls in the DCERPC parser's buffer expansion logic. When reassembling fragmented DCERPC traffic, the parser dynamically allocates memory to accommodate incoming data. The absence of maximum allocation limits allows an attacker to trigger unbounded memory growth by sending a continuous stream of crafted packets, eventually exhausting all available system memory.

Attack Vector

The vulnerability is exploitable via network-based attacks targeting DCERPC protocol traffic. An attacker can send crafted DCERPC packets over three potential transport mechanisms:

  • DCERPC/UDP: Directly vulnerable; no configuration-based protection available
  • DCERPC/TCP: Protected by default 1MiB stream depth limit, but custom configurations may remove this protection
  • DCERPC/SMB: Vulnerable when stream.reassembly.depth is set to unlimited (the default configuration)

The attack requires no authentication and no user interaction, allowing adversaries to remotely trigger memory exhaustion against any exposed Suricata instance processing DCERPC traffic.

The exploitation mechanism involves sending malformed DCERPC traffic that triggers the parser to continuously expand its internal buffer. As documented in the GitHub Security Advisory, the lack of bounds checking allows memory consumption to grow unbounded until the system's OOM (Out of Memory) killer terminates the Suricata process.

Detection Methods for CVE-2026-22258

Indicators of Compromise

  • Suricata process unexpectedly terminated or restarted
  • Sudden memory usage spikes on systems running Suricata
  • OOM killer entries in system logs referencing Suricata process
  • Gaps in network traffic monitoring logs coinciding with memory exhaustion events
  • Unusual volume of DCERPC traffic from external sources

Detection Strategies

  • Monitor system memory utilization for Suricata processes and alert on abnormal growth patterns
  • Configure process monitoring to detect unexpected Suricata terminations or restarts
  • Review system logs for OOM killer activity targeting Suricata
  • Implement network traffic analysis to identify anomalous DCERPC packet patterns

Monitoring Recommendations

  • Deploy memory usage alerting thresholds specific to Suricata instances
  • Enable centralized logging for Suricata process health and system resource metrics
  • Correlate network monitoring gaps with potential exploitation attempts
  • Establish baseline DCERPC traffic volumes to detect statistical anomalies

How to Mitigate CVE-2026-22258

Immediate Actions Required

  • Upgrade Suricata to version 8.0.3 or 7.0.14 immediately
  • Review current Suricata configurations for DCERPC parser settings
  • Assess exposure of Suricata instances to untrusted network traffic
  • Implement the workarounds below if immediate patching is not feasible

Patch Information

The OISF (Open Information Security Foundation) has released patches in Suricata versions 8.0.3 and 7.0.14 that address this vulnerability. The fixes implement proper bounds checking in the DCERPC parser to prevent unbounded buffer expansion.

Relevant patch commits are available at:

  • Patch commit 39d8c302
  • Patch commit f82a388d

For additional details, refer to the OISF issue tracker and the GitHub Security Advisory.

Workarounds

  • For DCERPC/UDP: Disable the DCERPC/UDP parser entirely to eliminate the attack surface
  • For DCERPC/TCP: Configure stream.reassembly.depth to enforce a memory limit (default 1MiB provides protection)
  • For DCERPC/SMB: Set stream.reassembly.depth to a bounded value, noting this may impact SMB visibility
  • Implement network-level filtering to limit DCERPC traffic from untrusted sources
  • Consider rate-limiting DCERPC connections at the network perimeter
yaml
# Suricata configuration workaround example
# Limit stream reassembly depth to prevent memory exhaustion
stream:
  reassembly:
    depth: 1mb    # Set explicit limit for TCP reassembly
    # Note: May reduce visibility for SMB traffic analysis

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSuricata

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • 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-400
  • Technical References
  • GitHub Commit Change

  • GitHub Commit Change

  • GitHub Security Advisory

  • Open Information Issue
  • Related CVEs
  • CVE-2026-31937: Suricata DCERPC DOS Vulnerability

  • CVE-2026-31935: Suricata HTTP2 DoS Vulnerability

  • CVE-2026-31934: Suricata SMTP DoS Vulnerability

  • CVE-2026-31933: Suricata IDS/IPS DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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