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

CVE-2026-5367: OVN Information Disclosure Vulnerability

CVE-2026-5367 is an information disclosure flaw in Open Virtual Network (OVN) triggered by crafted DHCPv6 packets. Attackers can exploit this to read sensitive heap memory. This article covers technical details, impact, and mitigation.

Published: April 30, 2026

CVE-2026-5367 Overview

A critical out-of-bounds read vulnerability has been discovered in OVN (Open Virtual Network) that allows remote attackers to extract sensitive information from heap memory. By sending specially crafted DHCPv6 (Dynamic Host Configuration Protocol for IPv6) SOLICIT packets containing an inflated Client ID length field, attackers can force the ovn-controller to read beyond the allocated packet buffer boundaries. This memory disclosure vulnerability enables attackers to exfiltrate sensitive data directly to their virtual machine port.

Critical Impact

Remote unauthenticated attackers can exploit this vulnerability to disclose sensitive heap memory contents, potentially exposing cryptographic keys, authentication tokens, or other confidential data processed by the OVN controller.

Affected Products

  • OVN (Open Virtual Network) - affected versions (see vendor advisories for specific version ranges)
  • Red Hat OpenStack Platform distributions using OVN
  • Red Hat Enterprise Linux deployments with OVN components

Discovery Timeline

  • April 20, 2026 - Public disclosure via OpenWall OSS-Security Discussion
  • April 24, 2026 - CVE-2026-5367 published to NVD
  • April 29, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5367

Vulnerability Analysis

This vulnerability stems from improper handling of length (CWE-130) in DHCPv6 packet processing within the OVN controller. When processing DHCPv6 SOLICIT messages, the ovn-controller trusts the Client ID length field specified in the packet without proper bounds validation against the actual packet size. This allows an attacker to craft packets where the declared Client ID length exceeds the actual data present, causing the controller to read memory beyond the packet buffer when processing the request.

The out-of-bounds read condition occurs during the parsing phase of DHCPv6 option fields. Since DHCPv6 uses a Type-Length-Value (TLV) encoding scheme, the controller iterates through options using the length values to determine field boundaries. By manipulating the Client ID option length to an artificially large value, the read operation continues past the legitimate packet data into adjacent heap memory.

Root Cause

The root cause is insufficient validation of the Client ID length field in DHCPv6 SOLICIT packet processing. The vulnerable code path fails to verify that the specified length does not exceed the remaining packet buffer size before performing read operations. This improper length handling (CWE-130) allows attackers to control how much memory is read beyond the packet boundaries.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker with access to a virtual machine connected to an OVN-managed network can send malicious DHCPv6 SOLICIT packets to the controller. The attack flow involves:

  1. The attacker crafts a DHCPv6 SOLICIT packet with a Client ID option containing an inflated length field
  2. The packet is sent to the OVN controller through normal DHCPv6 request channels
  3. The controller processes the packet and reads beyond the buffer boundaries based on the malicious length value
  4. Leaked heap memory contents are included in the DHCPv6 response sent back to the attacker's VM port
  5. The attacker extracts sensitive information from the response data

The vulnerability can be exploited by sending malformed DHCPv6 SOLICIT packets where the Client ID length field is set to a value larger than the actual packet data. The ovn-controller processes these packets without adequate bounds checking, reading heap memory beyond the packet buffer and potentially returning this data to the attacker. Technical details are available in the Red Hat Bugzilla Report #2455863.

Detection Methods for CVE-2026-5367

Indicators of Compromise

  • Unusual DHCPv6 SOLICIT packets with abnormally large Client ID length values
  • DHCPv6 response packets that are larger than expected, potentially containing leaked memory data
  • Repeated DHCPv6 traffic from the same source with varying Client ID length parameters
  • Memory access violations or crashes in ovn-controller processes

Detection Strategies

  • Monitor DHCPv6 traffic for SOLICIT packets with Client ID option lengths exceeding typical values (standard Client ID lengths rarely exceed 128 bytes)
  • Implement network intrusion detection rules to flag DHCPv6 packets where the declared option length exceeds the remaining packet size
  • Deploy packet inspection to detect mismatches between DHCPv6 option length fields and actual packet boundaries
  • Enable verbose logging on OVN controllers to capture anomalous DHCPv6 processing events

Monitoring Recommendations

  • Enable enhanced logging for ovn-controller DHCPv6 processing to capture malformed packet events
  • Monitor OVN controller memory usage patterns for signs of information leakage
  • Implement network flow analysis to detect unusual DHCPv6 request/response size ratios
  • Configure alerts for repeated DHCPv6 failures or retries from the same source

How to Mitigate CVE-2026-5367

Immediate Actions Required

  • Apply the latest security patches from Red Hat immediately by following the advisories linked below
  • Restrict network access to DHCPv6 services to only trusted virtual machine networks
  • Monitor OVN controller logs for signs of exploitation attempts
  • Consider temporarily disabling DHCPv6 services if not required for operations

Patch Information

Red Hat has released multiple security advisories addressing this vulnerability across different product versions. Organizations should apply the appropriate patches based on their deployment:

  • Red Hat Security Advisory RHSA-2026:11694
  • Red Hat Security Advisory RHSA-2026:11695
  • Red Hat Security Advisory RHSA-2026:11696
  • Red Hat Security Advisory RHSA-2026:11698
  • Red Hat Security Advisory RHSA-2026:11700
  • Red Hat Security Advisory RHSA-2026:11701
  • Red Hat Security Advisory RHSA-2026:11702

Refer to Red Hat CVE-2026-5367 Information for detailed guidance.

Workarounds

  • Implement network-level filtering to block DHCPv6 packets with Client ID options exceeding reasonable length thresholds
  • Isolate OVN controller networks from untrusted virtual machine segments where possible
  • Deploy network segmentation to limit the scope of potential exploitation
  • Consider using IPv4-only configurations temporarily if DHCPv6 is not operationally required
bash
# Example: Block suspicious DHCPv6 traffic using iptables
# This filters DHCPv6 client traffic (port 546) to help mitigate exploitation attempts
iptables -A INPUT -p udp --dport 547 -m length --length 1200: -j DROP
ip6tables -A INPUT -p udp --dport 547 -m length --length 1200: -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOvn

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-130
  • Technical References
  • Red Hat Security Advisory RHSA-2026:11694

  • Red Hat Security Advisory RHSA-2026:11695

  • Red Hat Security Advisory RHSA-2026:11696

  • Red Hat Security Advisory RHSA-2026:11698

  • Red Hat Security Advisory RHSA-2026:11700

  • Red Hat Security Advisory RHSA-2026:11701

  • Red Hat Security Advisory RHSA-2026:11702

  • Red Hat CVE-2026-5367 Information

  • Red Hat Bugzilla Report #2455863

  • OpenWall OSS-Security Discussion

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

  • CVE-2025-0650: Open Virtual Network ACL Bypass 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