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

CVE-2026-34461: Sandboxie-Plus Buffer Overflow Vulnerability

CVE-2026-34461 is a stack buffer overflow vulnerability in Sandboxie-Plus that allows local attackers to execute code as SYSTEM. This post covers the technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-34461 Overview

CVE-2026-34461 is a stack buffer overflow [CWE-121] in Sandboxie-Plus, an open source sandbox-based isolation tool for Windows. The flaw exists in the SbieIniServerRunSbieCtrl handler in versions 1.17.2 and earlier. The handler processes the MSGID_SBIE_INI_RUN_SBIE_CTRL message before standard sandbox and impersonation checks. For non-sandboxed callers, it copies the trailing payload into a fixed-size WCHAR ctrlCmd[128] stack buffer using memcpy without length validation. The service pipe is created with a NULL discretionary access control list (DACL), allowing any local interactive process to send an oversized payload. The issue is fixed in version 1.17.3.

Critical Impact

A local attacker can crash the SbieSvc service or potentially execute arbitrary code as SYSTEM by sending an oversized payload over the unprotected service pipe.

Affected Products

  • Sandboxie-Plus version 1.17.2
  • Sandboxie-Plus versions earlier than 1.17.2
  • SbieSvc service component (SbieIniServerRunSbieCtrl handler)

Discovery Timeline

  • 2026-05-05 - CVE-2026-34461 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-34461

Vulnerability Analysis

The vulnerability is a classic stack-based buffer overflow [CWE-121] in the Sandboxie-Plus service component SbieSvc. When the service receives a MSGID_SBIE_INI_RUN_SBIE_CTRL message, the RunSbieCtrl handler in SbieIniServer processes the request before performing sandbox membership and impersonation checks. The handler copies the trailing message payload into a fixed-size local buffer declared as WCHAR ctrlCmd[128] using memcpy. No bounds check validates that the supplied length fits within the 256-byte destination. An attacker controlling the payload size and contents overwrites adjacent stack memory, including the saved return address and structured exception handler records.

Root Cause

Two distinct defects combine to enable exploitation. First, the SbieSvc named pipe is created with a NULL DACL, granting connect access to any local interactive process. Second, the RunSbieCtrl message dispatch path runs before authorization and length validation, calling memcpy with an attacker-controlled size into a fixed stack buffer.

Attack Vector

A local, low-privileged user opens the SbieSvc named pipe, constructs a MSGID_SBIE_INI_RUN_SBIE_CTRL request with a payload larger than 256 bytes, and writes it to the pipe. The handler dispatches the message before sandbox checks and copies the payload onto the stack. The overflow corrupts the stack frame, producing either a service crash or arbitrary code execution in the context of SbieSvc, which runs as SYSTEM.

No verified proof-of-concept code is published. See the GitHub Security Advisory GHSA-wpjw-jh2p-gwx7 for vendor technical details.

Detection Methods for CVE-2026-34461

Indicators of Compromise

  • Unexpected crashes or restarts of the SbieSvc Windows service, with Application or System event log entries referencing access violations.
  • Windows Error Reporting (WER) dumps for SbieSvc.exe containing oversized data on the stack near the ctrlCmd buffer.
  • Local processes with no legitimate Sandboxie integration opening handles to the SbieSvc named pipe.
  • New SYSTEM-level child processes spawned by SbieSvc.exe outside normal sandbox launch flows.

Detection Strategies

  • Inventory endpoints running Sandboxie-Plus and identify any installation at version 1.17.2 or earlier.
  • Monitor for process creation events where the parent is SbieSvc.exe and the child is not a known sandboxed program.
  • Alert on repeated SbieSvc service termination or restart events within short time windows.
  • Hunt for unusual local pipe connections to \\.\pipe\SbieSvcPort from unexpected user processes.

Monitoring Recommendations

  • Forward Sysmon Event ID 1 (process create) and Event ID 17/18 (named pipe events) for SbieSvc.exe to a central log store.
  • Track Windows Service Control Manager events 7031 and 7034 for the SbieSvc service.
  • Capture and review WER crash dumps for SbieSvc.exe to identify exploitation attempts that fail before achieving code execution.

How to Mitigate CVE-2026-34461

Immediate Actions Required

  • Upgrade Sandboxie-Plus to version 1.17.3 or later on every Windows host where it is installed.
  • If immediate patching is not possible, stop and disable the SbieSvc service on systems that do not actively require sandboxing.
  • Restrict local interactive logon on multi-user systems to limit which accounts can reach the vulnerable pipe.
  • Verify the running service version after deployment to confirm the patched binary is loaded.

Patch Information

The maintainers fixed this issue in Sandboxie-Plus 1.17.3. The patched build adds length validation to the RunSbieCtrl handler and reorders message handling so authorization checks precede payload copy operations. Refer to the GitHub Security Advisory GHSA-wpjw-jh2p-gwx7 for the official advisory and release notes.

Workarounds

  • Uninstall Sandboxie-Plus on systems where it is not required pending the upgrade to 1.17.3.
  • Use Windows AppLocker or Windows Defender Application Control to block execution of unauthorized binaries that could connect to the SbieSvc pipe.
  • Limit interactive sessions on shared workstations and servers, since the attack requires local code execution.
bash
# Verify installed Sandboxie-Plus version on Windows
powershell -Command "Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*' | Where-Object { $_.DisplayName -like 'Sandboxie*' } | Select-Object DisplayName, DisplayVersion"

# Stop and disable SbieSvc until patch is applied
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
  • TypeBuffer Overflow

  • Vendor/TechSandboxie Plus

  • SeverityHIGH

  • CVSS Score7.3

  • 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:N/SI:N/SA:N/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-34464: Sandboxie-Plus RCE Vulnerability

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

  • CVE-2026-34458: Sandboxie-Plus Privilege Escalation Flaw

  • CVE-2026-34527: Sandboxie-Plus Info Disclosure 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