CVE-2026-81683 HIGH

CVE-2026-81683: openssl_encrypt before 1.4.9 Plaintext Private Key Storage

Vendor Jahlives
Product openssl_encrypt
Weakness CWE-312 · Cleartext storage
Published August 27, 2026
Last update August 27, 2026

CVSS base score

8.6/10
Attack vector Local
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

What the vulnerability does

01Description

openssl_encrypt (pip package openssl-encrypt) versions 1.4.8 and earlier store an mTLS client private key in cleartext within a world-readable (0644) SharedPreferences file via the desktop GUI's Settings screen 'combined certificate and private key' PEM field. A local attacker with file system access can read the exposed private key. Version 1.4.9 writes the PEM to a dedicated 0600 file, keeps only its path in SharedPreferences, and migrates/scrubs existing cleartext values.

Key dates

02Disclosure timeline

August 27, 2026 CVE published
August 27, 2026 Record updated