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-34459

CVE-2026-34459: Sandboxie-Plus Privilege Escalation Flaw

CVE-2026-34459 is a privilege escalation vulnerability in Sandboxie-Plus allowing sandbox escape to SYSTEM privileges. This article covers the technical details, affected versions, exploitation risks, and mitigation.

Published: May 7, 2026

CVE-2026-34459 Overview

CVE-2026-34459 is a sandbox escape vulnerability in Sandboxie-Plus, an open source sandbox-based isolation tool for Windows. The flaw resides in the SbieSvc proxy service's GetRawInputDeviceInfoSlave handler and affects versions 1.17.2 and earlier. The handler contains two distinct defects: an information disclosure that leaks up to 32KB of uninitialized stack memory, and a stack buffer overflow [CWE-121] caused by an unchecked memcpy length. A sandboxed process can chain these flaws to defeat ASLR and /GS protections, then execute a Return-Oriented Programming (ROP) chain for SYSTEM privilege escalation. The exploit succeeds even from within a Security Hardened Sandbox.

Critical Impact

A sandboxed, low-privileged process can escape isolation and gain SYSTEM privileges on the host by chaining a stack memory leak with a stack buffer overflow in the SbieSvc service.

Affected Products

  • Sandboxie-Plus versions 1.17.2 and earlier
  • SbieSvc proxy service component
  • Security Hardened Sandbox configurations on Windows hosts

Discovery Timeline

  • 2026-05-05 - CVE-2026-34459 published to the National Vulnerability Database
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-34459

Vulnerability Analysis

The vulnerability exists in the GetRawInputDeviceInfoSlave IPC handler implemented by SbieSvc, the privileged service that brokers operations on behalf of sandboxed processes. The handler accepts a request structure from sandboxed clients that includes a cbSize field controlling how much data the service writes back and reads. Two independent defects in this handler combine into a full sandbox escape and local privilege escalation chain.

The first defect is an uninitialized memory disclosure. When a sandboxed process submits an IPC request with cbSize set to 0, the handler returns up to 32KB of uninitialized stack memory belonging to the service process. This memory contains return addresses and /GS stack cookies, which the attacker uses to defeat Address Space Layout Randomization (ASLR) and stack canary protections.

The second defect is a classic stack buffer overflow. The handler invokes memcpy using an attacker-controlled length without verifying it fits inside the 32KB stack buffer. Combined with the leaked cookie and module bases, this enables reliable corruption of saved control data on the stack.

Root Cause

The root cause is missing input validation on IPC parameters from a lower-trust client. The handler trusts cbSize for both the response size and the subsequent copy length, and it does not zero-initialize the response buffer before transmitting it back to the sandboxed caller.

Attack Vector

A sandboxed process issues a crafted IPC request to SbieSvc with cbSize = 0 to harvest stack memory containing return addresses and the /GS cookie. The attacker then sends a second request with an oversized cbSize to overflow the 32KB stack buffer, overwriting the return address with a ROP chain that executes in the SYSTEM-privileged service. Hardware-enforced shadow stacks via Intel Control-flow Enforcement Technology (CET) block ROP execution but do not prevent the information leak.

No public proof-of-concept code is available. See the GitHub Security Advisory for the technical write-up.

Detection Methods for CVE-2026-34459

Indicators of Compromise

  • Unexpected child processes spawned by SbieSvc.exe running as NT AUTHORITY\SYSTEM
  • Crashes or access violations in SbieSvc.exe correlated with sandboxed process activity
  • Sandboxed processes issuing high volumes of GetRawInputDeviceInfoSlave IPC requests

Detection Strategies

  • Monitor parent-child process relationships where SbieSvc.exe spawns interactive shells, cmd.exe, powershell.exe, or LOLBins
  • Hunt for token elevation events where a process originally launched inside a Sandboxie box later runs with SYSTEM integrity
  • Inspect Windows Error Reporting and crash dumps for stack corruption faults inside SbieSvc.exe

Monitoring Recommendations

  • Enable verbose Sandboxie logging and forward IPC trace events to a central SIEM for correlation
  • Alert on installations of Sandboxie-Plus at or below version 1.17.2 across the fleet
  • Track CET-incompatible hosts running Sandboxie-Plus, since they lack the shadow-stack mitigation against the ROP chain

How to Mitigate CVE-2026-34459

Immediate Actions Required

  • Upgrade Sandboxie-Plus to version 1.17.3 or later on all Windows endpoints
  • Inventory hosts running vulnerable versions (1.17.2 and earlier) and prioritize systems used to detonate untrusted code or browse high-risk content
  • Restrict who can execute code inside Sandboxie boxes on multi-user systems until patching is complete

Patch Information

The maintainers fixed both the uninitialized stack disclosure and the unbounded memcpy in Sandboxie-Plus version 1.17.3. Refer to the Sandboxie-Plus GHSA-7cpc-5hv7-rfmh advisory for fix details and release notes.

Workarounds

  • Enable Intel CET hardware-enforced shadow stacks on supported CPUs to block the ROP chain, while accepting that the information leak remains exploitable
  • Stop the SbieSvc service on systems where Sandboxie-Plus is not actively required until the patch is deployed
  • Avoid running untrusted code inside Sandboxie boxes on hosts that cannot be patched immediately
bash
# Verify installed Sandboxie-Plus version on Windows (PowerShell)
Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*" |
  Where-Object { $_.DisplayName -like "*Sandboxie*" } |
  Select-Object DisplayName, DisplayVersion, Publisher

# Stop the SbieSvc service as a temporary mitigation
sc.exe stop SbieSvc
sc.exe config SbieSvc start= disabled

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechSandboxie Plus

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34458: Sandboxie-Plus Privilege Escalation Flaw

  • CVE-2026-34464: Sandboxie-Plus RCE Vulnerability

  • CVE-2026-34462: Sandboxie-Plus RCE Vulnerability

  • CVE-2026-34461: Sandboxie-Plus Buffer Overflow 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