Description
openssl_encrypt versions before 1.4.9 fail to properly validate key derivation function costs in crafted files, allowing attackers to trigger unbounded memory and CPU exhaustion during pre-authentication processing. Attackers can supply malicious files with excessive KDF parameters to exhaust system resources and crash or wedge the process before password verification occurs.
Published: 2026-08-27
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Immediate Patch
AI Analysis

Impact

The vulnerability exists in openssl_encrypt versions prior to 1.4.9, where key derivation function (KDF) costs are not properly validated. An attacker can supply a malicious file containing excessively large KDF parameters, causing the library to consume unbounded amounts of memory and CPU during pre‑authentication processing. This can lead to application crashes or hangs, resulting in a denial of service before any user authentication is performed. The weakness is a resource‑exhaustion flaw identified as CWE-770.

Affected Systems

The product affected is openssl_encrypt from vendor jahlives. All releases older than version 1.4.9 are vulnerable; no further sub‑version enumeration is provided.

Risk and Exploitability

The CVSS score of 8.7 indicates a high‑severity condition. The EPSS score is not available, but the flaw remains likely to be exploited due to the lack of mitigations. The vulnerability is listed as not included in the CISA KEV catalog. Attackers who can supply the crafted file to the openssl_encrypt component—either locally or via an exposed interface—can trigger non‑authentication resource exhaustion. The no‑authentication pre‑processing detail makes the attack vector relatively easy for remote or local adversaries capable of delivering files.

Generated by OpenCVE AI on August 27, 2026 at 17:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update openssl_encrypt to version 1.4.9 or newer.
  • If a patch cannot be applied immediately, enforce strict limits on KDF parameter values and file sizes before they are processed by the library.
  • Apply operating‑system resource limits (cgroups, ulimits, or similar) to bound the memory and CPU usage of processes that may load untrusted files.
  • monitor system logs for repeated high‑CPU or memory utilization associated with openssl_encrypt operations and investigate promptly.

Generated by OpenCVE AI on August 27, 2026 at 17:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 15:15:00 +0000

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

Fri, 28 Aug 2026 17: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 fail to properly validate key derivation function costs in crafted files, allowing attackers to trigger unbounded memory and CPU exhaustion during pre-authentication processing. Attackers can supply malicious files with excessive KDF parameters to exhaust system resources and crash or wedge the process before password verification occurs.
Title openssl_encrypt before 1.4.9 Denial of Service via unbounded KDF cost
Weaknesses CWE-770
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-28T15:59:12.631Z

Reserved: 2026-08-27T11:12:29.817Z

Link: CVE-2026-81699

cve-icon Vulnrichment

Updated: 2026-08-27T18:38:49.335Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-09-03T15:09:04.887

Link: CVE-2026-81699

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T19:15:03Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling