Description
openssl_encrypt versions before 1.4.9 use under-parameterized PBKDF2-HMAC-SHA256 with only 100,000 iterations to protect PQC keyfile private keys and 10,000 iterations for dual-encryption file-password verification. Attackers who obtain keyfiles or encrypted files can brute-force wrapping passwords offline using GPU or ASIC acceleration.
Published: 2026-08-27
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Offline brute‑force of wrapped keyfiles and encrypted files
Action: Patch Immediately
AI Analysis

Impact

The vulnerability in openssl_encrypt before version 1.4.9 results from an under‑parameterized PBKDF2‑HMAC‑SHA256 implementation. Only 100,000 iterations are used to protect public‑key cryptography (PQC) private key files and 10,000 iterations for dual‑encryption file‑password verification. This weakness allows an attacker who has obtained the keyfiles or encrypted files to perform an offline brute‑force attack, rapidly testing many passwords with GPU or ASIC hardware. The impact is a loss of confidentiality for private keys and encrypted data, effectively enabling unauthorized access to the protected material.

Affected Systems

All deployments of the jahlives:openssl_encrypt product with a release prior to 1.4.9 are affected. This includes any instance where PQC keyfile private keys or dual‑encrypted files are generated or stored with earlier releases of the library.

Risk and Exploitability

With a CVSS score of 8.7 the vulnerability is considered high severity. The EPSS score is not published, and the vulnerability is not listed in the CISA KEV catalog, but the lack of strong iteration counts makes offline brute‑force feasible in a practical timeframe for determined attackers. The attack requires only the possession of the keyfile or encrypted file; no network interaction is needed. Attackers can leverage modern GPU or ASIC solutions to accelerate the process, significantly reducing the wall‑clock time to recover the wrapping password.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade openssl_encrypt to version 1.4.9 or later to use stronger PBKDF2 parameters
  • Re‑encrypt existing keyfiles and encrypted files with updated parameters or migrate to a stronger key‑management solution
  • Disable or remove legacy encryption features and enforce the use of the updated library across all deployments

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

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

Type Values Removed Values Added
Description openssl_encrypt versions before 1.4.9 use under-parameterized PBKDF2-HMAC-SHA256 with only 100,000 iterations to protect PQC keyfile private keys and 10,000 iterations for dual-encryption file-password verification. Attackers who obtain keyfiles or encrypted files can brute-force wrapping passwords offline using GPU or ASIC acceleration.
Title openssl_encrypt before 1.4.9 Weak Cryptographic Parameters
Weaknesses CWE-326
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Jahlives Openssl Encrypt
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-31T18:01:42.800Z

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

Link: CVE-2026-81718

cve-icon Vulnrichment

Updated: 2026-08-31T18:01:37.555Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-31T18:17:21.107

Link: CVE-2026-81718

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-326

    Inadequate Encryption Strength