Skip to main content

Sandboxie-Plus CVE-2026-34527

| EUVDEUVD-2026-27466 LOW
Use of Weak Hash (CWE-328)
2026-05-05 GitHub_M
2.0
CVSS 4.0 · Vendor: GitHub_M

Severity by source

Vendor (GitHub_M) PRIMARY
2.0 LOW
CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:N/VC:L/VI:L/VA:N/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:33 vuln.today
CVSS changed
May 05, 2026 - 20:22 NVD
2.0 (LOW)

DescriptionCVE.org

Sandboxie-Plus is an open source sandbox-based isolation software for Windows. In versions 1.17.2 and earlier, SbieIniServer::HashPassword converts a SHA-1 digest to hexadecimal incorrectly. The high nibble of each byte is shifted right by 8 instead of 4, which always produces zero for an 8-bit value. As a result, the stored EditPassword hash only preserves the low nibble of each digest byte, reducing the effective entropy from 160 bits to 80 bits. This is layered on top of an unsalted SHA-1 scheme. The reduced entropy makes leaked or backed-up password hashes materially easier to brute-force.

This issue has been fixed in version 1.17.3.

AnalysisAI

Sandboxie-Plus versions 1.17.2 and earlier contain a cryptographic implementation flaw in SbieIniServer::HashPassword that reduces SHA-1 password hash entropy from 160 bits to 80 bits by incorrectly shifting the high nibble of each byte right by 8 instead of 4, combined with an unsalted hashing scheme. This makes leaked or backed-up EditPassword hashes significantly easier to brute-force, enabling attackers with local access and low privileges to recover plaintext passwords through offline attack. The vulnerability is fixed in version 1.17.3.

Technical ContextAI

Sandboxie-Plus implements password protection for administrative functions via the EditPassword parameter, which is hashed using SHA-1 and stored in configuration. The vulnerability exists in the hexadecimal conversion logic of SbieIniServer::HashPassword, where a bitwise shift operation is miscalculated. Instead of right-shifting by 4 bits to extract the high nibble from each byte of the SHA-1 digest, the code shifts by 8 bits, which always results in zero for an 8-bit value. This causes only the low nibble (4 bits) of each digest byte to be preserved in the stored hash. Combined with the absence of a cryptographic salt, this reduces the theoretical entropy from 160 bits (full SHA-1) to 80 bits (half-nibbles only), making the hash vulnerable to precomputation and dictionary attacks. The root cause is a CWE-328 (Use of Insufficiently Random Values) vulnerability layered with a cryptographic hash function implementation defect.

RemediationAI

Upgrade Sandboxie-Plus to version 1.17.3 or later, which corrects the HashPassword bitwise shift operation and implements proper SHA-1 hexadecimal conversion. Users on version 1.17.2 or earlier should prioritize this patch as it directly addresses the cryptographic flaw. For systems where immediate upgrading is not feasible, administrators should audit all stored password hashes in Sandboxie configuration files (typically located in %ProgramData%\Sandboxie-Plus or user-specific registry hives) and regenerate passwords post-upgrade to discard any compromised hashes. Additionally, if backups of Sandboxie configuration have been created while running vulnerable versions, those backups should be removed or secured to prevent offline hash recovery attacks. The patch introduces no known side effects and is a routine security update.

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-34461 HIGH
7.3 May 05

Local privilege escalation to SYSTEM in Sandboxie-Plus 1.17.2 and earlier allows low-privileged interactive users to tri

Share

CVE-2026-34527 vulnerability details – vuln.today

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