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

CVE-2025-0650: Open Virtual Network ACL Bypass Vulnerability

CVE-2025-0650 is an authentication bypass flaw in Open Virtual Network (OVN) allowing crafted UDP packets to bypass egress ACLs. This vulnerability enables unauthorized access to VMs and containers on OVN networks.

Updated: January 22, 2026

CVE-2025-0650 Overview

A security flaw has been discovered in Open Virtual Network (OVN) that allows specially crafted UDP packets to bypass egress access control lists (ACLs). This vulnerability affects OVN installations configured with a logical switch that has DNS records set on it and egress ACLs configured on the same switch. Successful exploitation can lead to unauthorized access to virtual machines and containers running on the OVN network.

Critical Impact

This vulnerability enables attackers to bypass network security controls through crafted UDP packets, potentially gaining unauthorized access to virtualized infrastructure and container environments.

Affected Products

  • Open Virtual Network (OVN) with logical switches configured with DNS records
  • OVN installations with egress ACLs on DNS-enabled logical switches
  • Red Hat products using OVN (see Red Hat Security Advisories RHSA-2025:1083 through RHSA-2025:1097)

Discovery Timeline

  • January 22, 2025 - Vulnerability disclosed on OpenWall OSS-Security mailing list
  • January 23, 2025 - CVE-2025-0650 published to NVD
  • February 6, 2025 - Last updated in NVD database

Technical Details for CVE-2025-0650

Vulnerability Analysis

This vulnerability (CWE-284: Improper Access Control) stems from a flaw in how OVN processes UDP packets in specific network configurations. When a logical switch is configured with both DNS records and egress ACLs, the packet processing logic fails to properly enforce access control rules for specially crafted UDP traffic.

The attack requires network access and exploits a race condition or logic flaw in the ACL evaluation path. While the attack complexity is considered high due to the specific configuration requirements, the potential impact is severe—allowing complete bypass of network segmentation controls that organizations rely on to isolate workloads.

Root Cause

The vulnerability originates from improper access control validation in OVN's packet processing pipeline. When DNS records are configured on a logical switch, the ACL evaluation logic for egress traffic does not properly handle certain UDP packet structures, allowing them to bypass the configured security rules.

Attack Vector

An attacker with network access to the OVN environment can craft malicious UDP packets designed to exploit the ACL bypass condition. The attack requires:

  1. Target OVN deployment with DNS records configured on a logical switch
  2. Egress ACLs configured on the same logical switch
  3. Ability to send UDP packets to the affected network segment

Once the crafted packets bypass the ACLs, attackers can establish unauthorized connections to virtual machines and containers that should be protected by egress filtering rules.

The vulnerability mechanism involves the packet classification logic failing to properly apply ACL rules when processing UDP traffic in the presence of DNS configurations. Technical details and patch information are available in the Red Hat CVE-2025-0650 Details and Red Hat Bug Report #2339537.

Detection Methods for CVE-2025-0650

Indicators of Compromise

  • Unexpected UDP traffic originating from protected network segments that should be blocked by egress ACLs
  • Anomalous DNS-related UDP packets with unusual sizes or malformed structures
  • Connections to external destinations from VMs/containers that egress rules should prevent
  • Audit log entries showing successful connections that contradict configured ACL policies

Detection Strategies

  • Monitor OVN flow tables for unexpected packet flows that bypass configured ACL rules
  • Implement network traffic analysis to detect UDP packets with characteristics associated with ACL bypass attempts
  • Review OVN controller logs for anomalies in packet processing when DNS and ACLs are configured together
  • Deploy intrusion detection signatures targeting crafted UDP packets attempting ACL evasion

Monitoring Recommendations

  • Enable detailed logging on OVN logical switches with DNS and ACL configurations
  • Implement traffic mirroring to capture and analyze UDP flows for forensic analysis
  • Set up alerts for unauthorized outbound connections from protected workloads
  • Regularly audit ACL effectiveness by testing egress rules with known-blocked destinations

How to Mitigate CVE-2025-0650

Immediate Actions Required

  • Apply patches from Red Hat Security Advisories (RHSA-2025:1083 through RHSA-2025:1097) immediately
  • Review OVN configurations to identify logical switches with both DNS records and egress ACLs
  • Consider temporarily removing DNS records from logical switches with critical egress ACLs as an interim measure
  • Implement additional network-level filtering outside of OVN for critical security boundaries

Patch Information

Red Hat has released multiple security advisories addressing this vulnerability. Organizations should apply the appropriate patches based on their deployed products:

  • Red Hat Security Advisory RHSA-2025:1083
  • Red Hat Security Advisory RHSA-2025:1084
  • Red Hat Security Advisory RHSA-2025:1085
  • Red Hat Security Advisory RHSA-2025:1086
  • Red Hat Security Advisory RHSA-2025:1087

Additional advisories (RHSA-2025:1088 through RHSA-2025:1097) are available for various affected configurations.

Workarounds

  • Separate DNS functionality from logical switches that require egress ACLs by using dedicated DNS infrastructure
  • Implement compensating controls using external firewalls or security groups to enforce egress filtering
  • If DNS on logical switches is not required, remove DNS records to eliminate the vulnerable configuration
  • Deploy network microsegmentation using additional security layers independent of OVN ACLs
bash
# Example: Check OVN logical switch configuration for vulnerable setup
# List logical switches with DNS records
ovn-nbctl list DNS

# List ACLs on logical switches
ovn-nbctl acl-list <logical_switch_name>

# If both DNS and egress ACLs exist on the same switch, apply patches or workarounds

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOvn

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability1.30%

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

  • Red Hat Security Advisory RHSA-2025:1084

  • Red Hat Security Advisory RHSA-2025:1085

  • Red Hat Security Advisory RHSA-2025:1086

  • Red Hat Security Advisory RHSA-2025:1087

  • Red Hat Security Advisory RHSA-2025:1088

  • Red Hat Security Advisory RHSA-2025:1089

  • Red Hat Security Advisory RHSA-2025:1090

  • Red Hat Security Advisory RHSA-2025:1091

  • Red Hat Security Advisory RHSA-2025:1092

  • Red Hat Security Advisory RHSA-2025:1093

  • Red Hat Security Advisory RHSA-2025:1094

  • Red Hat Security Advisory RHSA-2025:1095

  • Red Hat Security Advisory RHSA-2025:1096

  • Red Hat Security Advisory RHSA-2025:1097

  • Red Hat CVE-2025-0650 Details

  • Red Hat Bug Report #2339537

  • OpenWall OSS-Security Discussion

  • OpenWall OSS-Security Discussion
  • Related CVEs
  • CVE-2026-5265: ICMP Handler Buffer Overflow Vulnerability

  • CVE-2026-5367: OVN Information Disclosure 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