REDHAT-BUG-2481880: Low severity OpenSSL OpenSSL vulnerability
Severity: Low
Issue summary: When CMS password-based decryption (RFC 3211 / PWRI key unwrap) processes attacker-supplied CMS data, an attacker-chosen stream-mode KEK cipher can trigger a heap out-of-bounds read in kekunwrapkey().
Impact summary: A heap buffer over-read may trigger a crash which leads to Denial of Service for an application if the input buffer ends at a memory page boundary and the following page is unmapped. There is no information disclosure as the over-read bytes are not revealed to the attacker.
The key unwrapping function performs a check-byte test as specified in the RFC that reads 7 bytes from a heap allocation that is based on the wrapped key length from the message. There is a minimum length check based on the block length of the wrapping cipher. However the cipher is selected from an OID carried in the attacker's PWRI keyEncryptionAlgorithm with no requirement that the cipher be a block cipher. When an attacker selects a stream-mode cipher the guard will be ineffective and the allocated buffer containing the unwrapped key can be too small to fit the check-bytes specified in the RFC and a buffer over-read can happen.
Applications calling CMSdecrypt() or CMSdecryptset1password() (equivalently openssl cms -decrypt -pwripassword ...) on untrusted CMS data are vulnerable to this issue. No password knowledge is required: the over-read happens during the unwrap attempt before any authentication succeeds.
The over-read is limited to a few bytes and is not written to output, so there is no information disclosure. Triggering a crash requires the allocation to border unmapped memory, which is unlikely with the normal allocator.
The FIPS modules are not affected by this issue.
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 16th May 2026 by Bhabani Sankar Das. It was independently reported on 20th May 2026 by Haruki Oyama (Waseda University). The fix was developed by Nikola Pajkovsky.
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-2481880?
The severity of REDHAT-BUG-2481880 is classified as low.
How do I fix REDHAT-BUG-2481880?
To fix REDHAT-BUG-2481880, update to the patched version of OpenSSL provided by Red Hat.
What impact does REDHAT-BUG-2481880 have on my system?
The impact of REDHAT-BUG-2481880 includes a potential heap buffer over-read that may trigger a crash.
Is REDHAT-BUG-2481880 exploitable?
Yes, REDHAT-BUG-2481880 can be exploited via attacker-supplied CMS data, specifically through a chosen stream-mode KEK cipher.
What software is affected by REDHAT-BUG-2481880?
OpenSSL is the software affected by REDHAT-BUG-2481880.