Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

David Xanat

#39310of 53,633
7Total CVSS
Vulnerabilities · 1
PT-2026-37231
7.0
2026-05-05
Unknown · Sandboxie Plus · CVE-2026-34596
**Name of the Vulnerable Software and Affected Versions** Sandboxie-Plus versions prior to 1.17.3 **Description** A Time-of-Check-to-Time-of-Use (TOCTOU) race condition occurs during addon installation. When installing an addon via the SandMan interface, the `SbieSvc` service spawns `UpdUtil.exe` with SYSTEM privileges, which stages files in the user-writable `%TEMP%sandboxie-updater` directory. After `UpdUtil.exe` verifies file hashes against the signed addon manifest, `install.bat` extracts `files.cab` and executes `config.exe`. An unprivileged user can replace `files.cab` with a crafted cabinet containing a malicious executable between the hash verification and extraction steps, leading to the execution of the malicious file as SYSTEM without requiring a UAC prompt. A TOCTOU race condition is a software bug where the state of a resource changes between the time it is checked and the time it is used. **Recommendations** Update to version 1.17.3.