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-2025-64335

CVE-2025-64335: Oisf Suricata NULL Dereference Vulnerability

CVE-2025-64335 is a NULL dereference flaw in Oisf Suricata affecting versions 8.0.0 to 8.0.2. This vulnerability occurs when entropy and base64_data keywords are used together. Explore technical details, impact, and mitigation.

Published: April 21, 2026

CVE-2025-64335 Overview

CVE-2025-64335 is a Null Pointer Dereference vulnerability affecting Suricata, the open-source network Intrusion Detection System (IDS), Intrusion Prevention System (IPS), and Network Security Monitoring (NSM) engine developed by the Open Information Security Foundation (OISF) and the Suricata community. The vulnerability exists in versions 8.0.0 through 8.0.1, where a NULL dereference can occur when the entropy keyword is used in conjunction with base64_data within detection rules.

Critical Impact

Attackers can remotely trigger a denial of service condition by exploiting the NULL dereference, potentially causing Suricata to crash and leaving network traffic unmonitored.

Affected Products

  • OISF Suricata versions 8.0.0 to 8.0.1

Discovery Timeline

  • 2025-11-26 - CVE-2025-64335 published to NVD
  • 2025-12-12 - Last updated in NVD database

Technical Details for CVE-2025-64335

Vulnerability Analysis

This vulnerability is a classic Null Pointer Dereference (CWE-476) that occurs within Suricata's rule parsing and detection engine. The issue manifests when processing detection rules that combine the entropy keyword with base64_data. When this specific combination is encountered, the DetectEngineBufferTypeGetNameById() function can return a NULL pointer that is subsequently used without validation, leading to a crash.

The vulnerability is particularly concerning for organizations relying on Suricata for network security monitoring, as it can be triggered remotely through network traffic that causes evaluation of affected rules. This creates a denial of service condition where the IDS/IPS engine becomes unavailable, potentially leaving the network unprotected during the attack window.

Root Cause

The root cause lies in the detect-entropy.c source file, specifically in how buffer type names are resolved when the entropy keyword is used with base64_data. The code path for DETECT_SM_LIST_BASE64_DATA was not properly handled, causing DetectEngineBufferTypeGetNameById() to return NULL. The fix implements explicit handling for the base64_data case and adds a fallback mechanism for unknown buffer types to prevent NULL dereferences.

Attack Vector

The attack vector is network-based with no authentication or user interaction required. An attacker can craft network traffic designed to trigger rules that use the entropy keyword with base64_data, causing the NULL dereference and subsequent crash. This vulnerability affects availability only, with no direct impact on confidentiality or integrity.

c
// Security patch from src/detect-entropy.c
// Source: https://github.com/OISF/suricata/commit/c935f08cd988600fd0a4f828a585b181dd5de012

             goto error;
 
         sm_list = s->init_data->list;
-        ded->fv_idx = VarNameStoreRegister(
-                DetectEngineBufferTypeGetNameById(de_ctx, sm_list), VAR_TYPE_FLOW_FLOAT);
+        const char *name;
+        if (sm_list == DETECT_SM_LIST_BASE64_DATA) {
+            name = "base64_data";
+        } else {
+            name = DetectEngineBufferTypeGetNameById(de_ctx, sm_list);
+            if (name == NULL) {
+                DEBUG_VALIDATE_BUG_ON(1);
+                name = "unknown";
+            }
+        }
+        ded->fv_idx = VarNameStoreRegister(name, VAR_TYPE_FLOW_FLOAT);
     } else {
         ded->fv_idx = VarNameStoreRegister("content", VAR_TYPE_FLOW_FLOAT);
     }

Source: GitHub Commit

Detection Methods for CVE-2025-64335

Indicators of Compromise

  • Unexpected Suricata process crashes or service restarts without clear operational cause
  • Segmentation fault entries in Suricata logs referencing detect-entropy.c or entropy-related processing
  • Gaps in network monitoring logs indicating periods where Suricata was unavailable
  • Core dumps generated by Suricata containing stack traces pointing to entropy keyword handling

Detection Strategies

  • Monitor Suricata process health using tools like systemctl status suricata or process monitoring solutions
  • Implement automated alerting for Suricata service crashes and automatic restart attempts
  • Review Suricata rule files to identify any rules combining entropy with base64_data keywords
  • Deploy crash dump analysis to identify exploitation attempts via stack trace patterns

Monitoring Recommendations

  • Configure watchdog services to detect and alert on Suricata process failures
  • Enable core dump collection for forensic analysis in case of crashes
  • Monitor network traffic for patterns that may indicate exploitation attempts
  • Set up redundant IDS/IPS instances to maintain coverage during potential service disruptions

How to Mitigate CVE-2025-64335

Immediate Actions Required

  • Upgrade Suricata to version 8.0.2 or later immediately
  • Review all deployed Suricata rules for combinations of entropy and base64_data keywords
  • Implement the workaround by disabling affected rules until patching is complete
  • Ensure high availability configurations are in place to minimize impact from potential crashes

Patch Information

OISF has released Suricata version 8.0.2 which addresses this vulnerability. The patch adds explicit handling for base64_data buffer types and implements a fallback mechanism to prevent NULL pointer dereferences. The fix can be reviewed in the GitHub commit c935f08cd988600fd0a4f828a585b181dd5de012. Additional technical details are available in the GitHub Security Advisory.

Workarounds

  • Disable or remove rules that use entropy in conjunction with base64_data until upgrading
  • Implement rate limiting on traffic that could trigger entropy-based detection rules
  • Deploy redundant Suricata instances to maintain monitoring coverage during potential crashes
  • Use signature-based detection alternatives that don't rely on the affected keyword combination
bash
# Configuration example - Identify and disable affected rules
# Search for rules using both entropy and base64_data keywords
grep -r "entropy" /etc/suricata/rules/*.rules | grep "base64_data"

# Comment out or disable identified rules until upgrade is complete
# Add # prefix to disable specific rules in your rules files

# Restart Suricata after rule modifications
sudo systemctl restart suricata

# 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
  • TypeOther

  • Vendor/TechOisf Suricata

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.07%

  • 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

  • Vicarius Detection Guide

  • Vicarius Mitigation Guide
  • Vendor Resources
  • GitHub Commit Update
  • Related CVEs
  • CVE-2026-22261: Oisf Suricata DOS Vulnerability

  • CVE-2026-22262: Oisf Suricata Buffer Overflow Vulnerability

  • CVE-2026-22264: Oisf Suricata Use-After-Free Vulnerability

  • CVE-2025-64331: Oisf Suricata Buffer Overflow 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