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

CVE-2026-34956: Open vSwitch FTP Helper DoS Vulnerability

CVE-2026-34956 is a denial of service flaw in Open vSwitch that allows remote attackers to crash systems via malformed FTP commands. This article covers technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-34956 Overview

CVE-2026-34956 is a heap access vulnerability in Open vSwitch (OVS) affecting deployments that use connection tracking (conntrack) with File Transfer Protocol (FTP) helpers over the userspace datapath. A remote attacker can transmit a specially crafted FTP stream containing an EPASV command exceeding 255 characters to trigger the flaw. The condition causes a crash in the affected Open vSwitch process, resulting in a Denial of Service (DoS) for the system. The weakness is classified under [CWE-120] (Buffer Copy without Checking Size of Input). The flaw requires no authentication and is reachable across the network, but exploitation depends on a specific OVS configuration involving conntrack flows with FTP application-layer helpers.

Critical Impact

A remote unauthenticated attacker can crash Open vSwitch by sending an oversized FTP EPASV command, disrupting network traffic forwarding for all workloads dependent on the affected datapath.

Affected Products

  • Open vSwitch with conntrack flows configured to use FTP helpers
  • Open vSwitch deployments running the userspace datapath (netdev)
  • Red Hat distributions packaging the affected Open vSwitch versions (see Red Hat advisory)

Discovery Timeline

  • 2026-05-05 - CVE-2026-34956 published to the National Vulnerability Database
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-34956

Vulnerability Analysis

Open vSwitch supports application-layer helpers within its conntrack subsystem to track protocols that negotiate secondary connections, such as FTP. When the userspace datapath parses an FTP control channel, the helper inspects commands including PASV and EPASV to extract address and port information for related data connections. The flaw arises when the helper processes an EPASV command whose payload exceeds 255 characters. The oversized input causes a heap access error during parsing, terminating the ovs-vswitchd process and severing dataplane forwarding.

Because Open vSwitch underpins virtual networking in many virtualization, container, and Network Functions Virtualization (NFV) platforms, a crash of the userspace datapath halts traffic for every tenant or workload bound to the affected bridge. The attacker only needs the ability to deliver an FTP stream that traverses a conntrack flow with the FTP helper enabled.

Root Cause

The root cause is improper bounds checking in the FTP helper logic when handling the EPASV command field. Input length is not validated against the destination buffer prior to access, producing the [CWE-120] heap access error. See the Red Hat Bug Report #2453459 for upstream technical details.

Attack Vector

The attack vector is network-based and unauthenticated. An attacker establishes or hijacks an FTP session whose traffic crosses an Open vSwitch bridge configured with ct(alg=ftp) on the userspace datapath. The attacker then issues an EPASV response or command with a payload longer than 255 characters. The malformed stream is parsed by the OVS FTP helper and triggers the crash. Exploitation does not yield code execution or data disclosure but produces a sustained DoS until the service is restarted.

No public proof-of-concept exploit is currently available. Refer to the Openwall OSS Security Discussion for technical context.

Detection Methods for CVE-2026-34956

Indicators of Compromise

  • Unexpected termination or repeated restarts of the ovs-vswitchd process on hosts running the userspace datapath
  • Crash dumps or core files referencing the FTP conntrack helper code path
  • FTP control-channel packets containing EPASV payloads longer than 255 characters traversing OVS bridges
  • Sudden loss of network connectivity for virtual machines or containers attached to an affected OVS bridge

Detection Strategies

  • Inspect FTP traffic on monitored segments for malformed EPASV commands with abnormal length using deep packet inspection or intrusion detection signatures
  • Correlate ovs-vswitchd service crashes with concurrent FTP sessions in centralized logs
  • Audit Open vSwitch configurations for flows using ct(alg=ftp) combined with the netdev userspace datapath

Monitoring Recommendations

  • Forward systemd and ovs-vswitchd service logs to a centralized logging or SIEM platform and alert on abnormal restart patterns
  • Track packet counters and flow drops on conntrack zones handling FTP traffic
  • Monitor host-level signals such as segmentation faults from the OVS process via journalctl or kernel logs

How to Mitigate CVE-2026-34956

Immediate Actions Required

  • Apply vendor patches for Open vSwitch as soon as they are published by your Linux distribution; review the Red Hat CVE Advisory for fixed package versions
  • Inventory all Open vSwitch deployments and identify bridges using the userspace datapath together with FTP conntrack helpers
  • Restrict FTP traffic ingress and egress at perimeter firewalls where it is not operationally required

Patch Information

Refer to the Red Hat CVE Advisory and your distribution's security tracker for fixed Open vSwitch package versions. Upstream fixes address the bounds check in the FTP helper parsing routine. After patching, restart ovs-vswitchd to load the corrected code.

Workarounds

  • Remove the FTP helper from conntrack flow definitions where it is not required by replacing ct(alg=ftp) with a plain ct action
  • Migrate workloads from the userspace (netdev) datapath to the kernel datapath if feasible, since the issue is reported against the userspace path
  • Block or proxy FTP traffic through an application-layer gateway that normalizes EPASV command length before it reaches OVS bridges
bash
# Example: list OVS bridges and flows to identify FTP conntrack helper usage
sudo ovs-vsctl show
sudo ovs-ofctl dump-flows <bridge> | grep -i 'alg=ftp'

# Example: remove a flow that uses the FTP helper (adjust match criteria to your environment)
sudo ovs-ofctl del-flows <bridge> "tcp,tp_dst=21"

# Restart ovs-vswitchd after applying vendor patches
sudo systemctl restart openvswitch

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpen Vswitch

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-120
  • Technical References
  • Red Hat CVE Advisory

  • Red Hat Bug Report #2453459

  • Openwall OSS Security Discussion
  • Related CVEs
  • CVE-2023-1668: Cloudbase Open Vswitch DOS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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