You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CVE-2025-15467:
0ddd6b6 Correct handling of AEAD-encrypted CMS with inadmissibly long IV
b1a995e Some comments to clarify functions usage
6297ac4 Test for handling of AEAD-encrypted CMS with inadmissibly long IV
CVE-2025-15468:
293b55d ossl_quic_get_cipher_by_char(): Add a NULL guard before dereferencing SSL_CIPHER
CVE-2025-66199:
84f73f7 Check the received uncompressed certificate length to prevent excessive pre-decompression allocation.
CVE-2025-68160:
b21663c Fix heap buffer overflow in BIO_f_linebuffer
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
openssl (3.2.4-0deepin6) unstable; urgency=medium
See: openssl: CVE-2025-4575, CVE-2025-9230, CVE-2025-9231, CVE-2025-9232 deepin-community/sig-deepin-security#235
See: openssl: CVE-2025-11187, CVE-2025-15467, CVE-2025-15468, CVE-2025-15469, CVE-2025-66199, CVE-2025-68160, CVE-2025-69418, CVE-2025-69419, CVE-2025-69420, CVE-2025-69421, CVE-2026-22795, CVE-2026-22796 deepin-community/sig-deepin-security#232
openssl/openssl@b5282d6
openssl/openssl@cba616c
openssl/openssl@89e790a
0ddd6b6 Correct handling of AEAD-encrypted CMS with inadmissibly long IV
b1a995e Some comments to clarify functions usage
6297ac4 Test for handling of AEAD-encrypted CMS with inadmissibly long IV
293b55d ossl_quic_get_cipher_by_char(): Add a NULL guard before dereferencing SSL_CIPHER
84f73f7 Check the received uncompressed certificate length to prevent excessive pre-decompression allocation.
b21663c Fix heap buffer overflow in BIO_f_linebuffer
be9375d Fix OCB AES-NI/HW stream path unauthenticated/unencrypted trailing bytes
53b78f2 Check return code of UTF8_putc
ea8fc4c Verify ASN1 object's types before attempting to access them as a particular type
2c13bf1 PKCS12_item_decrypt_d2i_ex(): Check oct argument for NULL
c082649 Ensure ASN1 types are checked before use.