Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

Количество 16

Количество 16

ubuntu логотип

CVE-2026-45445

3 месяца назад

Issue summary: When an application drives an AES-OCB context through the public EVP_Cipher() one-shot interface, the application-supplied initialisation vector (IV) is silently discarded. Impact summary: Every message encrypted under the same key uses the same effective nonce regardless of the IV supplied by the caller, resulting in (key, nonce) reuse and loss of confidentiality. If the same code path is used to compute the authentication tag, the tag depends only on the (key, IV) pair and not on the plaintext or ciphertext, allowing universal forgery of arbitrary ciphertext from a single captured message. OpenSSL provides two ways to drive a cipher: the documented streaming interface (EVP_CipherUpdate / EVP_CipherFinal_ex) and a lower-level one-shot, EVP_Cipher(), whose documentation explicitly recommends against use by applications in favour of EVP_CipherUpdate() and EVP_CipherFinal_ex(). The OCB provider's streaming handler flushes the application-supplied IV into the OCB conte...

CVSS3: 7.5
EPSS: Низкий
redhat логотип

CVE-2026-45445

3 месяца назад

Issue summary: When an application drives an AES-OCB context through the public EVP_Cipher() one-shot interface, the application-supplied initialisation vector (IV) is silently discarded. Impact summary: Every message encrypted under the same key uses the same effective nonce regardless of the IV supplied by the caller, resulting in (key, nonce) reuse and loss of confidentiality. If the same code path is used to compute the authentication tag, the tag depends only on the (key, IV) pair and not on the plaintext or ciphertext, allowing universal forgery of arbitrary ciphertext from a single captured message. OpenSSL provides two ways to drive a cipher: the documented streaming interface (EVP_CipherUpdate / EVP_CipherFinal_ex) and a lower-level one-shot, EVP_Cipher(), whose documentation explicitly recommends against use by applications in favour of EVP_CipherUpdate() and EVP_CipherFinal_ex(). The OCB provider's streaming handler flushes the application-supplied IV into the OCB conte...

CVSS3: 9.1
EPSS: Низкий
nvd логотип

CVE-2026-45445

3 месяца назад

Issue summary: When an application drives an AES-OCB context through the public EVP_Cipher() one-shot interface, the application-supplied initialisation vector (IV) is silently discarded. Impact summary: Every message encrypted under the same key uses the same effective nonce regardless of the IV supplied by the caller, resulting in (key, nonce) reuse and loss of confidentiality. If the same code path is used to compute the authentication tag, the tag depends only on the (key, IV) pair and not on the plaintext or ciphertext, allowing universal forgery of arbitrary ciphertext from a single captured message. OpenSSL provides two ways to drive a cipher: the documented streaming interface (EVP_CipherUpdate / EVP_CipherFinal_ex) and a lower-level one-shot, EVP_Cipher(), whose documentation explicitly recommends against use by applications in favour of EVP_CipherUpdate() and EVP_CipherFinal_ex(). The OCB provider's streaming handler flushes the application-supplied IV into the OCB contex

CVSS3: 7.5
EPSS: Низкий
msrc логотип

CVE-2026-45445

3 месяца назад

AES-OCB IV Ignored on EVP_Cipher() Path

CVSS3: 7.5
EPSS: Низкий
debian логотип

CVE-2026-45445

3 месяца назад

Issue summary: When an application drives an AES-OCB context through t ...

CVSS3: 7.5
EPSS: Низкий
github логотип

GHSA-v446-xwfm-x7mr

3 месяца назад

Issue summary: When an application drives an AES-OCB context through the public EVP_Cipher() one-shot interface, the application-supplied initialisation vector (IV) is silently discarded. Impact summary: Every message encrypted under the same key uses the same effective nonce regardless of the IV supplied by the caller, resulting in (key, nonce) reuse and loss of confidentiality. If the same code path is used to compute the authentication tag, the tag depends only on the (key, IV) pair and not on the plaintext or ciphertext, allowing universal forgery of arbitrary ciphertext from a single captured message. OpenSSL provides two ways to drive a cipher: the documented streaming interface (EVP_CipherUpdate / EVP_CipherFinal_ex) and a lower-level one-shot, EVP_Cipher(), whose documentation explicitly recommends against use by applications in favour of EVP_CipherUpdate() and EVP_CipherFinal_ex(). The OCB provider's streaming handler flushes the application-supplied IV into the OCB con...

CVSS3: 7.5
EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:2598-1

3 месяца назад

Security update for openssl-3

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:2397-1

3 месяца назад

Security update for openssl-3

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:2393-1

3 месяца назад

Security update for openssl-3

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:2648-1

3 месяца назад

Security update for openssl-3

EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2026:21005-1

3 месяца назад

Security update for openssl-3

EPSS: Низкий
rocky логотип

RLSA-2026:25239

3 месяца назад

Important: openssl security update

EPSS: Низкий
rocky логотип

RLSA-2026:25237

3 месяца назад

Important: openssl security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-50379

2 месяца назад

ELSA-2026-50379: openssl security update (MODERATE)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-25239

3 месяца назад

ELSA-2026-25239: openssl security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-25237

около 2 месяцев назад

ELSA-2026-25237: openssl security update (IMPORTANT)

EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
ubuntu логотип
CVE-2026-45445

Issue summary: When an application drives an AES-OCB context through the public EVP_Cipher() one-shot interface, the application-supplied initialisation vector (IV) is silently discarded. Impact summary: Every message encrypted under the same key uses the same effective nonce regardless of the IV supplied by the caller, resulting in (key, nonce) reuse and loss of confidentiality. If the same code path is used to compute the authentication tag, the tag depends only on the (key, IV) pair and not on the plaintext or ciphertext, allowing universal forgery of arbitrary ciphertext from a single captured message. OpenSSL provides two ways to drive a cipher: the documented streaming interface (EVP_CipherUpdate / EVP_CipherFinal_ex) and a lower-level one-shot, EVP_Cipher(), whose documentation explicitly recommends against use by applications in favour of EVP_CipherUpdate() and EVP_CipherFinal_ex(). The OCB provider's streaming handler flushes the application-supplied IV into the OCB conte...

CVSS3: 7.5
1%
Низкий
3 месяца назад
redhat логотип
CVE-2026-45445

Issue summary: When an application drives an AES-OCB context through the public EVP_Cipher() one-shot interface, the application-supplied initialisation vector (IV) is silently discarded. Impact summary: Every message encrypted under the same key uses the same effective nonce regardless of the IV supplied by the caller, resulting in (key, nonce) reuse and loss of confidentiality. If the same code path is used to compute the authentication tag, the tag depends only on the (key, IV) pair and not on the plaintext or ciphertext, allowing universal forgery of arbitrary ciphertext from a single captured message. OpenSSL provides two ways to drive a cipher: the documented streaming interface (EVP_CipherUpdate / EVP_CipherFinal_ex) and a lower-level one-shot, EVP_Cipher(), whose documentation explicitly recommends against use by applications in favour of EVP_CipherUpdate() and EVP_CipherFinal_ex(). The OCB provider's streaming handler flushes the application-supplied IV into the OCB conte...

CVSS3: 9.1
1%
Низкий
3 месяца назад
nvd логотип
CVE-2026-45445

Issue summary: When an application drives an AES-OCB context through the public EVP_Cipher() one-shot interface, the application-supplied initialisation vector (IV) is silently discarded. Impact summary: Every message encrypted under the same key uses the same effective nonce regardless of the IV supplied by the caller, resulting in (key, nonce) reuse and loss of confidentiality. If the same code path is used to compute the authentication tag, the tag depends only on the (key, IV) pair and not on the plaintext or ciphertext, allowing universal forgery of arbitrary ciphertext from a single captured message. OpenSSL provides two ways to drive a cipher: the documented streaming interface (EVP_CipherUpdate / EVP_CipherFinal_ex) and a lower-level one-shot, EVP_Cipher(), whose documentation explicitly recommends against use by applications in favour of EVP_CipherUpdate() and EVP_CipherFinal_ex(). The OCB provider's streaming handler flushes the application-supplied IV into the OCB contex

CVSS3: 7.5
1%
Низкий
3 месяца назад
msrc логотип
CVE-2026-45445

AES-OCB IV Ignored on EVP_Cipher() Path

CVSS3: 7.5
1%
Низкий
3 месяца назад
debian логотип
CVE-2026-45445

Issue summary: When an application drives an AES-OCB context through t ...

CVSS3: 7.5
1%
Низкий
3 месяца назад
github логотип
GHSA-v446-xwfm-x7mr

Issue summary: When an application drives an AES-OCB context through the public EVP_Cipher() one-shot interface, the application-supplied initialisation vector (IV) is silently discarded. Impact summary: Every message encrypted under the same key uses the same effective nonce regardless of the IV supplied by the caller, resulting in (key, nonce) reuse and loss of confidentiality. If the same code path is used to compute the authentication tag, the tag depends only on the (key, IV) pair and not on the plaintext or ciphertext, allowing universal forgery of arbitrary ciphertext from a single captured message. OpenSSL provides two ways to drive a cipher: the documented streaming interface (EVP_CipherUpdate / EVP_CipherFinal_ex) and a lower-level one-shot, EVP_Cipher(), whose documentation explicitly recommends against use by applications in favour of EVP_CipherUpdate() and EVP_CipherFinal_ex(). The OCB provider's streaming handler flushes the application-supplied IV into the OCB con...

CVSS3: 7.5
1%
Низкий
3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:2598-1

Security update for openssl-3

3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:2397-1

Security update for openssl-3

3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:2393-1

Security update for openssl-3

3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:2648-1

Security update for openssl-3

3 месяца назад
suse-cvrf логотип
openSUSE-SU-2026:21005-1

Security update for openssl-3

3 месяца назад
rocky логотип
RLSA-2026:25239

Important: openssl security update

3 месяца назад
rocky логотип
RLSA-2026:25237

Important: openssl security update

3 месяца назад
oracle-oval логотип
ELSA-2026-50379

ELSA-2026-50379: openssl security update (MODERATE)

2 месяца назад
oracle-oval логотип
ELSA-2026-25239

ELSA-2026-25239: openssl security update (IMPORTANT)

3 месяца назад
oracle-oval логотип
ELSA-2026-25237

ELSA-2026-25237: openssl security update (IMPORTANT)

около 2 месяцев назад

Уязвимостей на страницу