CVE-2026-34180
Last modified
CVE-2026-34180 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.51% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Openssl | Openssl | >= 1.0.2, < 1.0.2zq |
| Openssl | Openssl | >= 1.1.1, < 1.1.1zh |
| Openssl | Openssl | >= 3.0.0, < 3.0.21 |
| Openssl | Openssl | >= 3.4.0, < 3.4.6 |
| Openssl | Openssl | >= 3.5.0, < 3.5.7 |
| Openssl | Openssl | >= 3.6.0, < 3.6.3 |
| Openssl | Openssl | 4.0.0 |
References
- https://openssl-library.org/news/secadv/20260609.txtVendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-34180?
How severe is CVE-2026-34180?
How do I fix CVE-2026-34180?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-34175Uncontrolled search path for some Hardware-Aware-Automated-M…5.4
- CVE-2026-34176When running in Appliance mode, an authenticated remote comm…8.7
- CVE-2026-34177Canonical LXD versions 4.12 through 6.7 contain an incomplet…9.1
- CVE-2026-34178In Canonical LXD before 6.8, the backup import path validate…9.1
- CVE-2026-34179In Canonical LXD versions 4.12 through 6.7, the doCertificat…9.1
- CVE-2026-3418The System REST API accepts user-supplied file uploads witho…9.1
- CVE-2026-34181Issue Summary: The PKCS#12 file processing fails to perform …7.4
- CVE-2026-34182Issue Summary: Cryptographic Message Services (CMS) processi…9.1
- CVE-2026-34183Issue summary: Remote peer may exhaust heap memory of the QU…7.5
- CVE-2026-34184Hydrosystem Control System does not enforce authorization fo…9.1
- CVE-2026-34185Hydrosystem Control System is vulnerable to SQL Injection ac…8.8
- CVE-2026-34186Improper Neutralization of Special Elements used in an SQL C…8.8
Are you affected by CVE-2026-34180?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
