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

CVE-2026-32603: Sandboxie Kernel Driver DoS Vulnerability

CVE-2026-32603 is a local denial of service flaw in the Sandboxie kernel driver that allows unprivileged processes to trigger system crashes. This article covers technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-32603 Overview

CVE-2026-32603 is a local denial of service vulnerability in the Sandboxie kernel driver. Sandboxie is an open source sandbox-based isolation software for Windows. The flaw affects versions 1.17.2 and earlier. An unprivileged process running inside a Standard Sandbox can send a malformed I/O Control (IOCTL) request to the \Device\SandboxieDriverApi driver. This triggers an immediate kernel crash, producing a Blue Screen of Death (BSOD). The issue impacts the Standard Sandbox configuration whether or not administrator privileges have been dropped. The Security Hardened Sandbox configuration is not affected. The maintainers fixed the issue in version 1.17.3.

Critical Impact

A low-privileged user inside a Standard Sandbox can crash the host Windows kernel, forcing a system reboot and disrupting availability for all users on the machine.

Affected Products

  • Sandboxie versions 1.17.2 and earlier (Standard Sandbox configuration)
  • Sandboxie kernel driver exposing \Device\SandboxieDriverApi
  • Sandboxie deployments on Windows that have not migrated to the Security Hardened Sandbox

Discovery Timeline

  • 2026-05-05 - CVE-2026-32603 published to NVD
  • 2026-05-06 - Last updated in NVD database
  • Sandboxie 1.17.3 - Security patch released by the Sandboxie-Plus project

Technical Details for CVE-2026-32603

Vulnerability Analysis

The Sandboxie kernel driver exposes the device object \Device\SandboxieDriverApi to user-mode processes for sandbox management and policy enforcement. Processes confined inside a Standard Sandbox retain the ability to issue IOCTL requests against this device. The driver fails to fully validate the structure or parameters of incoming control codes before acting on them. A specifically malformed IOCTL reaches a code path that dereferences invalid data inside kernel context, causing an immediate bugcheck. The defect is classified under Improper Input Validation [CWE-20]. Because the trigger originates from an unprivileged sandboxed process, the vulnerability undermines a core trust boundary the product is designed to enforce.

Root Cause

The root cause is missing or insufficient validation of user-supplied IOCTL input within the Sandboxie kernel driver. The Standard Sandbox does not block sandboxed processes from communicating with the driver interface, so untrusted callers can reach the vulnerable handler. The Security Hardened Sandbox restricts this attack surface, which is why that configuration is not affected.

Attack Vector

Exploitation requires local access. An attacker runs code inside a Standard Sandbox container, opens a handle to \Device\SandboxieDriverApi, and issues a crafted IOCTL using DeviceIoControl. The driver processes the malformed request and crashes the kernel. No elevation of privilege or remote network access is required. The impact is limited to availability — the system reboots, and no confidentiality or integrity loss has been reported. Refer to the GitHub Security Advisory GHSA-vvf8-cf4j-v8fv for vendor technical details.

Detection Methods for CVE-2026-32603

Indicators of Compromise

  • Unexpected Windows bugcheck events (BugCheck 0x0000...) in the System event log shortly after sandboxed process activity.
  • Kernel minidumps under C:\Windows\Minidump referencing the Sandboxie driver (SbieDrv.sys) in the faulting module stack.
  • Sandboxed processes opening handles to \Device\SandboxieDriverApi followed immediately by a host reboot.

Detection Strategies

  • Hunt for repeated unexpected reboots on endpoints running Sandboxie versions at or below 1.17.2.
  • Correlate Sandboxie process telemetry with Windows Error Reporting (WER) and Event ID 1001 BugCheck records.
  • Inspect crash dumps for stack frames inside the Sandboxie driver to confirm root cause attribution.

Monitoring Recommendations

  • Inventory all hosts running Sandboxie and capture installed versions to identify unpatched systems.
  • Alert on creation of new Standard Sandbox configurations in environments where Security Hardened Sandbox is the standard.
  • Forward Windows kernel crash telemetry to a centralized SIEM or data lake for cross-host correlation.

How to Mitigate CVE-2026-32603

Immediate Actions Required

  • Upgrade Sandboxie to version 1.17.3 or later on every affected Windows endpoint.
  • Identify any Standard Sandbox boxes used by untrusted code or low-trust users and prioritize their remediation.
  • Restrict local interactive logon on systems running unpatched Sandboxie until the update is applied.

Patch Information

The Sandboxie-Plus project addressed CVE-2026-32603 in the GitHub Release v1.17.3. The release adds validation to the IOCTL handler in the kernel driver, preventing malformed requests from reaching the vulnerable code path. Administrators should deploy the updated installer to all affected hosts and verify that the loaded SbieDrv.sys matches the patched version.

Workarounds

  • Switch affected boxes to the Security Hardened Sandbox configuration, which is not vulnerable to this issue.
  • Limit Sandboxie usage to trusted local users until patching is complete, since exploitation requires the ability to execute code inside a sandbox.
  • Enable Windows automatic restart and crash dump collection so that any exploitation attempt is logged and recoverable.
bash
# Verify installed Sandboxie version on Windows (PowerShell)
Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*' |
  Where-Object { $_.DisplayName -like 'Sandboxie*' } |
  Select-Object DisplayName, DisplayVersion, Publisher

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSandboxie

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Technical References
  • GitHub Release v1.17.3

  • GitHub Security Advisory GHSA-vvf8-cf4j-v8fv
  • Related CVEs
  • CVE-2019-25551: Sandboxie DOS Vulnerability

  • CVE-2021-47831: Sandboxie 5.49.7 DoS Vulnerability

  • CVE-2021-47883: Sandboxie Plus Privilege Escalation Flaw

  • CVE-2022-50920: Sandboxie-Plus Privilege Escalation Flaw
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