Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/sandboxie-plus/Sandboxie/releases/tag/v1.17.6
- https://github.com/sandboxie-plus/Sandboxie/security/advisories/GHSA-rmv3-fhg3-7
- https://github.com/sandboxie-plus/Sandboxie/security/advisories/GHSA-rmv3-fhg3-7
FAQ
What is CVE-2026-45313?
CVE-2026-45313 is a vulnerability with a CVSS score of 7.7 (HIGH). 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...
How severe is CVE-2026-45313?
CVE-2026-45313 has been rated HIGH with a CVSS base score of 7.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-45313?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.