CVE-2026-34527

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:sandboxie-plus:sandboxie:*:*:*:*:plus:*:*:*

History

No history.

Information

Published : 2026-05-05 20:16

Updated : 2026-07-24 22:10


NVD link : CVE-2026-34527

Mitre link : CVE-2026-34527

CVE.ORG link : CVE-2026-34527


JSON object : View

Products Affected

sandboxie-plus

  • sandboxie
CWE
CWE-328

Use of Weak Hash