A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-9804

CVE-2026-9804: KubeVirt Path Traversal Vulnerability

CVE-2026-9804 is a path traversal flaw in KubeVirt's virt-exportserver component that enables attackers to read arbitrary files via symlink exploitation. This article covers technical details, affected systems, and mitigation.

Published: May 28, 2026

CVE-2026-9804 Overview

CVE-2026-9804 is a path traversal vulnerability in KubeVirt's virt-exportserver component. The flaw resides in the VMExport directory endpoint, which fails to safely resolve symbolic links within exported filesystem Persistent Volume Claims (PVCs). An attacker with namespace-level access can place a symbolic link inside an exported PVC that points outside the designated mount root. When the export endpoint follows that link, the virt-exportserver pod returns the contents of files located elsewhere on the exporter pod's filesystem. The result is arbitrary file read leading to information disclosure of potentially sensitive data, including configuration files, service account tokens, and other secrets accessible to the exporter pod.

Critical Impact

Authenticated namespace users can read arbitrary files from the virt-exportserver pod filesystem by exploiting symlink resolution in the VMExport directory endpoint.

Affected Products

  • KubeVirt virt-exportserver component
  • Red Hat OpenShift Virtualization deployments using KubeVirt VMExport
  • Kubernetes clusters running affected KubeVirt releases with VMExport enabled

Discovery Timeline

  • 2026-05-28 - CVE-2026-9804 published to NVD
  • 2026-05-28 - Last updated in NVD database

Technical Details for CVE-2026-9804

Vulnerability Analysis

KubeVirt exposes the VMExport feature through the virt-exportserver pod, which serves the contents of a filesystem PVC over HTTP for migration and backup workflows. The directory endpoint walks the exported volume and streams file contents back to the requesting client. The handler does not validate that resolved paths remain within the designated mount root before opening files. When the export directory contains a symbolic link, the server follows that link during read operations. An attacker who can write to the source PVC, either directly or through a virtual machine attached to it, places a symlink that targets paths such as /proc/self/environ, /var/run/secrets/kubernetes.io/serviceaccount/token, or other sensitive files inside the pod. Subsequent VMExport requests return the linked file's contents instead of the intended PVC data. The vulnerability is classified under [CWE-59] Improper Link Resolution Before File Access.

Root Cause

The root cause is missing symlink containment in the file-serving logic of virt-exportserver. The code opens files by their resolved path without enforcing that the final canonical path remains a descendant of the export root directory. Safe alternatives such as openat2 with RESOLVE_BENEATH or explicit path canonicalization checks are not applied. Any symlink placed in the PVC by a tenant becomes a vehicle for reading files outside the intended scope.

Attack Vector

The attacker requires namespace-level permissions to create or modify a VMExport resource and to write to the underlying filesystem PVC. After placing a malicious symlink inside the PVC pointing to an arbitrary path within the exporter pod, the attacker triggers a VMExport and retrieves the export via the directory endpoint. The server resolves the symlink and returns the target file contents over the network. No user interaction is required, and the scope change reflects that data outside the attacker's namespace can be disclosed.

No verified public proof-of-concept code is available. Refer to the Red Hat CVE-2026-9804 Advisory and Red Hat Bugzilla #2482487 for technical details.

Detection Methods for CVE-2026-9804

Indicators of Compromise

  • Unexpected symbolic links inside filesystem PVCs that are referenced by VMExport resources, particularly links pointing to absolute paths such as /proc, /etc, /var/run/secrets, or /root.
  • VMExport HTTP responses containing file contents that do not correspond to expected guest disk data, such as Kubernetes service account tokens or environment variable dumps.
  • Anomalous read patterns from virt-exportserver pods accessing paths outside the mounted PVC root.

Detection Strategies

  • Audit Kubernetes API server logs for VMExport creation events correlated with the namespaces of low-privilege users.
  • Inspect filesystem PVCs referenced by VMExport objects for symlinks whose targets resolve outside the volume mount path.
  • Monitor egress traffic from virt-exportserver pods for unusually small or unusually structured responses that suggest exfiltration of secrets rather than VM disk content.

Monitoring Recommendations

  • Enable Kubernetes audit logging at the Metadata level for VirtualMachineExport resources across all tenant namespaces.
  • Collect container filesystem and process telemetry from KubeVirt control-plane pods and forward to a central data lake for correlation.
  • Alert on virt-exportserver pod file opens targeting paths outside the expected PVC mount, such as /var/run/secrets/ or /proc/self/.

How to Mitigate CVE-2026-9804

Immediate Actions Required

  • Upgrade KubeVirt to a fixed release as indicated in the Red Hat CVE-2026-9804 Advisory once available for your distribution.
  • Restrict permissions to create VirtualMachineExport resources using Kubernetes RBAC so only trusted operators can initiate exports.
  • Review existing VMExport resources and the associated PVCs for unexpected symbolic links before processing further exports.

Patch Information

Red Hat tracks remediation through Red Hat Bugzilla #2482487 and the Red Hat CVE-2026-9804 Advisory. Apply the upstream KubeVirt fix that enforces symlink containment in the virt-exportserver directory handler, or install the vendor-supplied package update for your platform.

Workarounds

  • Disable the VMExport feature in clusters where it is not required until patches are deployed.
  • Tighten RBAC so namespace users cannot create VirtualMachineExport resources or write directly to filesystem PVCs that back exports.
  • Use block-mode PVCs instead of filesystem-mode PVCs for sensitive workloads, since the symlink primitive only applies to filesystem exports.
bash
# Restrict VMExport creation via RBAC (example)
kubectl create clusterrole vmexport-deny \
  --verb=create,update,patch \
  --resource=virtualmachineexports.export.kubevirt.io

# Audit existing PVCs referenced by VMExports for symlinks
kubectl get virtualmachineexports.export.kubevirt.io -A -o json | \
  jq -r '.items[] | "\(.metadata.namespace) \(.spec.source.name)"'

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechKubevirt

  • SeverityHIGH

  • CVSS Score7.7

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

  • Red Hat Bugzilla #2482487
  • Related CVEs
  • CVE-2026-7374: KubeVirt Privilege Escalation Vulnerability

  • CVE-2026-6383: KubeVirt RBAC Auth Bypass Vulnerability

  • CVE-2025-14525: KubeVirt Guest Agent DoS Vulnerability

  • CVE-2025-14459: KubeVirt CDI Auth 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