Skip to main content

Sandboxie-Plus CVE-2026-34461

| EUVDEUVD-2026-27461 HIGH
Stack-based Buffer Overflow (CWE-121)
2026-05-05 GitHub_M
7.3
CVSS 4.0 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
7.3 HIGH
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

Primary rating from Vendor (GitHub_M) · only source for this CVE.

CVSS VectorVendor: GitHub_M

Attack Vector
Local
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

3
Patch available
May 05, 2026 - 21:02 EUVD
Analysis Generated
May 05, 2026 - 20:30 vuln.today
CVSS changed
May 05, 2026 - 20:22 NVD
7.3 (HIGH)

DescriptionCVE.org

Sandboxie-Plus is an open source sandbox-based isolation software for Windows. In versions 1.17.2 and earlier, the SbieIniServer RunSbieCtrl handler contains a stack buffer overflow. The MSGID_SBIE_INI_RUN_SBIE_CTRL message is handled before normal sandbox and impersonation checks, and for non-sandboxed callers, the handler copies the trailing message payload into a fixed-size WCHAR ctrlCmd[128] stack buffer using memcpy without verifying the length fits within the buffer. The service pipe is created with a NULL DACL, allowing any local interactive process to connect and send an oversized payload to overflow the stack. This can lead to a crash of the SbieSvc service or potential code execution as SYSTEM. This issue has been fixed in version 1.17.3.

AnalysisAI

Local privilege escalation to SYSTEM in Sandboxie-Plus 1.17.2 and earlier allows low-privileged interactive users to trigger stack buffer overflow in SbieSvc service via unauthenticated IPC, bypassing sandbox isolation controls. The vulnerability exists in the RunSbieCtrl handler which processes crafted messages before security checks and copies unbounded input into a 128-character stack buffer. Fixed in version 1.17.3. EPSS data unavailable; not listed in CISA KEV at time of analysis, but publicly disclosed via GitHub Security Advisory with technical details sufficient for exploit development.

Technical ContextAI

Sandboxie-Plus is a Windows sandbox isolation software that runs a privileged service (SbieSvc) using named pipes for IPC. The vulnerability (CWE-121: Stack-based Buffer Overflow) occurs in the SbieIniServer component's MSGID_SBIE_INI_RUN_SBIE_CTRL message handler. The service creates a named pipe with a NULL DACL (Discretionary Access Control List), granting unrestricted access to any local interactive process. When processing the RunSbieCtrl message, the handler performs a memcpy operation from the message payload into a fixed-size WCHAR ctrlCmd[128] stack buffer (256 bytes) without length validation. Critically, this handler executes before the service's normal sandbox boundary checks and impersonation controls, meaning non-sandboxed callers can trigger the overflow. The affected CPE is cpe:2.3:a:sandboxie-plus:sandboxie:*:*:*:*:*:*:*:* covering versions through 1.17.2.

RemediationAI

Upgrade immediately to Sandboxie-Plus version 1.17.3 or later, which contains the fix for this stack buffer overflow. Download from the official Sandboxie-Plus GitHub releases page. For environments unable to patch immediately, implement the following compensating controls with trade-offs: (1) Restrict local interactive logon access to trusted administrators only via Group Policy (Computer Configuration > Windows Settings > Security Settings > Local Policies > User Rights Assignment > 'Allow log on locally') - eliminates untrusted local attack surface but limits system usability for multi-user scenarios. (2) Deploy application control policies (AppLocker or Windows Defender Application Control) to prevent execution of unauthorized processes that could exploit the IPC interface - adds operational overhead for policy management and may break legitimate workflows. (3) Monitor SbieSvc service for unexpected crashes or restarts via Windows Event Log (System log, Event ID 7034) as potential exploitation indicator - detection-only control providing no prevention. Note: stopping the SbieSvc service entirely disables Sandboxie-Plus sandbox functionality, defeating the product's purpose. Detailed technical advisory: https://github.com/sandboxie-plus/Sandboxie/security/advisories/GHSA-wpjw-jh2p-gwx7

CVE-2018-18748 CRITICAL POC
10.0 Oct 29

Sandboxie 5.26 allows a Sandbox Escape via an "import os" statement, followed by os.system("cmd") or os.system("powershe

CVE-2024-49360 HIGH POC
8.4 Nov 29

Sandboxie is a sandbox-based isolation software for 32-bit and 64-bit Windows NT-based operating systems. Rated high sev

CVE-2019-25551 MEDIUM POC
6.2 Mar 21

Sandboxie 5.30 contains a denial of service vulnerability that allows local attackers to crash the application by supply

CVE-2026-34458 CRITICAL
9.3 May 05

INI injection in Sandboxie-Plus versions 1.17.2 and earlier enables any local low-privilege user to bypass EditAdminOnly

CVE-2026-34464 HIGH
8.8 May 05

Stack-based buffer overflow in Sandboxie-Plus SbieSvc service enables sandboxed processes to escape isolation and execut

CVE-2026-34459 HIGH
8.8 May 05

Stack buffer overflow in Sandboxie-Plus SbieSvc proxy service enables SYSTEM privilege escalation from sandboxed process

CVE-2022-28067 HIGH
8.6 May 04

An incorrect access control issue in Sandboxie Classic v5.55.13 allows attackers to cause a Denial of Service (DoS) in t

CVE-2026-32603 HIGH
8.2 May 05

Local denial of service in Sandboxie 1.17.2 and earlier allows unprivileged processes inside Standard Sandbox configurat

CVE-2017-12480 HIGH
7.8 Aug 06

Sandboxie installer 5071703 has a DLL Hijacking or Unsafe DLL Loading Vulnerability via a Trojan horse dwmapi.dll or pro

CVE-2026-45313 HIGH
7.7 Jul 15

Sandbox escape with SYSTEM-level code execution in Sandboxie-Plus before 1.17.6 allows a process confined inside a sandb

CVE-2026-34462 HIGH
7.3 May 05

Stack-based buffer overflow in Sandboxie-Plus ProcessServer handlers allows local authenticated attackers to execute arb

CVE-2026-34596 MEDIUM
5.4 May 05

Sandboxie-Plus versions 1.17.2 and earlier are vulnerable to privilege escalation via a Time-of-Check-to-Time-of-Use (TO

Share

CVE-2026-34461 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy