CVE-2026-34459 Details
Description
Sandboxie-Plus is an open source sandbox-based isolation software for Windows. In versions 1.17.2 and earlier, the SbieSvc proxy service's GetRawInputDeviceInfoSlave handler contains two vulnerabilities that can be chained for sandbox escape. First, when a sandboxed process sends an IPC request with cbSize set to 0, up to 32KB of uninitialized stack memory from the service process is returned, leaking return addresses and stack cookies which bypass ASLR and /GS protections. Second, the handler performs a memcpy with an attacker-controlled length without verifying it fits within the 32KB stack buffer, enabling a stack buffer overflow. By chaining the information leak with the overflow, a sandboxed process can execute a ROP chain to achieve SYSTEM privilege escalation, even from a Security Hardened Sandbox. Hardware-enforced shadow stacks (Intel CET) prevent the ROP chain execution but do not mitigate the information leak. This issue has been fixed in version 1.17.3.
A vulnerability allowing sandbox escape and privilege escalation to SYSTEM has been identified in Sandboxie-Plus versions through 1.17.2. The issue arises in the SbieSvc proxy service's GetRawInputDeviceInfoSlave handler, where an uninitialized memory leak and a stack buffer overflow can be exploited. The vulnerability chain begins when a sandboxed process sends an IPC request with the cbSize parameter set to 0, prompting the service to return up to 32KB of uninitialized stack memory. This leaked memory can contain sensitive information such as return addresses and stack cookies, which can be used to bypass security features like Address Space Layout Randomization (ASLR) and stack protection mechanisms. The second part of the vulnerability involves the handler's lack of proper bounds checking, allowing an attacker to manipulate the length of the data being copied into a stack buffer, leading to a buffer overflow. By combining the information leak with the overflow, a sandboxed process can execute a Return-Oriented Programming (ROP) chain to gain SYSTEM privileges, even within a Security Hardened Sandbox. While Intel's Control-flow Enforcement Technology (CET) can block the execution of the ROP chain, it does not address the underlying information leak, leaving a potential avenue for exploitation.
Users are advised to update to Sandboxie-Plus version 1.17.3, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed May 6, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/sandboxie-plus/Sandboxie/security/advisories/GHSA-7cpc-5hv7-rfmh | CISA-ADP | ExploitMitigationVendor Advisory |
| https://github.com/sandboxie-plus/Sandboxie/security/advisories/GHSA-7cpc-5hv7-rfmh | [email protected] | ExploitMitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-121 | Stack-based Buffer Overflow | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| sandboxie-plus sandboxie | < 1.17.3 |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 7, 2026 | Initial Analysis | [email protected] |
| May 6, 2026 | CVE Modified | CISA-ADP |
| May 5, 2026 | New CVE Received | [email protected] |