The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-31931

CVE-2026-31931: Suricata IDS NULL Dereference DoS Flaw

CVE-2026-31931 is a denial of service vulnerability in Suricata network IDS/IPS caused by NULL dereference when using tls.alpn rules. This article covers the technical details, affected versions 8.0.0-8.0.3, and mitigation.

Published: April 2, 2026

CVE-2026-31931 Overview

CVE-2026-31931 is a NULL pointer dereference vulnerability affecting Suricata, a widely deployed open-source network Intrusion Detection System (IDS), Intrusion Prevention System (IPS), and Network Security Monitoring (NSM) engine. The vulnerability exists in versions 8.0.0 through 8.0.3, where the use of the tls.alpn rule keyword can trigger a crash condition, causing a denial of service.

This flaw allows remote attackers to crash Suricata instances by sending specially crafted network traffic that triggers the vulnerable code path when TLS ALPN (Application-Layer Protocol Negotiation) inspection rules are active. Organizations relying on Suricata for network security monitoring could experience complete loss of visibility and protection during an attack.

Critical Impact

Attackers can remotely crash Suricata IDS/IPS instances, eliminating network security monitoring and creating windows of opportunity for undetected malicious activity.

Affected Products

  • Suricata versions 8.0.0 to 8.0.3
  • Suricata deployments utilizing tls.alpn rule keywords
  • Network security infrastructure relying on Suricata for IDS/IPS/NSM functionality

Discovery Timeline

  • April 2, 2026 - CVE-2026-31931 published to NVD
  • April 2, 2026 - Last updated in NVD database

Technical Details for CVE-2026-31931

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference), a memory corruption issue that occurs when a program attempts to dereference a pointer that has not been properly initialized or has been set to NULL. In the context of Suricata, this manifests specifically when processing TLS traffic against rules that utilize the tls.alpn keyword.

The tls.alpn keyword is used in Suricata rules to inspect the Application-Layer Protocol Negotiation extension in TLS handshakes. ALPN allows clients to indicate which application protocol they wish to use over the encrypted connection (such as HTTP/2, HTTP/1.1, or other protocols). When Suricata encounters certain malformed or unexpected TLS traffic while evaluating rules containing this keyword, the resulting NULL dereference causes an immediate process crash.

The network-accessible attack vector with no authentication requirements means any attacker capable of sending traffic through a monitored network segment can potentially exploit this vulnerability. The impact is limited to availability—there is no data confidentiality or integrity compromise—but the denial of service against a critical security monitoring component represents a significant operational risk.

Root Cause

The root cause is improper NULL pointer handling within Suricata's TLS ALPN parsing logic introduced in version 8.0.0. The code fails to validate that a pointer is non-NULL before dereferencing it during ALPN data inspection. This defensive programming oversight allows crafted input to reach the vulnerable code path and trigger the crash condition.

Attack Vector

The vulnerability is exploitable over the network without any authentication or user interaction. An attacker can send malicious TLS traffic through any network segment monitored by a vulnerable Suricata instance. When Suricata processes this traffic against rules containing the tls.alpn keyword, the NULL dereference occurs, causing the Suricata process to crash.

The attack flow involves:

  1. Attacker identifies a network protected by Suricata with tls.alpn rules active
  2. Attacker crafts and sends TLS traffic designed to trigger the NULL dereference
  3. Suricata crashes, eliminating network visibility
  4. Attacker can then conduct further malicious activity during the monitoring gap

The vulnerability mechanism involves the TLS ALPN inspection logic failing to properly validate pointer state before dereferencing. For complete technical details, refer to the GitHub Security Advisory and the Open Information Security Foundation issue tracker.

Detection Methods for CVE-2026-31931

Indicators of Compromise

  • Unexpected Suricata process terminations or crashes in system logs
  • Gaps in network traffic logging and alert generation
  • Systemd or init restart events for the Suricata service
  • Core dump files associated with Suricata crashes
  • Anomalous TLS traffic patterns preceding Suricata service interruptions

Detection Strategies

  • Monitor Suricata process stability and implement automated restart alerting
  • Review system logs for segmentation fault or NULL pointer dereference errors in Suricata
  • Implement watchdog monitoring to detect and alert on Suricata service interruptions
  • Analyze network traffic for unusual TLS handshake patterns targeting monitored interfaces

Monitoring Recommendations

  • Configure process monitoring tools to alert immediately on Suricata crashes
  • Implement redundant logging mechanisms to detect monitoring gaps
  • Deploy secondary network visibility tools to identify periods when Suricata is unavailable
  • Review Suricata rule sets to identify presence of tls.alpn keywords indicating exposure

How to Mitigate CVE-2026-31931

Immediate Actions Required

  • Upgrade Suricata to version 8.0.4 or later immediately
  • Audit existing rule sets for tls.alpn keyword usage and assess exposure
  • Implement process monitoring and automatic restart capabilities for Suricata
  • Consider temporarily disabling rules using tls.alpn if immediate upgrade is not possible

Patch Information

The Open Information Security Foundation (OISF) has released Suricata version 8.0.4 which addresses this vulnerability. Organizations should upgrade to this version or later to fully remediate the NULL pointer dereference issue. The patch includes proper NULL pointer validation in the TLS ALPN inspection code path.

Patch and upgrade information is available through the GitHub Security Advisory.

Workarounds

  • Temporarily disable or remove rules containing the tls.alpn keyword until upgrade is complete
  • Implement high-availability Suricata deployments to maintain coverage during potential crashes
  • Configure automatic service restart to minimize monitoring gaps
  • Deploy complementary network monitoring solutions as a backup during the vulnerability window
bash
# Configuration example
# Identify rules using tls.alpn keyword
grep -r "tls.alpn" /etc/suricata/rules/

# Temporarily disable specific rule files containing tls.alpn
# Edit suricata.yaml and comment out affected rule files

# Enable automatic restart in systemd
sudo systemctl edit suricata
# Add: [Service]
# Restart=always
# RestartSec=5

# Verify Suricata version after upgrade
suricata --build-info | grep "Suricata version"

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

  • 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-476
  • Technical References
  • GitHub Security Advisory

  • Open Information Security 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