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

CVE-2025-64330: Oisf Suricata Buffer Overflow Vulnerability

CVE-2025-64330 is a buffer overflow vulnerability in Oisf Suricata that causes crashes through heap overflow when logging verdicts. This article covers the technical details, affected versions, and mitigation strategies.

Published: April 29, 2026

CVE-2025-64330 Overview

CVE-2025-64330 is a heap overflow vulnerability affecting Suricata, the network IDS, IPS, and NSM engine developed by the Open Information Security Foundation (OISF) and the Suricata community. The vulnerability exists in the verdict logging functionality within eve.alert and eve.drop records, where a single byte read heap overflow can occur under specific conditions.

The vulnerability is triggered when the per-packet alert queue is filled with alerts and subsequently followed by a pass rule. This condition causes an out-of-bounds memory read that can lead to application crashes, resulting in denial of service for network monitoring and intrusion detection capabilities.

Critical Impact

This heap overflow vulnerability can cause Suricata to crash, potentially leaving networks unprotected during the downtime. Organizations relying on Suricata for intrusion detection and prevention may experience security blind spots until the service is restored.

Affected Products

  • OISF Suricata versions prior to 7.0.13
  • OISF Suricata versions prior to 8.0.2

Discovery Timeline

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

Technical Details for CVE-2025-64330

Vulnerability Analysis

This vulnerability is classified under CWE-122 (Heap-based Buffer Overflow) and CWE-787 (Out-of-bounds Write). The flaw exists in the alert output processing code within Suricata's JSON alert logging functionality. When logging verdict information for network packets, the code incorrectly accesses the alert array using an index that can exceed the valid bounds of the array.

The vulnerable code path is triggered when the packet alert queue reaches its maximum capacity and a pass rule is subsequently evaluated. Under these conditions, the code attempts to access p->alerts.alerts[p->alerts.cnt] without proper bounds checking, resulting in a heap buffer over-read of one byte. While this is a read overflow rather than a write overflow, it can still cause memory access violations leading to process termination.

Root Cause

The root cause of this vulnerability lies in improper array index validation in the output-json-alert.c file. The original code accessed the alert array using p->alerts.cnt as an index without verifying that this index falls within the allocated bounds of the alert array. When the alert count equals the maximum allowed alerts (packet_alert_max), accessing the array at index cnt reads beyond the allocated memory region.

Attack Vector

This vulnerability is exploitable over the network by sending crafted network traffic designed to trigger multiple alerts, filling the per-packet alert queue. An attacker would need to:

  1. Generate network traffic that triggers numerous alerts, filling the alert queue to its maximum capacity
  2. Include traffic that matches a pass rule after the queue is filled
  3. Have verdict logging enabled in the Suricata configuration

The attack does not require authentication or user interaction, making it exploitable by any network attacker who can send traffic through a Suricata-monitored network segment.

c
// Security patch in src/output-json-alert.c
// Source: https://github.com/OISF/suricata/commit/482e5eac9218d007adbe2410d6c00173368ce947
         JB_SET_STRING(jb, "action", "drop");
     } else if (PacketCheckAction(p, ACTION_ACCEPT)) {
         JB_SET_STRING(jb, "action", "accept");
-    } else if (p->alerts.alerts[p->alerts.cnt].action & ACTION_PASS) {
+    } else if (p->alerts.cnt == 0 ||
+               (p->alerts.cnt <= packet_alert_max &&
+                       (p->alerts.alerts[p->alerts.cnt - 1].action &
+                               (ACTION_PASS | ACTION_ALERT)) == (ACTION_PASS | ACTION_ALERT)) ||
+               (p->alerts.cnt < packet_alert_max &&
+                       p->alerts.alerts[p->alerts.cnt].action & ACTION_PASS)) {
         JB_SET_STRING(jb, "action", "pass");
     } else {
         // TODO make sure we don't have a situation where this wouldn't work

The patch adds proper bounds checking by verifying that p->alerts.cnt is within valid array bounds before accessing the alert array. It also adjusts the index to use cnt - 1 when appropriate to prevent the off-by-one access.

Detection Methods for CVE-2025-64330

Indicators of Compromise

  • Unexpected Suricata process crashes or restarts in system logs
  • Segmentation fault errors in Suricata logs related to alert processing
  • Gaps in network monitoring data during periods of high alert volume
  • Core dump files indicating memory access violations in output-json-alert.c

Detection Strategies

  • Monitor Suricata process stability and configure automatic restart alerts
  • Review system logs for segmentation faults or memory-related errors in Suricata
  • Implement process monitoring to detect unexpected Suricata terminations
  • Analyze traffic patterns for unusual alert volumes that could indicate exploitation attempts

Monitoring Recommendations

  • Configure process supervision to automatically restart Suricata and alert administrators
  • Monitor the packet-alert-max threshold and alert when approaching capacity
  • Implement redundant IDS/IPS sensors to maintain coverage during potential crashes
  • Enable core dump collection for post-incident analysis

How to Mitigate CVE-2025-64330

Immediate Actions Required

  • Upgrade Suricata to version 7.0.13 or 8.0.2 immediately
  • Increase the packet-alert-max configuration value as a temporary workaround
  • Review Suricata configuration to assess if verdict logging is enabled
  • Ensure process supervision is configured to restart Suricata if it crashes

Patch Information

OISF has released patched versions to address this vulnerability. Organizations should update to Suricata version 7.0.13 for the 7.x branch or version 8.0.2 for the 8.x branch. The security fix is tracked in GitHub commit 482e5eac9218d007adbe2410d6c00173368ce947. Additional details are available in the GitHub Security Advisory GHSA-83v7-gm34-f437.

Workarounds

  • Increase the packet-alert-max setting in suricata.yaml to reduce the likelihood of triggering the vulnerability
  • Disable verdict logging in eve.alert and eve.drop outputs if not required
  • Implement network segmentation to limit the attack surface
  • Deploy redundant IDS/IPS instances to maintain visibility during potential crashes
yaml
# Configuration example - suricata.yaml
# Increase packet-alert-max to reduce vulnerability exposure
vars:
  # Increase the maximum number of alerts per packet
  # Default is typically 64, consider increasing based on your environment
  packet-alert-max: 256

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechOisf Suricata

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.06%

  • 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-122

  • CWE-787
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-83v7-gm34-f437
  • Related CVEs
  • CVE-2026-22262: Oisf Suricata Buffer Overflow Vulnerability

  • CVE-2025-64331: Oisf Suricata Buffer Overflow Vulnerability

  • CVE-2025-64344: Oisf Suricata Buffer Overflow Vulnerability

  • CVE-2026-22261: Oisf Suricata 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