Missing Cryptographic Step Affecting openssl package, versions [3.0.5,3.1.0)


Severity

Recommended
0.0
high
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

EPSS
0.21% (12th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-CONAN-OPENSSL-17277004
  • published10 Jun 2026
  • disclosed9 Jun 2026
  • creditAlex Gaynor

Introduced: 9 Jun 2026

NewCVE-2026-45446  (opens in a new tab)
CWE-325  (opens in a new tab)

How to fix?

Upgrade openssl to version 3.1.0 or higher.

Overview

Affected versions of this package are vulnerable to Missing Cryptographic Step in the AES-SIV (RFC 5297) and AES-GCM-SIV (RFC 8452) provider cipher implementations. An attacker can forge an empty message with arbitrary AAD under a key they do not know, because the expected tag is computed only when the decryption update is invoked with non-empty data. When the caller supplies AAD and then calls EVP_DecryptFinal_ex() without a ciphertext update, which occurs when the received ciphertext length is zero, the tag is never recalculated and retains its all-zeros value. So an arbitrary AAD, empty ciphertext, and all-zeros tag pass authentication.

No protocol implemented in OpenSSL itself supports either cipher, so an attack requires an application that uses the EVP interface for its own protocol and skips the ciphertext update on an empty-ciphertext message.

CVSS Base Scores

version 4.0
version 3.1