CVE-2026-87285 Overview
CVE-2026-87285 is a denial of service vulnerability in the Core component of Oracle VM VirtualBox. The flaw affects supported version 7.2.16 of Oracle Virtualization. A high-privileged local attacker with logon access to the infrastructure hosting Oracle VM VirtualBox can exploit this issue to trigger a hang or repeatable crash of the hypervisor. Oracle categorized the weakness under CWE-284: Improper Access Control. Because the vulnerability exhibits a scope change, exploitation can impact resources beyond the VirtualBox process itself, including guest workloads sharing the host.
Critical Impact
Successful exploitation results in a complete denial of service of Oracle VM VirtualBox, disrupting all hosted virtual machines on the affected system.
Affected Products
- Oracle VM VirtualBox version 7.2.16
- Oracle Virtualization (Core component)
- Deployments running on any supported host operating system
Discovery Timeline
- 2026-09-15 - CVE-2026-87285 published to the National Vulnerability Database
- 2026-09-17 - Last updated in NVD database
Technical Details for CVE-2026-87285
Vulnerability Analysis
The vulnerability resides in the Core component of Oracle VM VirtualBox, the runtime responsible for virtual machine lifecycle management and hardware emulation. An attacker holding elevated privileges on the host can invoke functionality within the Core component in a way that causes the hypervisor to hang or crash. The issue is locally exploitable and requires no user interaction. Because the vulnerability produces a scope change, the resulting failure extends beyond the VirtualBox process and disrupts guest virtual machines running on the host. All availability of virtualized workloads on the affected host is impacted, though confidentiality and integrity remain intact.
Root Cause
The root cause is classified as CWE-284: Improper Access Control. The Core component fails to correctly restrict access to a resource or code path that, once reached, can be manipulated to force an unrecoverable failure. Oracle has not published exploit-level detail. Refer to the Oracle Security Advisory for vendor-provided guidance.
Attack Vector
Exploitation requires local logon to the host infrastructure where Oracle VM VirtualBox executes. The attacker must already hold high privileges on the host, which limits opportunistic abuse. Once authenticated, the attacker interacts with the Core component through supported interfaces to trigger the hang or crash. No network vector is present, and no user interaction is required. The Exploit Prediction Scoring System (EPSS) rates the probability of exploitation activity as low. No public proof-of-concept code and no confirmed in-the-wild exploitation have been reported.
Refer to the Oracle Security Advisory for technical details. No verified public exploit code is available at the time of writing.
Detection Methods for CVE-2026-87285
Indicators of Compromise
- Unexpected termination or hang of the VBoxHeadless, VBoxSVC, or VirtualBox processes on the host
- Simultaneous loss of availability across multiple guest virtual machines on a single host
- Host-side crash dumps or kernel logs referencing VirtualBox Core modules
Detection Strategies
- Monitor host process telemetry for abnormal termination patterns of VirtualBox binaries by privileged local accounts
- Correlate privileged shell activity on virtualization hosts with subsequent VM downtime events
- Alert on repeated invocation of VirtualBox management commands by non-administrative service accounts
Monitoring Recommendations
- Ingest host operating system logs, hypervisor logs, and process telemetry into a centralized SIEM for correlation
- Establish baselines for normal VirtualBox process lifetime and alert on statistical deviations
- Track authentication and privilege escalation events on virtualization hosts to identify precursors to local exploitation
How to Mitigate CVE-2026-87285
Immediate Actions Required
- Apply the security update referenced in the Oracle Security Advisory as soon as it is available for your deployment
- Inventory all hosts running Oracle VM VirtualBox 7.2.16 and prioritize patching production virtualization infrastructure
- Restrict interactive logon on virtualization hosts to a minimal set of vetted administrators
Patch Information
Oracle addressed CVE-2026-87285 in the September 2026 Critical Patch Update. Consult the Oracle Security Advisory for the fixed version, patch identifiers, and platform-specific installation instructions. Apply the update following Oracle's documented upgrade procedure and validate VM functionality after patching.
Workarounds
- Enforce least privilege on virtualization hosts to prevent unauthorized users from obtaining the high privileges required for exploitation
- Isolate management interfaces of VirtualBox hosts on a dedicated administrative network segment
- Enable host-level auditing of VirtualBox management commands and process termination events until patches are applied
# Verify installed Oracle VM VirtualBox version on Linux hosts
VBoxManage --version
# List local users authorized to interact with VirtualBox on Linux
getent group vboxusers
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

