Description
openssl_encrypt (pip package openssl-encrypt) before 1.4.9 contains two weaknesses in the portable USB drive feature, whose threat model treats the removable drive as untrusted (attacker with physical write access). USBDriveCreator._verify_integrity_file only validates files listed in the manifest, so files added to the drive — including a root-level autorun payload — are not detected and integrity verification still passes. Additionally, a globally constant, source-embedded KDF salt (_LEGACY_FIXED_SALT) is used to derive the drive encryption key for any drive lacking a per-drive salt file, defeating precomputation resistance and enabling an offline rainbow-table attack.
Published: 2026-08-27
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Integrity bypass and potential offline key compromise
Action: Immediate Patch
AI Analysis

Impact

The vulnerability lies in the portable USB drive feature of the openssl_encrypt Python package. Its integrity verification routine validates only files listed in a manifest; any additional files—such as a root‑level autorun payload—are omitted from the check, allowing the verification to succeed despite tampering. Additionally, if a drive does not provide a per‑drive salt file, a globally constant and source‑embedded KDF salt is used. This legacy salt removes precomputation resistance, enabling an attacker to perform an offline rainbow‑table attack to retrieve the drive encryption key.

Affected Systems

The affected product is the openssl_encrypt package from the jahlives vendor, with all releases before version 1.4.9. Any application that imports this module and employs its portable USB drive capability is at risk.

Risk and Exploitability

The CVSS score of 9.3 marks the vulnerability as critical. Although the EPSS score is not available and the issue is not listed in CISA's KEV catalog, the high severity indicates a potentially valuable target. The likely attack vector requires physical write access to a removable drive; an attacker can insert non‑manifest files or exploit the constant‑salt weakness to precompute encryption keys offline. Once the compromised drive is processed by a system running the vulnerable code, the attacker can tamper with data integrity and potentially obtain decryption keys, undermining confidentiality and integrity of the host.

Generated by OpenCVE AI on August 27, 2026 at 18:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the openssl_encrypt package to version 1.4.9 or newer.
  • Enable enforcement of per‑drive salt and reject drives that lack a salt file to prevent the legacy fixed‑salt attack.
  • As a temporary measure, disable or restrict the portable USB drive feature for untrusted devices until a patch is applied.

Generated by OpenCVE AI on August 27, 2026 at 18:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:jahlives:openssl_encrypt:*:*:*:*:*:python:*:*

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
First Time appeared Jahlives
Jahlives openssl Encrypt
Vendors & Products Jahlives
Jahlives openssl Encrypt
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 27 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Description openssl_encrypt (pip package openssl-encrypt) before 1.4.9 contains two weaknesses in the portable USB drive feature, whose threat model treats the removable drive as untrusted (attacker with physical write access). USBDriveCreator._verify_integrity_file only validates files listed in the manifest, so files added to the drive — including a root-level autorun payload — are not detected and integrity verification still passes. Additionally, a globally constant, source-embedded KDF salt (_LEGACY_FIXED_SALT) is used to derive the drive encryption key for any drive lacking a per-drive salt file, defeating precomputation resistance and enabling an offline rainbow-table attack.
Title openssl_encrypt before 1.4.9 Integrity Bypass via Added Files
Weaknesses CWE-347
References
Metrics cvssV3_1

{'score': 3.5, 'vector': 'CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N'}

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Jahlives Openssl Encrypt
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-27T17:37:30.520Z

Reserved: 2026-08-27T11:13:14.063Z

Link: CVE-2026-81717

cve-icon Vulnrichment

Updated: 2026-08-27T17:37:25.239Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-27T17:21:02.033

Modified: 2026-09-02T13:20:18.133

Link: CVE-2026-81717

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T18:45:04Z

Weaknesses
  • CWE-347

    Improper Verification of Cryptographic Signature