๐Ÿ” CVE Alert

CVE-2026-81690

HIGH 7.3

verify-usb before 1.4.9 Symlink Directory Traversal Code Execution

CVSS Score
7.3
EPSS Score
0.0%
EPSS Percentile
0th

openssl-encrypt (pip package) before 1.4.9 contains a symlink-following flaw in its verify-usb v2 added-file allowlist scan. The scan enumerated the drive with rglob(), which in CPython does not descend into symlinked directories and treats the symlink as an ordinary directory, while O_NOFOLLOW on the hash side binds only the final path component. An evil-maid attacker with physical access to the removable drive could replace a tool-tree directory with a symlink to a copy containing byte-identical files plus a planted __pycache__/*.pyc file (which CPython loads in preference to recompiling the clean .py). The planted file is never enumerated, added_files stays 0, and verify-usb reports PASSED, resulting in code execution when the victim runs the portable install. Fixed in 1.4.9 (affects both 1.4.x and 1.5.x lines).

CWE CWE-59
Vendor jahlives
Product openssl_encrypt
Published Aug 27, 2026
Stay Ahead of the Next One

Get instant alerts for jahlives openssl_encrypt

Be the first to know when new high vulnerabilities affecting jahlives openssl_encrypt are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:H
Attack Vector
Physical
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
None
Integrity
High
Availability
High

Affected Versions

jahlives / openssl_encrypt
0 < 1.4.9

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/jahlives/openssl_encrypt/security/advisories/GHSA-hw7h-wqf5-6crx vulncheck.com: https://www.vulncheck.com/advisories/verify-usb-before-1.4.9-symlink-directory-traversal-code-execution