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 — 4 sources updated this week
4.8EG
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 4.8Exploit: None knownExposed: 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)
EG Risk
26(Track)
EG Risk 26/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity48% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
31%
KEV
Not listed

Published

June 9, 2026

Last Modified

July 23, 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-provider-legacy (3.5.5-1ubuntu3.2) @ resolute2026-08-20ubuntu
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.

Affected Packages

(6 across 6 ecosystems)
Alpine:v3.22(1)
PackageVulnerable rangeFixed inDependents
openssl3.5.7-r0
Alpine:v3.23(1)
PackageVulnerable rangeFixed inDependents
openssl3.5.7-r0
Alpine:v3.24(1)
PackageVulnerable rangeFixed inDependents
openssl3.5.7-r0
Debian:12(1)
PackageVulnerable rangeFixed inDependents
openssl3.0.10-1 ... 3.0.9-1 (22 versions)3.0.20-1~deb12u2
Debian:13(1)
PackageVulnerable rangeFixed inDependents
openssl3.5.1-1 ... 3.5.6-1~deb13u1 (11 versions)3.5.6-1~deb13u2
Debian:14(1)
PackageVulnerable rangeFixed inDependents
openssl3.5.1-1 ... 3.6.2-1 (19 versions)3.6.3-1

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 18× in last 7d / 97× 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 209 total refreshes for this CVE.

  1. 2026-08-20 22:55 UTCEPSS rescore
  2. 2026-08-20 09:08 UTCEG score recompute
  3. 2026-08-20 09:08 UTCVendor advisory
  4. 2026-08-20 09:08 UTCGHSA enrichment
  5. 2026-08-19 17:04 UTCEPSS rescore
  6. 2026-08-18 13:48 UTCEPSS rescore
  7. 2026-08-17 13:47 UTCEPSS rescore
  8. 2026-08-17 00:44 UTCEG score recompute
  9. 2026-08-17 00:44 UTCVendor advisory
  10. 2026-08-17 00:44 UTCGHSA enrichment
  11. 2026-08-16 14:56 UTCEPSS rescore
  12. 2026-08-16 02:14 UTCEPSS rescore
  13. 2026-08-16 00:36 UTCEG score recompute
  14. 2026-08-16 00:36 UTCVendor advisory
  15. 2026-08-16 00:36 UTCGHSA enrichment
  16. 2026-08-15 01:30 UTCEPSS rescore
  17. 2026-08-14 22:10 UTCVendor advisory
  18. 2026-08-14 22:10 UTCGHSA enrichment
  19. 2026-08-13 22:21 UTCEG score recompute
  20. 2026-08-13 22:21 UTCVendor advisory
  21. 2026-08-13 22:21 UTCGHSA enrichment
  22. 2026-08-13 22:00 UTCEPSS rescore
  23. 2026-08-12 20:23 UTCEG score recompute
  24. 2026-08-12 20:23 UTCVendor advisory
  25. 2026-08-12 20:23 UTCGHSA enrichment
Show 75 more
  1. 2026-08-12 13:51 UTCEPSS rescore
  2. 2026-08-11 20:31 UTCEG score recompute
  3. 2026-08-11 20:31 UTCVendor advisory
  4. 2026-08-11 20:31 UTCGHSA enrichment
  5. 2026-08-11 00:00 UTCEPSS rescore
  6. 2026-08-10 20:43 UTCVendor advisory
  7. 2026-08-10 20:43 UTCGHSA enrichment
  8. 2026-08-09 19:25 UTCEG score recompute
  9. 2026-08-09 19:25 UTCVendor advisory
  10. 2026-08-09 19:25 UTCGHSA enrichment
  11. 2026-08-09 13:46 UTCEPSS rescore
  12. 2026-08-08 19:37 UTCEG score recompute
  13. 2026-08-08 19:37 UTCVendor advisory
  14. 2026-08-08 19:37 UTCGHSA enrichment
  15. 2026-08-08 16:37 UTCEPSS rescore
  16. 2026-08-07 19:48 UTCEG score recompute
  17. 2026-08-07 19:48 UTCVendor advisory
  18. 2026-08-07 19:48 UTCGHSA enrichment
  19. 2026-08-06 19:59 UTCEG score recompute
  20. 2026-08-06 19:59 UTCVendor advisory
  21. 2026-08-06 19:59 UTCGHSA enrichment
  22. 2026-08-06 13:47 UTCEPSS rescore
  23. 2026-08-05 20:11 UTCEG score recompute
  24. 2026-08-05 20:11 UTCVendor advisory
  25. 2026-08-05 20:11 UTCGHSA enrichment
  26. 2026-08-05 19:17 UTCEPSS rescore
  27. 2026-08-04 16:10 UTCEG score recompute
  28. 2026-08-04 16:10 UTCVendor advisory
  29. 2026-08-04 16:10 UTCGHSA enrichment
  30. 2026-08-04 15:10 UTCEPSS rescore
  31. 2026-08-04 10:38 UTCEPSS rescore
  32. 2026-08-03 15:01 UTCEG score recompute
  33. 2026-08-03 15:01 UTCVendor advisory
  34. 2026-08-03 15:01 UTCGHSA enrichment
  35. 2026-08-03 10:36 UTCEPSS rescore
  36. 2026-08-02 10:10 UTCEG score recompute
  37. 2026-08-02 10:10 UTCVendor advisory
  38. 2026-08-02 10:10 UTCGHSA enrichment
  39. 2026-08-02 02:27 UTCEPSS rescore
  40. 2026-08-01 10:22 UTCEG score recompute
  41. 2026-08-01 10:22 UTCVendor advisory
  42. 2026-08-01 10:22 UTCGHSA enrichment
  43. 2026-08-01 04:16 UTCEPSS rescore
  44. 2026-07-31 10:16 UTCEG score recompute
  45. 2026-07-31 10:16 UTCVendor advisory
  46. 2026-07-31 10:16 UTCGHSA enrichment
  47. 2026-07-30 16:28 UTCEPSS rescore
  48. 2026-07-30 10:28 UTCEG score recompute
  49. 2026-07-30 10:28 UTCVendor advisory
  50. 2026-07-30 10:28 UTCGHSA enrichment
  51. 2026-07-30 01:30 UTCEPSS rescore
  52. 2026-07-29 09:09 UTCEG score recompute
  53. 2026-07-29 09:09 UTCVendor advisory
  54. 2026-07-29 09:09 UTCGHSA enrichment
  55. 2026-07-28 15:36 UTCEPSS rescore
  56. 2026-07-28 08:11 UTCEG score recompute
  57. 2026-07-28 08:11 UTCVendor advisory
  58. 2026-07-28 08:11 UTCGHSA enrichment
  59. 2026-07-27 14:13 UTCEPSS rescore
  60. 2026-07-27 08:21 UTCEG score recompute
  61. 2026-07-27 08:21 UTCVendor advisory
  62. 2026-07-27 08:21 UTCGHSA enrichment
  63. 2026-07-26 14:54 UTCEPSS rescore
  64. 2026-07-26 14:54 UTCEPSS rescore
  65. 2026-07-26 06:48 UTCEG score recompute
  66. 2026-07-26 06:48 UTCVendor advisory
  67. 2026-07-26 06:48 UTCGHSA enrichment
  68. 2026-07-25 14:18 UTCEPSS rescore
  69. 2026-07-24 14:17 UTCEPSS rescore
  70. 2026-07-23 14:18 UTCEPSS rescore
  71. 2026-07-23 03:16 UTCEG score recompute
  72. 2026-07-22 14:08 UTCEPSS rescore
  73. 2026-07-21 15:24 UTCEPSS rescore
  74. 2026-07-20 17:08 UTCEPSS rescore
  75. 2026-07-19 14:31 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 July 23, 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 0% probability of exploitation in the next 30 days, which ranks it in the top 69.3% of all scored CVEs.
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

See which npm, PyPI, Go, and Maven packages are affected by 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.