banner logoJoin us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-3606

CVE-2026-3606: Ettercap Buffer Overflow Vulnerability

CVE-2026-3606 is a buffer overflow vulnerability in Ettercap 0.8.4 that causes out-of-bounds read via the add_data_segment function. This article covers technical details, affected versions, impact analysis, and mitigation.

Published: March 6, 2026

CVE-2026-3606 Overview

A memory safety vulnerability has been identified in Ettercap 0.8.4-Garofalo, a comprehensive suite for man-in-the-middle attacks on local area networks. The vulnerability exists in the add_data_segment function within the src/ettercap/utils/etterfilter/ef_output.c file of the etterfilter component. When processing maliciously crafted input, the function performs an out-of-bounds read operation, potentially exposing sensitive memory contents or causing application instability.

Critical Impact

Local attackers with low privileges can exploit this out-of-bounds read vulnerability in the etterfilter utility to cause denial of service or potentially leak sensitive memory information.

Affected Products

  • Ettercap 0.8.4-Garofalo
  • etterfilter component (src/ettercap/utils/etterfilter/ef_output.c)

Discovery Timeline

  • 2026-03-05 - CVE-2026-3606 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-3606

Vulnerability Analysis

This vulnerability is classified as an out-of-bounds read (CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer). The flaw resides in the add_data_segment function of the etterfilter utility, which is used to compile filter scripts for use with Ettercap's content filtering capabilities.

When the vulnerable function processes specially crafted input data, it fails to properly validate buffer boundaries before performing read operations. This allows an attacker to trigger memory access beyond the allocated buffer boundaries. While the attack requires local access and low-level privileges, the exploit has been publicly disclosed, increasing the risk of active exploitation.

The vulnerability primarily impacts system availability, as out-of-bounds reads can cause application crashes or undefined behavior. Additionally, there is potential for information disclosure if the out-of-bounds memory access exposes sensitive data from adjacent memory regions.

Root Cause

The root cause of this vulnerability is insufficient bounds checking in the add_data_segment function when handling data segment operations. The function does not properly validate the size and boundaries of memory operations, allowing read operations to exceed the allocated buffer limits. This is a classic memory corruption issue stemming from improper input validation and lack of defensive programming practices when handling user-controlled data.

Attack Vector

Exploitation of this vulnerability requires local access to the target system. An attacker with low-privilege access can exploit this flaw by providing specially crafted input to the etterfilter utility. The attack does not require user interaction and has low complexity. The public disclosure of exploitation techniques through the GitHub PoC Repository increases the likelihood of exploitation attempts.

The attacker would need to craft a malicious filter file or input that, when processed by etterfilter, triggers the out-of-bounds read condition in the add_data_segment function. This could lead to application crashes (denial of service) or potentially expose memory contents.

Detection Methods for CVE-2026-3606

Indicators of Compromise

  • Unexpected crashes or segmentation faults in the etterfilter process
  • Abnormal memory access patterns or coredumps from etterfilter utility
  • Suspicious filter files being processed by the etterfilter component
  • Unusual error messages related to memory operations in Ettercap logs

Detection Strategies

  • Monitor for unexpected termination or crashes of the etterfilter process
  • Implement file integrity monitoring on Ettercap filter files and configuration
  • Deploy memory protection tools like AddressSanitizer (ASan) during testing to detect out-of-bounds reads
  • Review system logs for segmentation fault signals (SIGSEGV) associated with etterfilter

Monitoring Recommendations

  • Configure SentinelOne endpoint protection to alert on suspicious etterfilter process behavior
  • Enable process monitoring to detect abnormal memory access patterns
  • Implement audit logging for all etterfilter invocations and their input parameters
  • Monitor for creation or modification of filter files in Ettercap directories

How to Mitigate CVE-2026-3606

Immediate Actions Required

  • Restrict access to the etterfilter utility to only authorized security personnel
  • Limit local system access to reduce the attack surface for this local exploit
  • Implement application whitelisting to control etterfilter execution
  • Review and validate all filter files before processing with etterfilter

Patch Information

As of the last update, the Ettercap project has been notified of this vulnerability through GitHub Issue #1297 but has not yet responded. No official patch is currently available. Organizations should monitor the Ettercap GitHub Repository for security updates and apply patches as soon as they become available. Additional vulnerability details can be found at VulDB #349218.

Workarounds

  • Restrict execution permissions for the etterfilter binary to trusted administrators only
  • Consider using containerization or sandboxing when running etterfilter to limit potential impact
  • Implement strict input validation for any filter files before processing
  • Temporarily disable or remove etterfilter if not required for operations
bash
# Configuration example
# Restrict etterfilter permissions to root only
sudo chmod 700 /usr/bin/etterfilter
sudo chown root:root /usr/bin/etterfilter

# Alternatively, restrict to a security group
sudo groupadd ettercap-admins
sudo chown root:ettercap-admins /usr/bin/etterfilter
sudo chmod 750 /usr/bin/etterfilter

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechEttercap

  • SeverityMEDIUM

  • CVSS Score4.8

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-119
  • Technical References
  • GitHub Ettercap Repository

  • GitHub Issue #1297

  • GitHub PoC Repository

  • VulDB #349218 (CTIID)

  • VulDB #349218

  • VulDB Submission #764648
  • Latest CVEs
  • CVE-2026-29612: OpenClaw DOS Vulnerability

  • CVE-2026-29606: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-28486: OpenClaw Path Traversal Vulnerability

  • CVE-2026-28481: OpenClaw Information Disclosure Flaw
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
  • English
  • 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