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

CVE-2026-40243: Incus OVN Information Disclosure Flaw

CVE-2026-40243 is an information disclosure vulnerability in Incus affecting OVN database connections through broken TLS validation. This article covers technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-40243 Overview

CVE-2026-40243 is a TLS certificate validation vulnerability in Incus, a system container and virtual machine manager. Versions before 7.0.0 contain broken TLS validation logic in the Open Virtual Network (OVN) database connection paths. The custom peer-certificate verifier disables Go's standard TLS server verification and fails to anchor trust in the configured Certificate Authority (CA). Instead, it builds the verification root set from certificates supplied by the peer during the handshake. An attacker positioned on the management network can present a rogue self-signed chain that Incus accepts as valid. This weakness is tracked under [CWE-295: Improper Certificate Validation].

Critical Impact

An adjacent-network attacker can impersonate the OVN database endpoint and intercept management traffic in OVN-enabled Incus deployments using SSL connections.

Affected Products

  • Incus versions prior to 7.0.0
  • Incus deployments that use OVN-enabled networking with SSL database connections
  • Incus 6.22.0 and earlier OVN client implementations (ovn_nb.go, ovn_sb.go, ovn_icnb.go, ovn_icsb.go)

Discovery Timeline

  • 2026-05-06 - CVE-2026-40243 published to the National Vulnerability Database
  • 2026-05-06 - Last updated in NVD database
  • Fix released in Incus version 7.0.0 per GitHub Security Advisory GHSA-c839-4qxr-j4x3

Technical Details for CVE-2026-40243

Vulnerability Analysis

Incus OVN client code establishes SSL connections to OVN northbound, southbound, and interconnect databases. The implementation disables Go's default crypto/tls server certificate verification and substitutes a custom VerifyPeerCertificate callback. The intent of this callback is to support Incus-specific certificate handling. The implementation contains a logic flaw that breaks the CA-based trust model.

The replacement verifier constructs the trust root pool from certificates that the remote peer sends during the TLS handshake. The configured CA certificate is parsed but never installed as the authoritative trust anchor. As a result, any self-signed chain the peer presents satisfies the verification logic because the peer effectively supplies its own trust root.

An attacker on the management network can impersonate the OVN database, accept Incus connections, and present arbitrary certificates. The Incus server treats the impersonated endpoint as authentic and proceeds with database operations.

Root Cause

The root cause is improper certificate validation in the OVN client TLS path. The custom verifier dynamically builds its root certificate pool from handshake-supplied certificates rather than the operator-configured CA. This converts CA-pinned validation into self-validation, defeating the purpose of mutual TLS for OVN database connections.

Attack Vector

Exploitation requires an adjacent-network position that can intercept or impersonate the OVN database endpoint, such as a compromised host on the management VLAN or an attacker controlling network infrastructure between Incus and OVN. The attacker presents a rogue self-signed certificate chain in response to the Incus TLS handshake. Incus completes the handshake and routes OVN database traffic to the attacker. Refer to the Incus OVN northbound source and southbound source for the affected verification code paths.

Detection Methods for CVE-2026-40243

Indicators of Compromise

  • Unexpected certificate fingerprints presented by the OVN database endpoint that do not match the operator-configured CA-issued certificate
  • New or unfamiliar TLS server certificates observed on OVN northbound (port 6641) or southbound (port 6642) connections
  • OVN database connections originating from or terminating at hosts not listed in the OVN cluster inventory

Detection Strategies

  • Inventory all running Incus instances and identify versions earlier than 7.0.0 using OVN networking
  • Capture and compare TLS certificates served by OVN endpoints against the known CA-issued certificate set
  • Audit OVN database access logs for unexpected client connections or schema operations from non-Incus sources

Monitoring Recommendations

  • Continuously monitor management-network traffic for ARP spoofing, rogue DHCP, or BGP route changes that could enable man-in-the-middle positioning
  • Alert on TLS handshakes to OVN database ports where the server certificate issuer does not match the configured CA
  • Track Incus daemon logs for OVN connection errors, retries, or endpoint changes that may indicate interception attempts

How to Mitigate CVE-2026-40243

Immediate Actions Required

  • Upgrade all Incus installations to version 7.0.0 or later, where the OVN TLS verifier correctly anchors trust in the configured CA
  • Restrict the OVN management network to trusted hosts only and isolate it from general-purpose networks
  • Rotate any OVN database certificates and CA material if interception is suspected

Patch Information

The vulnerability is fixed in Incus version 7.0.0. The fix corrects the VerifyPeerCertificate logic so the configured CA certificate is used as the trust anchor for OVN database TLS connections. Patch details and affected files are documented in GitHub Security Advisory GHSA-c839-4qxr-j4x3.

Workarounds

  • Place OVN database traffic on a dedicated, physically or logically isolated management network segment with strict access controls
  • Enforce IPsec or another authenticated transport between Incus hosts and OVN database nodes to provide an independent layer of peer authentication
  • Monitor for and block unauthorized devices on the management VLAN using port security and 802.1X where supported
bash
# Verify Incus version and upgrade
incus --version
# Upgrade to 7.0.0 or later via your package manager, for example:
sudo apt update && sudo apt install --only-upgrade incus
# Confirm fixed version
incus --version

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechIncus

  • SeverityLOW

  • CVSS Score2.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-295
  • Technical References
  • GitHub OVN ICNB Code

  • GitHub OVN ICSB Code

  • GitHub OVN NB Code

  • GitHub OVN SB Code

  • GitHub Security Advisory GHSA-c839-4qxr-j4x3
  • Related CVEs
  • CVE-2026-40251: Incus Storage Volume DoS Vulnerability

  • CVE-2026-40197: Incus Storage Volume DoS Vulnerability

  • CVE-2026-40195: Incus Storage Bucket DOS Vulnerability

  • CVE-2026-33898: Incus Privilege Escalation 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