REDHAT-BUG-2481881: Low severity OpenSSL OpenSSL vulnerability
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 d2iX509(), d2iPKCS7(), 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.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
OpenSSLto a version that resolves this vulnerability.Fixed in 1.0.2zq - Upgrade
Upgrade
OpenSSLto a version that resolves this vulnerability.Fixed in 1.1.1zh - Upgrade
Upgrade
OpenSSLto a version that resolves this vulnerability.Fixed in 3.0.21. - Upgrade
Upgrade
OpenSSLto a version that resolves this vulnerability.Fixed in 3.4.6. - Upgrade
Upgrade
OpenSSLto a version that resolves this vulnerability.Fixed in 3.5.7. - Upgrade
Upgrade
OpenSSLto a version that resolves this vulnerability.Fixed in 3.6.3. - Upgrade
Upgrade
OpenSSLto a version that resolves this vulnerability.Fixed in 4.0.1.
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2481881?
The severity of REDHAT-BUG-2481881 is categorized as low.
What does REDHAT-BUG-2481881 describe?
REDHAT-BUG-2481881 describes a potential heap buffer over-read caused by parsing a crafted DER-encoded ASN.1 structure.
On which platforms does REDHAT-BUG-2481881 affect OpenSSL?
REDHAT-BUG-2481881 affects 64-bit Unix and Unix-like platforms.
What is the potential impact of REDHAT-BUG-2481881?
The potential impact of REDHAT-BUG-2481881 is that it may cause the application to crash, leading to a denial of service.
How can I mitigate the risks associated with REDHAT-BUG-2481881?
To mitigate the risks of REDHAT-BUG-2481881, ensure you are using the latest version of OpenSSL that addresses this vulnerability.