Description
openssl_encrypt before 1.4.9 fails to validate the total field from QR JSON payloads before materializing ranges. Attackers can supply crafted QR images with extremely large total values to trigger unbounded memory allocation and cause denial of service through out-of-memory conditions.
Published: 2026-08-27
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch Immediately
AI Analysis

Impact

A flaw in openssl_encrypt versions prior to 1.4.9 allows an attacker to supply a QR JSON payload that contains an exorbitantly large total field. The library does not validate this field before allocating memory for ranges, so the allocation grows without bounds. When a program processes such a QR image, the system runs out of memory and the application becomes unresponsive, causing a denial of service. The weakness is an unbounded allocation (CWE‑789).

Affected Systems

The vulnerability affects the jahlives openssl_encrypt library in any deployment that uses a version older than 1.4.9. Systems integrating this library into QR‑processing components are at risk unless a later version is installed.

Risk and Exploitability

The CVSS score of 8.7 marks the flaw as high severity. Although an EPSS score is not reported, the nature of the attack—crafting a QR image with a huge total field—suggests that exploitation is possible on any system that accepts untrusted QR inputs. The vulnerability is not listed in the CISA KEV catalog, indicating no confirmed widespread exploitation. Nonetheless, an attacker able to deliver a malicious QR image can trigger immediate service disruption through uncontrolled memory allocation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to openssl_encrypt 1.4.9 or newer.
  • Replace the library only if a newer version cannot be used, ensuring the patch replaces the vulnerable processing code.
  • Implement a defensive check on QR JSON payloads that limits the total field to a safe maximum before invoking openssl_encrypt.

Generated by OpenCVE AI on August 27, 2026 at 18:01 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': 'yes', '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 before 1.4.9 fails to validate the total field from QR JSON payloads before materializing ranges. Attackers can supply crafted QR images with extremely large total values to trigger unbounded memory allocation and cause denial of service through out-of-memory conditions.
Title openssl_encrypt before 1.4.9 Denial of Service via QR total field
Weaknesses CWE-789
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Jahlives Openssl Encrypt
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-27T18:31:59.123Z

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

Link: CVE-2026-81693

cve-icon Vulnrichment

Updated: 2026-08-27T18:31:54.360Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-27T17:20:59.297

Modified: 2026-09-02T13:09:58.050

Link: CVE-2026-81693

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-789

    Memory Allocation with Excessive Size Value