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

Possible Heap Buffer Overflow in ASN.1 Multibyte String Conversion

Description

Issue summary: A signed integer overflow when sizing the destination buffer for Unicode output in ASN1_mbstring_ncopy() can lead to a heap buffer overflow. Impact summary: A heap buffer overflow may lead to a crash or possibly attacker controlled code execution or other undefined behaviour. In ASN1_mbstring_copy() and ASN1_mbstring_ncopy() the destination size for Unicode output is computed in a signed int: by left shift of the input character count for BMPSTRING (UTF-16) and UNIVERSALSTRING (UTF-32), and by summing per-character byte counts for UTF8STRING. The calculation overflows when the input reaches around 2^30 characters. In the worst case (UNIVERSALSTRING at 2^30 characters) the size wraps to zero, OPENSSL_malloc(1) is called, and the subsequent character copy writes several gigabytes past the one-byte allocation. X.509 certificate processing routes through ASN1_STRING_set_by_NID(), whose DIRSTRING_TYPE mask excludes UNIVERSALSTRING and whose per-NID size limits cap the input length; no network protocol or certificate-handling path in OpenSSL exercises the overflow. Triggering the bug requires an application that calls ASN1_mbstring_copy() or ASN1_mbstring_ncopy() directly, or registers a custom string type via ASN1_STRING_TABLE_add(), with attacker-controlled input on the order of half a gigabyte or more. For these reasons this issue was assigned Low severity. 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.

Affected Products

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

Also Affects

Downstream vendors/products affected by this vulnerability

VendorProductSourceConfidence
ibmapp connect enterprisecert_advisory90%
oracledatabasecert_advisory90%
oraclesolariscert_advisory90%
splunksplunk enterprisecert_advisory90%

References

  • https://openssl-library.org/news/secadv/20260609.txt(vendor-advisory)
  • https://github.com/openssl/openssl/commit/d32350ae8ef7426718f5aa9e383d4b51398ee255(patch)
  • https://github.com/openssl/openssl/commit/c332adaced43bcbb85f97410597e951c11ec3083(patch)
  • https://github.com/openssl/openssl/commit/80c15faaf78042bbb8654a0e234c50c381732f74(patch)
  • https://github.com/openssl/openssl/commit/4f8d2bddaa2c8e06f9c33390ee1717059a6e4be6(patch)
  • https://github.com/openssl/openssl/commit/bd17511070fb39a67bfa19682affb765e706a974(patch)

Related News (12 articles)

Tier B
BSI Advisories3d ago
[NEU] [hoch] Splunk Splunk Enterprise: Mehrere Schwachstellen
→ No new info (linked only)
Tier B
CERT-FR4d ago
Multiples vulnérabilités dans les produits Splunk (20 août 2026)
→ No new info (linked only)
Tier B
BSI Advisories4d ago
[NEU] [hoch] IBM App Connect Enterprise: Mehrere Schwachstellen
→ No new info (linked only)
Tier B
CERT-FR10d ago
Multiples vulnérabilités dans Stormshield Network Security (14 août 2026)
→ 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 D
CSO Online32d ago
Oracle’s July update fixes ten 10.0 vulnerabilities in Fusion Middleware
→ No new info (linked only)
Tier B
BSI Advisories32d ago
[NEU] [hoch] Oracle Solaris Drittanbieterkomponenten: Mehrere Schwachstellen
→ No new info (linked only)
Tier B
BSI Advisories32d ago
[NEU] [hoch] Oracle Database Server: Mehrere Schwachstellen
→ No new info (linked only)
Tier A
Microsoft MSRC72d ago
CVE-2026-7383 Possible Heap Buffer Overflow in ASN.1 Multibyte String Conversion
→ 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-7383 | OpenSSL up to 4.0.0 ASN1_mbstring_ncopy out-of-bounds write
→ No new info (linked only)
CVSS 3.18.1 HIGH
VectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
CISA KEV❌ No
Actively exploited✅ Yes
Patch available
4.0.13.6.33.5.73.4.63.0.211.1.1zh1.0.2zq
CWECWE-787
PublishedJun 9, 2026
Last enriched75d agov2
Tags
CVE-2026-7383
Trending Score43
Source articles12
Independent5
Info Completeness9/14
Missing: epss, kev, exploit, iocs, mitre_attack

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-9076EXP
Out-of-Bounds Read in CMS Password-Based Decryption
Trending: 43
CRITICALCVE-2026-34182EXP
CMS AuthEnvelopedData Processing May Accept Forged Messages
Trending: 41
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: severity, affectedVersions, activelyExploited, tags
Jun 9, 2026
Actively Exploited
Jun 10, 2026
Patch Available
Jun 10, 2026

Version History

v2
Last enriched 75d ago
v2Tier C75d ago

Updated severity to CRITICAL, added new affected versions, and marked the vulnerability as actively exploited.

severityaffectedVersionsactivelyExploitedtags
via VulDB
v175d ago

Initial creation