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-2020-35498

CVE-2020-35498: Openvswitch DoS Vulnerability

CVE-2020-35498 is a denial of service flaw in Openvswitch caused by userspace packet parsing limitations. Attackers can send crafted packets to trigger excessive megaflows. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 16, 2026

CVE-2020-35498 Overview

CVE-2020-35498 is a denial of service vulnerability in Open vSwitch (OVS), a production-quality multilayer virtual switch widely deployed in software-defined networking and cloud environments. The flaw exists in the userspace packet parsing implementation. A remote attacker can send a specially crafted packet that causes the resulting megaflow installed in the kernel datapath to be too wide. An overly wide megaflow degrades flow classification efficiency and can exhaust system resources, impacting availability of the virtual switch and the workloads it serves. The vulnerability is classified under [CWE-400: Uncontrolled Resource Consumption].

Critical Impact

Remote, unauthenticated attackers can degrade or disrupt network availability on hypervisors and cloud hosts running vulnerable Open vSwitch versions by transmitting crafted packets.

Affected Products

  • Open vSwitch (multiple versions prior to the security fix)
  • Debian GNU/Linux 9 (stretch) and 10 (buster)
  • Fedora 33

Discovery Timeline

  • 2021-02-10 - Issue disclosed publicly on the Openwall OSS-Security mailing list
  • 2021-02-11 - CVE-2020-35498 published to NVD
  • 2025-04-23 - Last updated in NVD database

Technical Details for CVE-2020-35498

Vulnerability Analysis

Open vSwitch uses a two-tier flow caching design. The kernel datapath holds exact-match microflows and wildcarded megaflows, while userspace (ovs-vswitchd) performs full OpenFlow classification and pushes derived megaflows down to the kernel. When userspace parses a packet to compute the matching fields, it must mark every header field that influenced the classification decision so the resulting megaflow only matches packets that should follow the same forwarding path.

The parsing limitation in this vulnerability causes userspace to miss marking certain header fields as relevant. The kernel then installs a megaflow that is wider than intended, meaning it wildcards fields that should have been matched. Subsequent packets that should have taken different forwarding decisions are incorrectly bundled into the same flow, forcing repeated upcalls to userspace, revalidation churn, and CPU exhaustion. Under sustained crafted traffic, the datapath becomes unable to process legitimate traffic.

Root Cause

The root cause is incomplete tracking of packet header fields during userspace parsing. The classifier does not record dependencies on all parsed fields, producing megaflows whose match mask is broader than the forwarding decision actually requires. This violates the invariant that megaflow installation must preserve the same forwarding semantics as full classification.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker sends crafted packets across any interface attached to a vulnerable Open vSwitch bridge. The crafted packets trigger the parsing flaw, causing overly wide megaflows to be installed. Repeated transmission amplifies the impact, producing sustained CPU consumption in ovs-vswitchd and the kernel datapath until availability is lost.

// No verified public exploit code is available for this vulnerability.
// Refer to the Red Hat Bugzilla entry and Openwall OSS-Security post
// linked in the references for technical discussion of the parsing flaw.

Detection Methods for CVE-2020-35498

Indicators of Compromise

  • Sustained high CPU utilization by the ovs-vswitchd process without a corresponding increase in legitimate traffic volume.
  • Elevated upcall and revalidator activity visible in ovs-appctl dpctl/show and ovs-appctl upcall/show output.
  • Growing kernel datapath flow table with megaflows containing unexpectedly broad wildcard masks.
  • Packet drops or latency spikes on bridges handling untrusted ingress traffic.

Detection Strategies

  • Inspect installed megaflows with ovs-dpctl dump-flows and flag entries whose masks wildcard fields that should normally be matched for the configured OpenFlow rules.
  • Monitor ovs-vswitchd revalidator and handler thread CPU time as a leading indicator of flow cache thrashing.
  • Correlate Open vSwitch performance counters with network telemetry to identify traffic patterns that consistently precede availability degradation.

Monitoring Recommendations

  • Export ovs-vswitchd coverage counters (facet_revalidate, flow_extract, upcall_flow_limit_hit) to a metrics backend and alert on sudden spikes.
  • Track package versions of openvswitch across hypervisor fleets and alert on hosts still running pre-patch builds.
  • Capture packet samples on bridge interfaces during CPU anomalies to support post-incident reconstruction of the triggering traffic.

How to Mitigate CVE-2020-35498

Immediate Actions Required

  • Apply distribution-supplied Open vSwitch updates on all hypervisors and network nodes, prioritizing hosts exposed to untrusted networks.
  • Restart ovs-vswitchd after upgrading so the patched userspace parser is loaded and stale megaflows are flushed.
  • Inventory all systems running Open vSwitch, including containerized and embedded deployments, to confirm full coverage.

Patch Information

Fixes are available through vendor advisories including the Debian Security Advisory DSA-4852, the Debian LTS Announcement, the Fedora Package Announcement, and Gentoo GLSA 202311-16. Additional context is available in the Red Hat Bug Report and the Openwall OSS-Security Post.

Workarounds

  • Restrict ingress to Open vSwitch bridges using upstream filtering, ACLs, or security groups so untrusted sources cannot reach the parser.
  • Apply rate limiting on bridge ports facing untrusted networks to bound the volume of crafted packets reaching ovs-vswitchd.
  • Where feasible, tune other_config:flow-limit and revalidator threads to reduce the blast radius of flow cache thrashing while patches are scheduled.
bash
# Example: upgrade Open vSwitch on Debian-based systems
sudo apt-get update
sudo apt-get install --only-upgrade openvswitch-switch openvswitch-common
sudo systemctl restart openvswitch-switch

# Verify installed version after upgrade
ovs-vsctl --version

# Inspect current megaflows and their match masks
sudo ovs-dpctl dump-flows

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpenvswitch

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability5.76%

  • 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-400
  • Technical References
  • Debian LTS Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202311-16

  • Debian Security Advisory DSA-4852
  • Vendor Resources
  • Red Hat Bug Report

  • Openwall OSS-Security Post
  • Related CVEs
  • CVE-2026-31508: Linux Kernel Privilege Escalation Flaw

  • CVE-2025-68785: Linux Kernel Buffer Overflow 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