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
    • 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-14459

CVE-2025-14459: KubeVirt CDI Auth Bypass Vulnerability

CVE-2025-14459 is an authentication bypass flaw in KubeVirt Containerized Data Importer that enables unauthorized PVC cloning across namespaces. This article covers technical details, affected versions, and mitigations.

Published: January 30, 2026

CVE-2025-14459 Overview

A security flaw has been identified in KubeVirt Containerized Data Importer (CDI) that enables unauthorized cross-namespace PersistentVolumeClaim (PVC) cloning. This authorization bypass vulnerability allows authenticated users to clone PVCs from namespaces they should not have access to, leveraging the DataImportCron PVC source mechanism to gain unauthorized access to sensitive data stored in other namespaces within the Kubernetes cluster.

Critical Impact

Authenticated attackers can bypass namespace isolation to access sensitive data stored in PersistentVolumeClaims across the entire Kubernetes cluster, potentially exposing confidential workload data, secrets, and configurations.

Affected Products

  • KubeVirt Containerized Data Importer (CDI)
  • Red Hat OpenShift Virtualization (via CDI component)
  • Kubernetes environments utilizing KubeVirt CDI for data import operations

Discovery Timeline

  • 2026-01-26 - CVE-2025-14459 published to NVD
  • 2026-01-27 - Last updated in NVD database

Technical Details for CVE-2025-14459

Vulnerability Analysis

This vulnerability is classified as CWE-639 (Authorization Bypass Through User-Controlled Key), a category of broken access control flaws where the application fails to properly validate that a user has authorization to access a resource based on user-supplied input.

In Kubernetes environments, namespace isolation is a fundamental security boundary that separates workloads and their associated data. The KubeVirt CDI component is designed to facilitate data import operations for virtual machine disk images by creating and managing PersistentVolumeClaims. However, the DataImportCron feature contains insufficient authorization checks when processing PVC source references.

When a user specifies a source PVC for cloning operations through the DataImportCron mechanism, the CDI controller does not adequately verify that the requesting user has legitimate access permissions to the source namespace. This allows an attacker with access to any namespace to reference and clone PVCs from arbitrary namespaces, effectively circumventing Kubernetes RBAC policies and namespace isolation boundaries.

Root Cause

The vulnerability stems from insufficient authorization validation in the DataImportCron PVC source handling logic. When processing clone requests, the CDI controller operates with elevated cluster-level permissions but fails to perform adequate user-level authorization checks before initiating cross-namespace PVC cloning operations. This design flaw allows the controller to execute privileged operations on behalf of users who lack the necessary permissions for the target namespace.

Attack Vector

The attack is network-accessible and requires only low-privilege authenticated access to a Kubernetes cluster running KubeVirt CDI. An attacker who has permissions to create DataImportCron or related CDI resources in any namespace can craft a malicious resource specification that references PVCs in other namespaces. When the CDI controller processes this specification, it clones the target PVC data to the attacker's namespace, bypassing namespace isolation.

The vulnerability allows unauthorized read access to data and limited integrity impact through the ability to create unauthorized copies of data. The scope is changed because the vulnerability allows access to resources outside the attacker's authorized namespace boundary.

Detection Methods for CVE-2025-14459

Indicators of Compromise

  • Unusual DataImportCron resources referencing PVCs in namespaces different from where they are created
  • CDI controller logs showing cross-namespace PVC clone operations initiated by users without namespace access
  • Unexpected PVC creation events correlated with DataImportCron activity across namespace boundaries
  • Audit log entries showing failed authorization attempts followed by successful data imports

Detection Strategies

  • Enable and monitor Kubernetes audit logging for all CDI-related API operations, particularly DataImportCron and DataVolume resource creation
  • Implement custom admission controller policies to flag or block cross-namespace PVC source references
  • Deploy runtime security monitoring to detect anomalous data movement patterns between namespaces
  • Configure alerts for CDI controller operations that reference resources outside the requesting namespace

Monitoring Recommendations

  • Review Kubernetes audit logs for cdi.kubevirt.io API group operations with cross-namespace references
  • Monitor for increased storage provisioning activity that may indicate data exfiltration attempts
  • Establish baseline DataImportCron usage patterns and alert on deviations
  • Implement namespace-level resource monitoring to detect unauthorized data copies

How to Mitigate CVE-2025-14459

Immediate Actions Required

  • Apply the security patch provided in Red Hat Security Advisory RHSA-2026:0950
  • Review existing DataImportCron resources for suspicious cross-namespace PVC references
  • Audit recent CDI operations for potential unauthorized data access
  • Consider temporarily restricting CDI resource creation permissions to trusted administrators

Patch Information

Red Hat has released a security advisory addressing this vulnerability. Organizations running affected versions of KubeVirt CDI should consult the Red Hat CVE-2025-14459 Information page for detailed patch information and affected version details. Additional technical details are available in Red Hat Bug Report #2420938.

Workarounds

  • Implement OPA Gatekeeper or Kyverno policies to restrict DataImportCron resources from referencing PVCs outside their own namespace
  • Temporarily disable the DataImportCron feature if not actively required for operations
  • Apply NetworkPolicies to restrict CDI controller communication patterns
  • Implement additional RBAC restrictions to limit which users can create CDI resources
bash
# Example Kyverno policy to restrict cross-namespace PVC references
# Save as restrict-cdi-namespace-policy.yaml
apiVersion: kyverno.io/v1
kind: ClusterPolicy
metadata:
  name: restrict-cdi-cross-namespace
spec:
  validationFailureAction: Enforce
  rules:
  - name: check-pvc-namespace
    match:
      any:
      - resources:
          kinds:
          - DataImportCron
    validate:
      message: "DataImportCron cannot reference PVCs from other namespaces"
      deny:
        conditions:
          any:
          - key: "{{ request.object.spec.source.pvc.namespace }}"
            operator: NotEquals
            value: "{{ request.namespace }}"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechKubevirt

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.01%

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

  • Red Hat CVE-2025-14459 Information

  • Red Hat Bug Report #2420938
  • Related CVEs
  • CVE-2025-14525: KubeVirt Guest Agent DoS 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