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

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

CVE-2026-34458 is a privilege escalation vulnerability in Sandboxie-Plus that allows local users to bypass configuration restrictions and achieve SYSTEM privileges. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-34458 Overview

CVE-2026-34458 is an INI injection vulnerability in Sandboxie-Plus, an open source sandbox-based isolation tool for Windows. Versions 1.17.2 and earlier allow any standard local user to bypass the EditAdminOnly and ConfigPassword configuration restrictions. The Sandboxie background service skips authorization checks for IPC messages targeting sections that begin with UserSettings_, and it fails to sanitize CRLF characters passed through the value or setting name parameters. An attacker can inject arbitrary directives into the global Sandboxie.ini file, including a new sandbox section header with unrestricted permissions. This enables sandbox escape and SYSTEM privilege escalation. The issue is fixed in version 1.17.3.

Critical Impact

A low-privileged local user can inject configuration directives into Sandboxie.ini and escalate to SYSTEM by abusing the privileged Sandboxie service.

Affected Products

  • Sandboxie-Plus version 1.17.2 and earlier
  • Sandboxie background service component (SbieSvc)
  • Global configuration file Sandboxie.ini

Discovery Timeline

  • 2026-05-05 - CVE-2026-34458 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-34458

Vulnerability Analysis

The flaw is a CRLF Injection issue ([CWE-93]) in how the Sandboxie service processes IPC configuration messages. Sandboxie-Plus stores its global configuration in Sandboxie.ini, a file normally writable only by administrators. To allow user-specific preferences, the service exposes IPC handlers that bypass authorization for any section name beginning with UserSettings_.

Two IPC message handlers, MSGID_SBIE_INI_ADD_SETTING and MSGID_SBIE_INI_SET_SETTING, write attacker-controlled data into the INI file without filtering carriage return or line feed characters. Embedding \r\n in either the value or the setting name terminates the current section and lets the attacker append a new INI section with arbitrary directives.

Root Cause

The service treats the UserSettings_ prefix as a trust boundary, then writes user-supplied content directly to the privileged INI file. There is no validation that the value or setting name is a single line. Because INI parsing is line-oriented, injected CRLF sequences allow an attacker to define new sandbox sections with options that grant unrestricted access, drop SYSTEM-level startup commands, or override administrator-defined restrictions.

Attack Vector

A standard local user crafts an IPC message to the Sandboxie service targeting a UserSettings_ section. The value parameter contains a payload such as a setting followed by \r\n[GlobalSettings]\r\n or a new [BoxName] header with elevated permissions. The service writes the payload verbatim into Sandboxie.ini. On the next sandbox launch, the injected box runs with attacker-defined privileges, enabling sandbox escape and code execution as NT AUTHORITY\SYSTEM.

No public proof-of-concept exploit is available at the time of publication. See the GitHub Security Advisory GHSA-6xqg-2cjq-95qf for vendor technical detail.

Detection Methods for CVE-2026-34458

Indicators of Compromise

  • Unexpected new section headers in Sandboxie.ini, particularly sandbox sections not created by an administrator
  • UserSettings_ entries that contain embedded \r\n sequences or directive-like content in their values
  • Modifications to Sandboxie.ini timestamped outside known administrator change windows
  • Sandboxes configured with permissive options such as unrestricted file or process access added by non-admin users

Detection Strategies

  • Monitor file integrity on Sandboxie.ini and alert on writes performed while no administrative session is active
  • Inspect IPC traffic to SbieSvc for MSGID_SBIE_INI_ADD_SETTING and MSGID_SBIE_INI_SET_SETTING messages whose payloads contain 0x0D 0x0A byte sequences
  • Compare current Sandboxie.ini against a known-good baseline and flag new section headers

Monitoring Recommendations

  • Enable Windows file system auditing on the Sandboxie installation directory and forward events to your SIEM
  • Track parent-child process relationships where SbieSvc.exe spawns sandboxed processes with unexpected token integrity levels
  • Review Sandboxie service logs for configuration changes attributed to non-administrator SIDs

How to Mitigate CVE-2026-34458

Immediate Actions Required

  • Upgrade Sandboxie-Plus to version 1.17.3 or later on all Windows endpoints
  • Audit Sandboxie.ini for unauthorized sections or directives and revert any unexpected entries
  • Restrict local user accounts that do not require Sandboxie functionality from interacting with the service

Patch Information

The vendor released a fix in Sandboxie Release v1.17.3. The patch sanitizes CRLF characters in both the value and setting name parameters handled by MSGID_SBIE_INI_ADD_SETTING and MSGID_SBIE_INI_SET_SETTING, closing the INI injection path.

Workarounds

  • If patching is delayed, restrict access to the Sandboxie IPC endpoint to administrators only via host-based access controls
  • Set Sandboxie.ini to read-only and revoke write access from the service account where operationally feasible
  • Remove Sandboxie-Plus from systems where it is not actively required until the upgrade is applied
bash
# Verify installed Sandboxie-Plus version on Windows (PowerShell)
Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*" |
  Where-Object { $_.DisplayName -like "Sandboxie-Plus*" } |
  Select-Object DisplayName, DisplayVersion

# Baseline Sandboxie.ini for change detection
Get-FileHash "C:\Program Files\Sandboxie-Plus\Sandboxie.ini" -Algorithm SHA256

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

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-93
  • Technical References
  • Sandboxie Release v1.17.3

  • GitHub Security Advisory GHSA-6xqg-2cjq-95qf
  • Related CVEs
  • CVE-2026-34459: 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