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-64332

CVE-2025-64332: Oisf Suricata Buffer Overflow Vulnerability

CVE-2025-64332 is a buffer overflow vulnerability in Oisf Suricata that causes system crashes when SWF decompression is enabled. This article covers technical details, affected versions, security impact, and mitigation.

Published: April 28, 2026

CVE-2025-64332 Overview

CVE-2025-64332 is a stack overflow vulnerability in Suricata, a widely-deployed 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 the SWF (Shockwave Flash) decompression functionality and can cause Suricata to crash when processing maliciously crafted network traffic, resulting in a denial of service condition.

Critical Impact

Attackers can remotely crash Suricata instances with SWF decompression enabled, potentially disrupting network security monitoring and allowing malicious traffic to pass undetected during the service outage.

Affected Products

  • OISF Suricata versions prior to 7.0.13
  • OISF Suricata versions prior to 8.0.2
  • Any Suricata deployment with SWF decompression enabled in suricata.yaml

Discovery Timeline

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

Technical Details for CVE-2025-64332

Vulnerability Analysis

This vulnerability is classified under CWE-121 (Stack-based Buffer Overflow) and CWE-787 (Out-of-bounds Write). The flaw exists in Suricata's SWF file decompression routine, where a variable-length array is allocated on the stack rather than the heap. When processing compressed SWF data, particularly LZMA-compressed content, the compressed data buffer is allocated directly on the stack. If the compressed_data_len value is sufficiently large, this allocation exceeds available stack space, causing a stack overflow and subsequent crash.

The vulnerability is network-exploitable and requires no authentication or user interaction to trigger. An attacker can craft network traffic containing malicious SWF content that, when processed by Suricata's decompression engine, triggers the stack overflow condition. While SWF decompression is disabled by default in Suricata configurations, environments that have enabled this feature for deep packet inspection of Flash content are at risk.

Root Cause

The root cause is improper memory allocation in the util-file-decompression.c source file. The vulnerable code allocates the compressed_data buffer as a stack-local variable using a variable-length array (VLA) with size determined by user-controlled input. Stack allocations have strict size limitations, and when the compressed_data_len value exceeds the available stack space, a stack overflow occurs. This is a classic example of unsafe memory management where heap allocation should be used for variable-sized buffers.

Attack Vector

The attack exploits Suricata's network-facing packet inspection capabilities. An attacker can send specially crafted network traffic containing SWF content with manipulated compression metadata. When Suricata's SWF decompression module processes this traffic, it attempts to allocate an oversized buffer on the stack, triggering the overflow and causing the Suricata process to crash. This denial of service can be sustained by repeatedly sending malicious packets.

c
// Security patch from util-file-decompression.c
// Source: https://github.com/OISF/suricata/commit/ad446c9006a77490af51c468aae0ce934f4d2117

          * | LZMA properties | Uncompressed length | Compressed data |
          */
         compressed_data_len += 13;
-        uint8_t compressed_data[compressed_data_len];
+        uint8_t *compressed_data = SCCalloc(1, compressed_data_len);
+        if (compressed_data == NULL) {
+            goto error;
+        }
         /* put lzma properties */
         memcpy(compressed_data, buffer + 12, 5);
         /* put lzma end marker */

The fix moves the allocation from the stack to the heap using SCCalloc(), which can safely handle variable-sized allocations and includes proper NULL checking for allocation failures.

Detection Methods for CVE-2025-64332

Indicators of Compromise

  • Unexpected Suricata process crashes or restarts in logs
  • Segmentation fault (SIGSEGV) entries in system logs associated with Suricata
  • Sudden gaps in network monitoring data indicating service interruptions
  • Network traffic containing malformed or unusually large SWF content payloads

Detection Strategies

  • Monitor Suricata service health and implement automatic alerting on process crashes
  • Review system logs for stack overflow or segmentation fault indicators related to Suricata processes
  • Analyze network traffic for anomalous SWF file transfers, particularly with unusual compression headers
  • Implement watchdog processes to detect and alert on Suricata service disruptions

Monitoring Recommendations

  • Deploy process monitoring to track Suricata uptime and restart frequency
  • Configure log aggregation to capture and alert on Suricata crash events
  • Establish baseline metrics for Suricata resource usage to detect anomalous behavior
  • Implement network flow monitoring to identify potential exploitation attempts

How to Mitigate CVE-2025-64332

Immediate Actions Required

  • Verify if SWF decompression is enabled in your suricata.yaml configuration file
  • If SWF decompression is not required, disable it immediately as a temporary mitigation
  • Plan and execute an upgrade to Suricata version 7.0.13 or 8.0.2 or later
  • Monitor Suricata instances for unusual crashes or restarts while preparing patches

Patch Information

OISF has released patched versions to address this vulnerability. Organizations should upgrade to Suricata 7.0.13 or 8.0.2 depending on their version branch. The fix (commit ad446c9006a77490af51c468aae0ce934f4d2117) moves the vulnerable stack allocation to heap memory, eliminating the stack overflow condition. Patch details are available in the GitHub Security Advisory GHSA-p32q-7wcp-gv92.

Workarounds

  • Disable SWF decompression by setting swf-decompression: no in suricata.yaml (this is the default setting)
  • If SWF decompression must remain enabled, set decompress-depth to a value lower than half your system's stack size limit
  • Implement network-level filtering to block or quarantine suspicious SWF content before it reaches Suricata
  • Deploy redundant Suricata instances to maintain monitoring coverage if one instance crashes
bash
# Configuration example for suricata.yaml
# Disable SWF decompression (recommended mitigation)
file-extraction:
  swf-decompression: no

# OR if SWF decompression is required, limit decompress-depth
# Check your stack size with: ulimit -s
# Set decompress-depth to less than half that value
file-extraction:
  swf-decompression: yes
  decompress-depth: 4096  # Adjust based on your stack size

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.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-121

  • CWE-787
  • Vendor Resources
  • GitHub Suricata Commit

  • GitHub Security Advisory GHSA-p32q-7wcp-gv92
  • Related CVEs
  • CVE-2026-22260: Oisf Suricata Buffer Overflow Vulnerability

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

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

  • CVE-2026-31937: Suricata DCERPC 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