Description
Sandboxie-Plus is an open source sandbox-based isolation software for Windows. Prior to 1.17.6, GuiServer::WndHookRegisterSlave in Sandboxie/core/svc/GuiServer.cpp stores attacker-supplied hthread and hproc fields from a GUI_WND_HOOK_REGISTER request without validating that the thread belongs to the sandboxed process or that the function pointer is in the caller address space, and GuiServer::WndHookNotifySlave then calls OpenThread(THREAD_SET_CONTEXT, FALSE, whk->hthread) and QueueUserAPC((PAPCFUNC)whk->hproc, hThread, (ULONG_PTR)req->threadid) as SYSTEM, allowing a sandboxed process to execute arbitrary code in an unsandboxed host process. This issue is fixed in version 1.17.6.
Published: 2026-07-15
Score: 7.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Sandboxie-Plus is an open‑source sandbox isolation software for Windows. Prior to version 1.17.6, the GuiServer::WndHookRegisterSlave function in sandboxie/core/svc/GuiServer.cpp stores attacker‑supplied hthread and hproc fields from a GUI_WND_HOOK_REGISTER request without validating that the thread belongs to the sandboxed process or that the function pointer is in the caller address space. GuiServer::WndHookNotifySlave later calls OpenThread(THREAD_SET_CONTEXT, FALSE, whk->hthread) and QueueUserAPC((PAPCFUNC)whk->hproc, hThread, (ULONG_PTR)req->threadid) with SYSTEM privileges, allowing a sandboxed process to execute arbitrary code in an unsandboxed host process. This issue is fixed in version 1.17.6.

Affected Systems

Affected vendors include Sandboxie‑Plus; the product is called Sandboxie. All releases before version 1.17.6 are vulnerable. The issue was addressed in Sandboxie‑Plus 1.17.6 and later.

Risk and Exploitability

The CVSS base score of 7.7 indicates high severity, and the EPSS score of less than 1% suggests a low probability of exploitation at this time; the vulnerability is not listed in the CISA KEV catalog. Based on the description, the attack requires a sandboxed process to send a GUI_WND_HOOK_REGISTER request, after which the exploit can be triggered. The likely attack path involves opening a thread and queuing an APC to execute arbitrary code in the host process with SYSTEM privileges. These details about the attack vector and execution are inferred from the description and are not explicitly confirmed by the CVE data.

Generated by OpenCVE AI on July 31, 2026 at 02:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Sandboxie‑Plus to version 1.17.6 or later.
  • If the upgrade cannot be performed immediately, configure the sandbox to block the GuiServer::WndHookRegisterSlave API call or restrict it to trusted processes only.
  • Monitor system logs for unexpected OpenThread or QueueUserAPC calls and conduct regular audits to ensure no unsandboxed host processes are accepting GUI_WND_HOOK_REGISTER requests from untrusted sources.

Generated by OpenCVE AI on July 31, 2026 at 02:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 16 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 16 Jul 2026 01:00:00 +0000

Type Values Removed Values Added
First Time appeared Sandboxie-plus
Sandboxie-plus sandboxie
Vendors & Products Sandboxie-plus
Sandboxie-plus sandboxie

Wed, 15 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Description Sandboxie-Plus is an open source sandbox-based isolation software for Windows. Prior to 1.17.6, GuiServer::WndHookRegisterSlave in Sandboxie/core/svc/GuiServer.cpp stores attacker-supplied hthread and hproc fields from a GUI_WND_HOOK_REGISTER request without validating that the thread belongs to the sandboxed process or that the function pointer is in the caller address space, and GuiServer::WndHookNotifySlave then calls OpenThread(THREAD_SET_CONTEXT, FALSE, whk->hthread) and QueueUserAPC((PAPCFUNC)whk->hproc, hThread, (ULONG_PTR)req->threadid) as SYSTEM, allowing a sandboxed process to execute arbitrary code in an unsandboxed host process. This issue is fixed in version 1.17.6.
Title Sandboxie-Plus: Sandboxie APC Injection Sandbox Escape
Weaknesses CWE-284
References
Metrics cvssV3_1

{'score': 7.7, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H'}


Subscriptions

Sandboxie-plus Sandboxie
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-16T12:52:46.717Z

Reserved: 2026-05-11T20:50:30.538Z

Link: CVE-2026-45313

cve-icon Vulnrichment

Updated: 2026-07-16T12:52:42.207Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T02:45:04Z

Weaknesses