Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-35245

CVE-2026-35245: Oracle VM VirtualBox DOS Vulnerability

CVE-2026-35245 is a denial of service vulnerability in Oracle VM VirtualBox that allows remote attackers to crash the system via RDP. This article covers the technical details, affected versions, and mitigation strategies.

Published: April 23, 2026

CVE-2026-35245 Overview

A denial of service vulnerability exists in the Oracle VM VirtualBox product of Oracle Virtualization, specifically affecting the Core component. This vulnerability allows an unauthenticated attacker with network access via the Remote Desktop Protocol (RDP) to cause a complete denial of service condition in Oracle VM VirtualBox, resulting in a hang or frequently repeatable crash of the virtualization software.

Critical Impact

Unauthenticated remote attackers can exploit this vulnerability via RDP to completely crash Oracle VM VirtualBox instances, causing service disruption to all virtualized workloads running on affected hosts.

Affected Products

  • Oracle VM VirtualBox version 7.2.6

Discovery Timeline

  • 2026-04-21 - CVE CVE-2026-35245 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-35245

Vulnerability Analysis

This vulnerability is classified under CWE-284 (Improper Access Control), indicating a flaw in how VirtualBox handles access control when processing RDP connections. The vulnerability is easily exploitable and requires no authentication or user interaction, making it particularly dangerous for internet-facing VirtualBox deployments with RDP enabled.

The attack specifically targets the Core component of Oracle VM VirtualBox, which handles fundamental virtualization operations. When exploited, the vulnerability causes a complete denial of service condition, affecting all virtual machines running on the compromised host. This represents a significant availability impact for organizations relying on VirtualBox for development, testing, or production virtualization workloads.

Root Cause

The root cause stems from improper access control in the VirtualBox Core component when handling network-based RDP connections. The vulnerability allows unauthenticated network requests to trigger a condition that leads to application hang or crash. This improper access control failure (CWE-284) enables attackers to send specially crafted RDP traffic that overwhelms or corrupts the internal state of the VirtualBox process.

Attack Vector

The attack is network-based and targets the RDP service exposed by VirtualBox. An attacker does not require any prior authentication or privileges to exploit this vulnerability. The attack can be executed remotely by sending malicious RDP traffic to a VirtualBox instance with the VirtualBox Remote Desktop Extension (VRDE) enabled.

The exploitation requires:

  • Network access to the target VirtualBox RDP port (typically port 3389 or custom configured ports)
  • No authentication credentials required
  • No user interaction required on the target system

The vulnerability manifests when VirtualBox processes certain RDP requests that trigger the improper access control condition. This causes the VirtualBox process to either hang indefinitely or crash repeatedly, denying service to all hosted virtual machines. For detailed technical information, refer to the Oracle Security Alert April 2026.

Detection Methods for CVE-2026-35245

Indicators of Compromise

  • Unexpected crashes or hangs of VirtualBox processes (VBoxSVC.exe, VBoxHeadless.exe, or VirtualBox.exe)
  • High volume of incoming RDP connection attempts from external sources
  • Repeated VirtualBox service restarts in system logs
  • Virtual machine availability issues correlated with network activity spikes

Detection Strategies

  • Monitor for anomalous RDP traffic patterns targeting VirtualBox VRDE ports
  • Configure alerts for VirtualBox process crashes or unexpected terminations
  • Implement network intrusion detection rules for malformed RDP packets
  • Review VirtualBox logs for repeated connection failures or error conditions

Monitoring Recommendations

  • Enable detailed logging for VirtualBox RDP/VRDE connections
  • Deploy network monitoring to track connections to VirtualBox RDP ports
  • Set up availability monitoring for critical virtual machines to detect service disruptions
  • Correlate system event logs with network traffic analysis for comprehensive detection

How to Mitigate CVE-2026-35245

Immediate Actions Required

  • Disable VirtualBox Remote Desktop Extension (VRDE) if not required for operations
  • Restrict network access to VirtualBox RDP ports using firewall rules
  • Implement network segmentation to limit exposure of VirtualBox hosts
  • Apply the security patch from Oracle as soon as available

Patch Information

Oracle has addressed this vulnerability in their April 2026 Critical Patch Update. Organizations running Oracle VM VirtualBox version 7.2.6 should upgrade to the patched version as documented in the Oracle Security Alert April 2026.

Review the official Oracle security advisory for specific patch download links and installation instructions. Ensure compatibility testing is performed before deploying patches in production environments.

Workarounds

  • Disable VRDE/RDP functionality in VirtualBox if remote access is not operationally required
  • Implement strict firewall rules allowing only trusted IP addresses to connect to VirtualBox RDP ports
  • Use VPN or SSH tunneling for remote VirtualBox access instead of direct RDP exposure
  • Deploy VirtualBox hosts on isolated network segments with limited internet exposure
bash
# Disable VRDE on a specific VM
VBoxManage modifyvm "VM_NAME" --vrde off

# Restrict VirtualBox RDP to specific network interface (localhost only)
VBoxManage modifyvm "VM_NAME" --vrdeaddress 127.0.0.1

# Configure firewall to block external RDP access (Linux iptables example)
iptables -A INPUT -p tcp --dport 3389 -s ! 10.0.0.0/8 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOracle Vm Virtualbox

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-284
  • Vendor Resources
  • Oracle Security Alert April 2026
  • Related CVEs
  • CVE-2026-35250: Oracle VM VirtualBox DOS Vulnerability

  • CVE-2026-21986: Oracle VM VirtualBox DOS Vulnerability

  • CVE-2025-30719: Oracle VM VirtualBox DOS Vulnerability

  • CVE-2025-30725: Oracle VM VirtualBox Core 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