Bug 2481881 (CVE-2026-34180) - CVE-2026-34180 openssl: OpenSSL: Heap buffer over-read in ASN.1 decoding can lead to denial of service or information disclosure.
Summary: CVE-2026-34180 openssl: OpenSSL: Heap buffer over-read in ASN.1 decoding can ...
Keywords:
Status: NEW
Alias: CVE-2026-34180
Deadline: 2026-06-09
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-27 13:48 UTC by OSIDB Bzimport
Modified: 2026-06-24 14:37 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2026:26057 0 None None None 2026-06-15 20:24:46 UTC
Red Hat Product Errata RHBA-2026:26059 0 None None None 2026-06-15 20:50:08 UTC
Red Hat Product Errata RHBA-2026:26280 0 None None None 2026-06-16 12:32:29 UTC
Red Hat Product Errata RHBA-2026:26291 0 None None None 2026-06-16 11:56:13 UTC
Red Hat Product Errata RHBA-2026:26303 0 None None None 2026-06-16 12:09:35 UTC
Red Hat Product Errata RHBA-2026:26394 0 None None None 2026-06-16 15:18:47 UTC
Red Hat Product Errata RHBA-2026:26554 0 None None None 2026-06-17 13:40:22 UTC
Red Hat Product Errata RHBA-2026:27072 0 None None None 2026-06-18 10:41:53 UTC
Red Hat Product Errata RHBA-2026:28993 0 None None None 2026-06-24 14:37:26 UTC
Red Hat Product Errata RHSA-2026:25237 0 None None None 2026-06-11 12:31:54 UTC
Red Hat Product Errata RHSA-2026:25239 0 None None None 2026-06-11 12:34:26 UTC

Description OSIDB Bzimport 2026-05-27 13:48:31 UTC
Severity: Low

Issue summary: Parsing a crafted DER-encoded ASN.1 structure with a primitive
element whose content exceeds 2 gigabytes in length may cause a heap buffer
over-read on 64-bit Unix and Unix-like platforms.

Impact summary: The heap buffer over-read may crash the application (Denial of
Service) or to load into the decoded ASN.1 object contents of memory beyond the
end of the input buffer. More typically such ASN.1 elements would instead be
truncated.

An integer truncation in OpenSSL's ASN.1 decoder causes the content length of
an ASN.1 primitive element to be mishandled when it exceeds 2 gigabytes. In the
worst case the truncated length is treated as a request to scan the binary
content for a terminating zero byte, possibly causing OpenSSL to read either
less than or beyond the end of the allocated buffer.

Applications that pass attacker-supplied data to d2i_X509(), d2i_PKCS7(), or
any other d2i_* decoding function are affected. OpenSSL's own command-line
tools are not vulnerable, as data read through the BIO layer is checked before
it reaches the affected code. The issue only affects 64-bit Unix and Unix-like
platforms; 32-bit platforms and 64-bit Windows are not affected.

The FIPS modules in 4.0, 3.6, 3.5, 3.4 and 3.0 are not affected by this issue,
as the affected code is outside the OpenSSL FIPS module boundary.

OpenSSL 4.0, 3.6, 3.5, 3.4, 3.0, 1.1.1 and 1.0.2 are vulnerable to this
issue.

OpenSSL 4.0 users should upgrade to OpenSSL 4.0.1.
OpenSSL 3.6 users should upgrade to OpenSSL 3.6.3.
OpenSSL 3.5 users should upgrade to OpenSSL 3.5.7.
OpenSSL 3.4 users should upgrade to OpenSSL 3.4.6.
OpenSSL 3.0 users should upgrade to OpenSSL 3.0.21.
OpenSSL 1.1.1 users should upgrade to OpenSSL 1.1.1zh
(premium support customers only).
OpenSSL 1.0.2 users should upgrade to OpenSSL 1.0.2zq
(premium support customers only).

This issue was reported on 30th January 2026 by Frank Buss.
The fix was developed by Viktor Dukhovni.

Comment 2 errata-xmlrpc 2026-06-11 12:31:54 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10

Via RHSA-2026:25237 https://access.redhat.com/errata/RHSA-2026:25237

Comment 3 errata-xmlrpc 2026-06-11 12:34:24 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2026:25239 https://access.redhat.com/errata/RHSA-2026:25239


Note You need to log in before you can comment on or make changes to this bug.