VBoxDrv.sys - Vulnerable (72/100) - DriverShield Analysis

Analysis of VBoxDrv.sys: vulnerable verdict, risk score 72/100. 3 YARA matches, 0/75 multi-engine detections. SHA256 1684e24dae20ab83. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.

VBoxDrv.sys - Analysis Report

DriverShield analyzed the Windows kernel driver VBoxDrv.sys and assigned a verdict of Vulnerable with a composite risk score of 72/100, indicating a known or likely vulnerability surface (60-79 band).

VerdictVulnerable (72/100)
YARA matches3
Multi-engine detections0 / 75
File size115856 bytes
Code-signing signerVeriSign Time Stamping Services Signer - G2
Analyzed2026-09-06
SHA2561684e24dae20ab83ab5462aa1ff6473110ec53f52a32cfb8c1fe95a2642c6d22
SHA1cf040040628b58f4a811f98c2690913c1e8e4e3c
MD584d67136a7cefb266734ff56029041e3

Driver identity

Version resource data embedded in the VBoxDrv.sys PE header, as extracted by the analysis engine.

File descriptionVirtualBox Support Driver
ProductSun VirtualBox
CompanySun Microsystems, Inc.
Original filenameVBoxDrv.sys
Internal nameVBoxDrv.sys
File version3.0.0.r49315
CopyrightCopyright (C) 2009 Sun Microsystems, Inc.

How the 72/100 score breaks down

Each component is scored 0-100 and then weighted into the composite. See the analysis methodology for the exact formula.

ComponentSub-score
Multi-engine consensus0 / 100
YARA signature matches85 / 100
Dangerous kernel imports100 / 100
IOCTL dispatch surface100 / 100
Known-vulnerable corpus0 / 100
Code-signing state80 / 100
Packing and entropy0 / 100
Dynamic behaviour0 / 100
CVE cross-reference0 / 100

Kernel imports (20)

Kernel-mode APIs resolved from the Import Address Table of VBoxDrv.sys, ranked by exploitation relevance.

APIRiskWhy it matters
MmMapLockedPagesSpecifyCachecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
MmMapIoSpacecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
MmAllocateContiguousMemoryhighPotentially dangerous - could be used for privilege escalation or security bypass
MmGetPhysicalAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
MmGetSystemRoutineAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
MmUnmapIoSpacemediumModerate risk - system modification capability
ObReferenceObjectByHandlemediumModerate risk - system modification capability
DbgPrintlowStandard kernel API - generally benign
IoCreateDevicelowStandard kernel API - generally benign
ZwCloselowStandard kernel API - generally benign
KeDelayExecutionThreadlowStandard kernel API - generally benign
IoDeleteDevicelowStandard kernel API - generally benign
KeWaitForSingleObjectlowStandard kernel API - generally benign
KeInitializeEventlowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard kernel API - generally benign
ExAllocatePoolWithTaglowStandard kernel API - generally benign
IoDeleteSymbolicLinklowStandard kernel API - generally benign
IofCompleteRequestlowStandard kernel API - generally benign
KeSetEventlowStandard kernel API - generally benign
IoCreateSymbolicLinklowStandard kernel API - generally benign

IOCTL dispatch codes (35)

Control codes reachable through the driver dispatch routine. Codes tied to published exploit code are flagged, since they are the primary Bring Your Own Vulnerable Driver (BYOVD) entry points.

CodeSeverityTransferDescription
0x00228107highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #65
0x0022810BhighMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #66
0x00228103highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #64
0x008000B3highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #44
0x00802083highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #2080
0x00800C8BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #802
0x00801883highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #1568
0x00803883highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #3616
0x00803C83highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #3872
0x0080840FhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #259
0x0080F045mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #3089
0x00228010mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #4
0x00221FE8mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #2042
0x00801886mediumMETHOD_OUT_DIRECTFILE_DEVICE_CUSTOM Function #1569
0x00800086mediumMETHOD_OUT_DIRECTFILE_DEVICE_CUSTOM Function #33
0x00802486mediumMETHOD_OUT_DIRECTFILE_DEVICE_CUSTOM Function #2337
0x0080008EmediumMETHOD_OUT_DIRECTFILE_DEVICE_CUSTOM Function #35
0x0080208EmediumMETHOD_OUT_DIRECTFILE_DEVICE_CUSTOM Function #2083
0x00800486mediumMETHOD_OUT_DIRECTFILE_DEVICE_CUSTOM Function #289
0x00800082mediumMETHOD_OUT_DIRECTFILE_DEVICE_CUSTOM Function #32
0x008000BAmediumMETHOD_OUT_DIRECTFILE_DEVICE_CUSTOM Function #46
0x00800096mediumMETHOD_OUT_DIRECTFILE_DEVICE_CUSTOM Function #37
0x008038B8mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #3630
0x00803080mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #3104

Showing 24 of 35 extracted control codes.

PE sections

Section layout and Shannon entropy. High entropy in a code section is a packing or encryption indicator.

SectionVirtual sizeRaw sizeEntropyFlags
.text0x1054E0x105806.42CODE, EXEC, READ
.rdata0x37D90x38005.69IDATA, READ
.data0x367C0x36802.13IDATA, READ, WRITE
.edata0x1A3B0x1A405.67IDATA, READ
INIT0x07460x07805.38CODE, EXEC, READ, WRITE, DISCARD
.rsrc0x03980x03C03.19IDATA, READ, DISCARD
.reloc0x0DE40x0E006.35IDATA, READ, DISCARD

Exploit mitigations

Control Flow GuardNot enabled
ASLRNot enabled
DEPNot enabled
Integrity checkNot enforced
Mitigation score5 / 100

YARA rule matches (3)

RuleSeverityDetects
PUA_VULN_Driver_Sunmicrosystemsinc_Vboxdrvsys_Sunvirtualbox_R_7539mediumDetects vulnerable driver mentioned in known-vulnerable driver corpus project using VersionInfo values from the PE header - VBoxDrv.sys. Investigate matches in context: expected filenames or standard ...
BYOVD_MemRWcriticalPhys memory mapping + device creation
SUSP_PhysMemhighPhysical memory mapping

MITRE ATT&CK techniques (11)

Techniques this driver could enable if loaded by an adversary.

IDTechniqueTactic
T1003OS Credential DumpingCredential Access
T1003.001OS Credential Dumping: LSASS MemoryCredential Access
T1006Direct Volume AccessDefense Evasion
T1055.012Process HollowingDefense Evasion
T1068Exploitation for Privilege EscalationPrivilege Escalation
T1071Application Layer ProtocolCommand and Control
T1211Exploitation for Defense EvasionDefense Evasion
T1543.003Windows ServicePersistence
T1553.002Subvert Trust Controls: Code SigningDefense Evasion
T1569.002Service ExecutionExecution
T1652Device Driver DiscoveryDiscovery

Code-signing chain

SignerVeriSign Time Stamping Services Signer - G2
Signer organisationVeriSign, Inc.
IssuerVeriSign Time Stamping Services CA
Serial3825D7FAF861AF9EF490E726B5D65AD5
Valid from2007-06-15 00:00 UTC
Valid until2012-06-14 23:59 UTC (expired)
Signature validityNot verified

Symbolic execution

Engine angr, status completed, 1 paths explored at a maximum depth of 1. Vulnerability classes reached: 0. Exploitable paths: 1.

Frequently asked questions about VBoxDrv.sys

Is VBoxDrv.sys safe?

Based on DriverShield static and dynamic analysis, VBoxDrv.sys is flagged as vulnerable and is a potential Bring Your Own Vulnerable Driver (BYOVD) risk. Its composite risk score is 72/100 (verdict: vulnerable). Always validate findings independently before acting.

What is the risk score of VBoxDrv.sys?

VBoxDrv.sys has a DriverShield composite risk score of 72/100, placing it in the vulnerable verdict band. SHA256: 1684e24dae20ab83ab5462aa1ff6473110ec53f52a32cfb8c1fe95a2642c6d22.

What is VBoxDrv.sys?

VBoxDrv.sys is a Windows kernel-mode driver (.sys) analyzed by DriverShield for vulnerabilities, BYOVD abuse potential, and malware indicators. It is code-signed by VeriSign Time Stamping Services Signer - G2.

Related: Other drivers signed by VeriSign Time Stamping Services Signer - G2 · What an IOCTL dispatch code is · How YARA matching feeds the score · BYOVD research index · full driver database · CVE library · code signing atlas


DriverShield © 2025-2026 · Terms · Privacy · Contact