CVE-2026-45446

MEDIUMPre-NVD 4.84.8
EchelonGraph scoreMEDIUM confidence

Score 4.8 from GitHub Security Advisory published 2026-06-09. CISA-ADP (Vulnrichment) CVSS v3.1 baseline 4.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: cisa-adp, epss, ghsa
Trending — 3 sources updated this week
4.8
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS: 0%CVSS: 4.8Exploit: NoneExposed: 0

A fix is available — apply it.

Issue summary: The implementations of AES-SIV (RFC 5297) and AES-GCM-SIV (RFC 8452) mishandle the authentication of AAD (Additional Authenticated Data) with an empty ciphertext allowing a forgery of such messages.

Impact summary: An attacker can forge empty messages with arbitrary AAD to the victim's application using these ciphers.

AES-SIV (RFC 5297) and AES-GCM-SIV (RFC 8452) are nonce-misuse-resistant AEAD modes: they accept a key, nonce, optional AAD (bytes that are authenticated but not encrypted), and plaintext, and produces ciphertext plus a 16-byte tag. On decrypt, EVP_DecryptFinal_ex() is documented to return success only if the tag is verified succesfully.

In OpenSSL's provider implementation of these ciphers, the expected tag is computed only when decryption function is invoked with non-empty data. If the caller supplies AAD and then calls EVP_DecryptFinal_ex() without invocation of the ciphertext update, which can happen when the received ciphertext length is zero, the tag is never recalculated and still holds its all-zeros value.

When AES-GCM-SIV is used, an attacker who sends arbitrary AAD, empty ciphertext, and all-zeros tag passes authentication under any key they do not know, single-shot. When AES-SIV is used, for mounting the attack it's necessary for the application to reuse the decryption context without resetting the key.

AES-SIV is implemented since OpenSSL 3.0. AES-GCM-SIV is implemented since OpenSSL 3.2.

No protocols implemented in OpenSSL itself (TLS/CMS/PKCS7/HPKE/QUIC) support either AES-GCM-SIV or AES-SIV. To mount an attack, the applications must implement their own protocol and use the EVP interface. Also they must skip the ciphertext update when a message with an empty ciphertext arrives.

The FIPS modules in 4.0, 3.6, 3.5, 3.4, and 3.0 are not affected by this issue, as these algorithms are not FIPS approved and the affected code is outside the OpenSSL FIPS module boundary.

CVSS v3
4.8
EG Score
4.8(medium)
EPSS
11.3%
KEV
Not listed

Published

June 9, 2026

Last Modified

June 16, 2026

Advisory Details (6)

Auto-updated Jun 16, 2026
Upstream fix merged — awaiting tagged release. Sources: github_commit.
github_commit

commit eec5e9bf0d86 (openssl/openssl)

Fix landed in openssl/openssl commit eec5e9bf0d86 — awaiting tagged release

https://github.com/openssl/openssl/commit/eec5e9bf0d867333b8495e456f5235d225798a68
github_commit

commit daca0f48e4a6 (openssl/openssl)

Fix landed in openssl/openssl commit daca0f48e4a6 — awaiting tagged release

https://github.com/openssl/openssl/commit/daca0f48e4a69a2892a62262bad59e62a8a76598
github_commit

commit 7fe3f33a3b3a (openssl/openssl)

Fix landed in openssl/openssl commit 7fe3f33a3b3a — awaiting tagged release

https://github.com/openssl/openssl/commit/7fe3f33a3b3a4c487aa4dcdbc87057f66ffd2b85
github_commit

commit 71e2a5d26351 (openssl/openssl)

Fix landed in openssl/openssl commit 71e2a5d26351 — awaiting tagged release

https://github.com/openssl/openssl/commit/71e2a5d263518cf5866043bd60ee4994d59e53a3
github_commit

commit 25b32cd9d41d (openssl/openssl)

Fix landed in openssl/openssl commit 25b32cd9d41d — awaiting tagged release

https://github.com/openssl/openssl/commit/25b32cd9d41d2bc01b6abc425bb4baf2c2236fdc

Patch Availability(6)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntuopenssl (3.0.2-0ubuntu1.25) @ jammy2026-07-16ubuntu
redhatinsights-proxy/insights-proxy-container-rhel9:17828905032026-07-01redhat
redhatdiscovery/discovery-ui-rhel9:17821669522026-06-24redhat
redhatrhui5/rhua-rhel9:17815257392026-06-16redhat
redhatopenssl-1:3.5.5-4.el10_22026-06-11redhat
redhatopenssl-1:3.5.5-4.el9_82026-06-11redhat

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Additional Vendor Advisories

(1)

Vendors that published advisories for this CVE beyond the curated set above. Broader coverage but minimal per-row detail — click through for the original advisory.

Data Freshness Timeline

(refreshed 9× in last 7d / 72× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

Showing the most recent 100 of 113 total refreshes for this CVE.

  1. 2026-07-22 14:08 UTCEPSS rescore
  2. 2026-07-21 15:24 UTCEPSS rescore
  3. 2026-07-20 17:08 UTCEPSS rescore
  4. 2026-07-19 14:31 UTCEPSS rescore
  5. 2026-07-19 02:29 UTCEPSS rescore
  6. 2026-07-18 10:04 UTCEPSS rescore
  7. 2026-07-16 17:03 UTCEPSS rescore
  8. 2026-07-16 09:57 UTCVendor advisory
  9. 2026-07-16 09:57 UTCGHSA enrichment
  10. 2026-07-15 16:57 UTCEPSS rescore
  11. 2026-07-15 10:09 UTCVendor advisory
  12. 2026-07-15 10:09 UTCGHSA enrichment
  13. 2026-07-15 02:00 UTCEPSS rescore
  14. 2026-07-14 02:19 UTCVendor advisory
  15. 2026-07-14 02:19 UTCGHSA enrichment
  16. 2026-07-13 22:30 UTCEPSS rescore
  17. 2026-07-13 06:13 UTCEPSS rescore
  18. 2026-07-12 05:46 UTCEPSS rescore
  19. 2026-07-11 20:42 UTCVendor advisory
  20. 2026-07-11 20:42 UTCGHSA enrichment
  21. 2026-07-11 08:27 UTCEPSS rescore
  22. 2026-07-10 20:53 UTCVendor advisory
  23. 2026-07-10 20:53 UTCGHSA enrichment
  24. 2026-07-09 19:10 UTCEPSS rescore
  25. 2026-07-09 02:51 UTCVendor advisory
Show 75 more
  1. 2026-07-09 02:51 UTCGHSA enrichment
  2. 2026-07-08 15:16 UTCEPSS rescore
  3. 2026-07-08 01:30 UTCVendor advisory
  4. 2026-07-08 01:30 UTCGHSA enrichment
  5. 2026-07-07 13:46 UTCEPSS rescore
  6. 2026-07-06 16:27 UTCEPSS rescore
  7. 2026-07-06 02:23 UTCEPSS rescore
  8. 2026-07-05 15:42 UTCVendor advisory
  9. 2026-07-05 15:42 UTCGHSA enrichment
  10. 2026-07-05 02:30 UTCEPSS rescore
  11. 2026-07-04 15:52 UTCVendor advisory
  12. 2026-07-04 15:52 UTCGHSA enrichment
  13. 2026-07-04 06:31 UTCEPSS rescore
  14. 2026-07-03 15:47 UTCVendor advisory
  15. 2026-07-03 15:47 UTCGHSA enrichment
  16. 2026-07-02 15:20 UTCVendor advisory
  17. 2026-07-02 15:20 UTCGHSA enrichment
  18. 2026-07-01 15:23 UTCVendor advisory
  19. 2026-07-01 15:23 UTCGHSA enrichment
  20. 2026-07-01 15:07 UTCEPSS rescore
  21. 2026-06-30 23:22 UTCEPSS rescore
  22. 2026-06-30 15:29 UTCVendor advisory
  23. 2026-06-30 15:29 UTCGHSA enrichment
  24. 2026-06-29 14:06 UTCEPSS rescore
  25. 2026-06-29 14:06 UTCEPSS rescore
  26. 2026-06-29 12:06 UTCVendor advisory
  27. 2026-06-29 12:06 UTCGHSA enrichment
  28. 2026-06-28 14:07 UTCEPSS rescore
  29. 2026-06-28 12:17 UTCVendor advisory
  30. 2026-06-28 12:17 UTCGHSA enrichment
  31. 2026-06-28 04:56 UTCEPSS rescore
  32. 2026-06-28 04:56 UTCEPSS rescore
  33. 2026-06-27 12:26 UTCVendor advisory
  34. 2026-06-27 12:26 UTCGHSA enrichment
  35. 2026-06-27 03:08 UTCEPSS rescore
  36. 2026-06-26 12:37 UTCVendor advisory
  37. 2026-06-26 12:37 UTCGHSA enrichment
  38. 2026-06-25 13:49 UTCEPSS rescore
  39. 2026-06-25 11:37 UTCVendor advisory
  40. 2026-06-25 11:37 UTCGHSA enrichment
  41. 2026-06-24 14:05 UTCEPSS rescore
  42. 2026-06-24 11:44 UTCVendor advisory
  43. 2026-06-24 11:44 UTCGHSA enrichment
  44. 2026-06-23 21:33 UTCEPSS rescore
  45. 2026-06-23 21:33 UTCEPSS rescore
  46. 2026-06-23 10:59 UTCVendor advisory
  47. 2026-06-23 10:59 UTCGHSA enrichment
  48. 2026-06-22 14:25 UTCEPSS rescore
  49. 2026-06-22 14:25 UTCEPSS rescore
  50. 2026-06-22 05:18 UTCVendor advisory
  51. 2026-06-22 05:18 UTCGHSA enrichment
  52. 2026-06-21 14:56 UTCEPSS rescore
  53. 2026-06-21 14:56 UTCEPSS rescore
  54. 2026-06-21 01:59 UTCEPSS rescore
  55. 2026-06-20 21:33 UTCVendor advisory
  56. 2026-06-20 21:33 UTCGHSA enrichment
  57. 2026-06-19 19:25 UTCEPSS rescore
  58. 2026-06-19 19:12 UTCVendor advisory
  59. 2026-06-19 19:12 UTCGHSA enrichment
  60. 2026-06-18 19:23 UTCVendor advisory
  61. 2026-06-18 19:23 UTCGHSA enrichment
  62. 2026-06-18 17:52 UTCEPSS rescore
  63. 2026-06-18 17:52 UTCEPSS rescore
  64. 2026-06-17 19:25 UTCVendor advisory
  65. 2026-06-17 19:25 UTCGHSA enrichment
  66. 2026-06-17 17:53 UTCEPSS rescore
  67. 2026-06-16 19:37 UTCVendor advisory
  68. 2026-06-16 19:37 UTCGHSA enrichment
  69. 2026-06-16 17:52 UTCEPSS rescore
  70. 2026-06-15 19:45 UTCVendor advisory
  71. 2026-06-15 19:45 UTCGHSA enrichment
  72. 2026-06-15 17:49 UTCEPSS rescore
  73. 2026-06-14 19:50 UTCVendor advisory
  74. 2026-06-14 19:50 UTCGHSA enrichment
  75. 2026-06-13 23:00 UTCEPSS rescore

Frequently asked(5)

What is CVE-2026-45446?
CVE-2026-45446 is a medium vulnerability published on June 9, 2026. Issue summary: The implementations of AES-SIV (RFC 5297) and AES-GCM-SIV (RFC 8452) mishandle the authentication of AAD (Additional Authenticated Data) with an empty ciphertext allowing a forgery of such messages. Impact summary: An attacker can forge empty messages with arbitrary AAD to the…
When was CVE-2026-45446 disclosed?
CVE-2026-45446 was first published in the National Vulnerability Database on June 9, 2026, with the most recent update on June 16, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-45446 actively exploited?
CVE-2026-45446 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 11.3% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-45446?
CVE-2026-45446 has a CVSS v3.1 base score of 4.8 (CISA-ADP / Vulnrichment enrichment; NVD's own analysis pending).
How do I remediate CVE-2026-45446?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-45446, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-45446

Explore →

Is Your Infrastructure Affected by CVE-2026-45446?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.