Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
4358 articles · 196341 vulns · 36/41 feeds (7d)
← Back to list
9.1
CVE-2026-34182EXPLOITEDPATCHED
openssl · openssl

CMS AuthEnvelopedData Processing May Accept Forged Messages

Description

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.

Affected Products

VendorProductVersions
opensslopenssl4.0.0, 3.6.0, 3.5.0, 3.4.0, 3.0.0

Also Affects

Downstream vendors/products affected by this vulnerability

VendorProductSourceConfidence
ibmapp connect enterprisecert_advisory90%
oraclesolariscert_advisory90%

References

  • https://openssl-library.org/news/secadv/20260609.txt(vendor-advisory)
  • https://github.com/openssl/openssl/commit/9fd97f8cfdc2c0be214998de3b2b55c8edf6c7ac(patch)
  • https://github.com/openssl/openssl/commit/439ed7d2c0962ce964482727264668bf277c333f(patch)
  • https://github.com/openssl/openssl/commit/7947e6a81eb8776802f159fb6762cb7fcf7e34c7(patch)
  • https://github.com/openssl/openssl/commit/d2ca86bcd43e4f17d899f347101766b6107676e0(patch)
  • https://github.com/openssl/openssl/commit/03c1f4d45fb963aee7d5833390c507cd290182bc(patch)

Related News (9 articles)

Tier B
BSI Advisories4d ago
[NEU] [hoch] IBM App Connect Enterprise: Mehrere Schwachstellen
→ No new info (linked only)
Tier B
CERT-FR31d ago
Multiples vulnérabilités dans les produits IBM (24 juillet 2026)
→ No new info (linked only)
Tier B
CERT-FR32d ago
Multiples vulnérabilités dans Oracle Database Server (23 juillet 2026)
→ No new info (linked only)
Tier B
BSI Advisories32d ago
[NEU] [hoch] Oracle Solaris Drittanbieterkomponenten: Mehrere Schwachstellen
→ No new info (linked only)
Tier C
oss-security62d ago
Common PKCS#7 / CMS parsing issues in OpenSSL, WolfSSL, Bouncy Castle, & GnuPG
→ No new info (linked only)
Tier B
CERT-FR69d ago
Vulnérabilité dans Microsoft Azure (16 juin 2026)
→ No new info (linked only)
Tier A
Microsoft MSRC72d ago
CVE-2026-34182 CMS AuthEnvelopedData Processing May Accept Forged Messages
→ No new info (linked only)
Tier B
CERT-FR75d ago
Multiples vulnérabilités dans OpenSSL (10 juin 2026)
→ No new info (linked only)
Tier C
VulDB75d ago
CVE-2026-34182 | OpenSSL up to 4.0.0 Cryptographic Message Service CMS_decrypt MAC integrity check
→ No new info (linked only)
CVSS 3.19.1 CRITICAL
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CISA KEV❌ No
Actively exploited✅ Yes
Patch available
4.0.13.6.33.5.73.4.63.0.21
CWECWE-354
PublishedJun 9, 2026
Last enriched62d agov3
Tags
CVE-2026-34182WolfSSLBouncy CastleGnuPG
Trending Score41
Source articles9
Independent5
Info Completeness11/14
Missing: epss, kev, iocs

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

HIGHCVE-2026-45447EXP
Heap Use-After-Free in the PKCS7_verify() Function
Trending: 50
HIGHCVE-2026-7383EXP
Possible Heap Buffer Overflow in ASN.1 Multibyte String Conversion
Trending: 43
HIGHCVE-2026-9076EXP
Out-of-Bounds Read in CMS Password-Based Decryption
Trending: 43
HIGHCVE-2026-14456
Unbounded Memory Growth in QUIC Server Incoming Channel Queue
Trending: 38
HIGHCVE-2026-34180EXP
Heap Buffer Over-read in ASN.1 Content Parsing
Trending: 38

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Jun 9, 2026
Discovered by ZDM
Jun 9, 2026
Updated: affectedVersions, severity, cvssEstimate, mitreAttack, tags
Jun 9, 2026
Actively Exploited
Jun 10, 2026
Exploit Available
Jun 10, 2026
Patch Available
Jun 10, 2026
Updated: exploitAvailable, activelyExploited, tags
Jun 22, 2026

Version History

v3
Last enriched 62d ago
v3Tier C62d ago

Marked exploitAvailable and activelyExploited as true, and added new tags for affected libraries.

exploitAvailableactivelyExploitedtags
via oss-security
v2Tier C75d ago

Updated affected versions, severity to HIGH, CVSS estimate to 7.5, and added MITRE ATT&CK technique T1203.

affectedVersionsseveritycvssEstimatemitreAttacktags
via VulDB
v175d ago

Initial creation