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-2023-1668

CVE-2023-1668: Cloudbase Open Vswitch DOS Vulnerability

CVE-2023-1668 is a denial of service flaw in Cloudbase Open Vswitch caused by incorrect datapath flow handling of IP packets with protocol 0. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-1668 Overview

A flaw was discovered in Open vSwitch (OVS), a widely deployed virtual switch implementation used in cloud and enterprise network environments. When processing an IP packet with protocol 0, OVS installs a datapath flow without the action modifying the IP header. This results in the installation of a datapath flow matching all IP protocols (nw_proto is wildcarded) with an incorrect action, potentially causing incorrect handling of other IP packets with a non-zero IP protocol that match this datapath flow.

Critical Impact

This vulnerability can lead to incorrect packet handling across network traffic, potentially causing denial of service conditions and unauthorized information disclosure in virtualized network environments running Open vSwitch.

Affected Products

  • Cloudbase Open vSwitch (versions prior to patched releases including 3.1.0)
  • Debian Linux 11.0
  • Red Hat OpenShift Container Platform 4.0
  • Red Hat OpenStack Platform 16.1, 16.2, 17.0
  • Red Hat Virtualization 4.0
  • Red Hat Fast Datapath
  • Red Hat Enterprise Linux 7.0 and 8.0

Discovery Timeline

  • April 6, 2023 - Vulnerability publicly disclosed via Openwall OSS Security Discussion
  • April 10, 2023 - CVE-2023-1668 published to NVD
  • April 23, 2025 - Last updated in NVD database

Technical Details for CVE-2023-1668

Vulnerability Analysis

This vulnerability (CWE-670: Always-Incorrect Control Flow Implementation) stems from improper handling of IP packets with protocol field set to 0 in the Open vSwitch datapath processing logic. When such packets are processed, OVS creates flow rules that inadvertently match against all IP protocols due to wildcarding of the nw_proto field, while associating these rules with incorrect forwarding actions.

The impact is significant for network infrastructure relying on OVS, as the misconfigured flow rules can persist in both kernel and userspace datapaths, affecting subsequent legitimate traffic that matches the overly broad flow criteria. This can result in packets being forwarded incorrectly, dropped, or processed with unintended modifications.

Root Cause

The root cause lies in the control flow logic within OVS packet processing. When an IP packet arrives with protocol 0, the flow installation routine fails to properly scope the flow rule to only match protocol 0 packets. Instead, it creates a wildcard match on the protocol field (nw_proto), causing the flow to incorrectly match all IP traffic. The associated action, derived from the original protocol 0 packet context, is then inappropriately applied to unrelated traffic.

Attack Vector

An attacker with network access can exploit this vulnerability by sending crafted IP packets with protocol field set to 0 to a system running a vulnerable version of Open vSwitch. The attack does not require authentication or user interaction, making it remotely exploitable from the network. Once the malicious flow is installed, legitimate traffic traversing the same OVS instance may be incorrectly processed, leading to service disruption or information leakage.

The exploitation involves crafting IP packets with the protocol field (byte offset 9 in the IPv4 header) set to 0x00. When these packets traverse an OVS switch, the datapath installs a flow entry with wildcarded protocol matching. Subsequent IP packets with any protocol value (TCP, UDP, ICMP, etc.) may then match this flow and be processed incorrectly according to the action defined for the protocol 0 traffic.

Detection Methods for CVE-2023-1668

Indicators of Compromise

  • Unexpected flow entries in OVS with wildcarded nw_proto fields visible via ovs-dpctl dump-flows or ovs-ofctl dump-flows
  • Network connectivity issues or packet loss for specific protocols in virtualized environments
  • Anomalous packet forwarding behavior reported by network monitoring tools
  • Presence of IP packets with protocol 0 in network captures

Detection Strategies

  • Monitor OVS flow tables for entries with wildcarded protocol fields that should be specific
  • Implement network IDS rules to detect IP packets with protocol field set to 0
  • Deploy packet capture analysis at network boundaries to identify anomalous IP protocol 0 traffic
  • Review OVS logs for unusual flow installation patterns

Monitoring Recommendations

  • Enable OVS debug logging to capture flow installation events and analyze for suspicious patterns
  • Implement periodic auditing of datapath flows using ovs-dpctl dump-flows to detect wildcarded entries
  • Configure network monitoring to alert on unexpected changes in traffic patterns
  • Establish baseline flow behavior to detect anomalies introduced by this vulnerability

How to Mitigate CVE-2023-1668

Immediate Actions Required

  • Update Open vSwitch to the latest patched version from your distribution's security repository
  • Apply available security patches from Red Hat, Debian, Fedora, or Gentoo as applicable
  • Review and clear any suspicious flow entries using ovs-dpctl del-flows followed by proper flow repopulation
  • Monitor network traffic for any signs of exploitation during the patching window

Patch Information

Security patches have been released by multiple vendors. Consult the following resources for patch availability:

  • Red Hat Bug Report #2137666 - Red Hat tracking and patches
  • Debian Security Advisory DSA-5387 - Debian stable patches
  • Debian LTS Announcement - Debian LTS updates
  • Fedora Package Announcement - Fedora updates
  • Gentoo GLSA 202311-16 - Gentoo security advisory

Workarounds

  • Implement network filtering at the perimeter to drop IP packets with protocol 0 before they reach OVS instances
  • Configure OpenFlow rules to explicitly handle or drop protocol 0 packets at ingress points
  • Segment networks to limit the blast radius of potential exploitation
  • Monitor and manually clear affected flow entries as a temporary measure until patches can be applied
bash
# Configuration example - Drop protocol 0 packets at ingress
# Add OpenFlow rule to drop IP packets with protocol 0
ovs-ofctl add-flow br0 "priority=65535,ip,nw_proto=0,actions=drop"

# Verify the rule is installed
ovs-ofctl dump-flows br0 | grep "nw_proto=0"

# Clear potentially affected flows from datapath
ovs-dpctl del-flows

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

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.31%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-670
  • Technical References
  • Red Hat Bug Report #2137666

  • Debian LTS Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202311-16

  • Debian Security Advisory DSA-5387
  • Vendor Resources
  • Openwall OSS Security Discussion
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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