Bug 2481884 (CVE-2026-34182) - CVE-2026-34182 openssl: CMS AuthEnvelopedData Processing May Accept Forged Messages
Summary: CVE-2026-34182 openssl: CMS AuthEnvelopedData Processing May Accept Forged Me...
Keywords:
Status: NEW
Alias: CVE-2026-34182
Deadline: 2026-06-09
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-27 14:00 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:45 UTC
Red Hat Product Errata RHBA-2026:26059 0 None None None 2026-06-15 20:50:07 UTC
Red Hat Product Errata RHBA-2026:26280 0 None None None 2026-06-16 12:32:30 UTC
Red Hat Product Errata RHBA-2026:26291 0 None None None 2026-06-16 11:56:14 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:45 UTC
Red Hat Product Errata RHBA-2026:26554 0 None None None 2026-06-17 13:40:24 UTC
Red Hat Product Errata RHBA-2026:27072 0 None None None 2026-06-18 10:41:54 UTC
Red Hat Product Errata RHBA-2026:28993 0 None None None 2026-06-24 14:37:28 UTC
Red Hat Product Errata RHSA-2026:25237 0 None None None 2026-06-11 12:31:57 UTC
Red Hat Product Errata RHSA-2026:25239 0 None None None 2026-06-11 12:34:29 UTC

Description OSIDB Bzimport 2026-05-27 14:00:14 UTC
CMS AuthEnvelopedData Processing May Accept Forged Messages

CMS AuthEnvelopedData Processing May Accept Forged Messages (CVE-2026-34182)
Severity: Moderate

Issue Summary: Cryptographic Message Services (CMS) processing fails to perform
sufficient input validation on the cipher and tag length fields of
AuthEnvelopedData containers, leading to various potential compromises.

Impact Summary: Attackers making use of these vulnerabilities may achieve
key-equivalent functionality for a given CMS recipient and/or bypass integrity
validation for a given message.

In one use case, an attacker may send a CMS message containing
AuthEnvelopedData with the cipher specified as a non-AEAD cipher. OpenSSL
erroneously allows this selection, and attempts to decrypt and validate the
message.

An on-path attacker who captures one legitimate AES-GCM AuthEnvelopedData
addressed to the victim can re-emit it with the recipientInfos set left
byte-for-byte intact, so the victim's private key still unwraps the genuine CEK
(the content-encryption key), but with the inner OID rewritten to AES-256-OFB
(Output Feedback Mode, an unauthenticated keystream mode) and with an
attacker-chosen IV and ciphertext. The victim initializes AES-256-OFB under the
real CEK, never consults the MAC field, and CMS_decrypt() returns success.

If the application under attack responds to the attacker with any indicator
showing success or failure of the decryption effort, it is possible for the
attacker to use this as an oracle to obtain key equivalent functionality for the
CEK used for the chosen recipient of the message.

In another use case, an attacker can reduce the tag length of the chosen AEAD
cipher for a given AuthEnvelopedData container to be a single byte long,
allowing an attacker to brute force CMS decryption, producing an integrity
bypass for applications that trust CMS_decrypt() to reject modified content.

The FIPS modules are not affected by this issue.

OpenSSL 4.0, 3.6, 3.5, 3.4, and 3.0 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 and 1.0.2 are not affected by this issue.

This issue was reported on 12th March 2026 by Asim Viladi Oglu Manizada, and
on 17th April 2026 by Alex Gaynor (Anthropic).

The fix has been developed by Neil Horman.

Comment 2 errata-xmlrpc 2026-06-11 12:31:57 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:28 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.