Skip to content

Commit f42d076

Browse files
committed
OpenSSL 3.5.5 is a security patch release. The most severe CVE fixed in this release is High. This release incorporates the following bug fixes and mitigations: Fixed Improper validation of PBMAC1 parameters in PKCS#12 MAC verification. (CVE-2025-11187) Fixed Stack buffer overflow in CMS AuthEnvelopedData parsing. (CVE-2025-15467) Fixed NULL dereference in SSL_CIPHER_find() function on unknown cipher ID. (CVE-2025-15468) Fixed openssl dgst one-shot codepath silently truncates inputs >16 MiB. (CVE-2025-15469) Fixed TLS 1.3 CompressedCertificate excessive memory allocation. (CVE-2025-66199) Fixed Heap out-of-bounds write in BIO_f_linebuffer on short writes. (CVE-2025-68160) Fixed Unauthenticated/unencrypted trailing bytes with low-level OCB function calls. (CVE-2025-69418) Fixed Out of bounds write in PKCS12_get_friendlyname() UTF-8 conversion. (CVE-2025-69419) Fixed Missing ASN1_TYPE validation in TS_RESP_verify_response() function. (CVE-2025-69420) Fixed NULL Pointer Dereference in PKCS12_item_decrypt_d2i_ex() function. (CVE-2025-69421) Fixed Missing ASN1_TYPE validation in PKCS#12 parsing. (CVE-2026-22795) Fixed ASN1_TYPE Type Confusion in the PKCS7_digest_from_attributes() function. (CVE-2026-22796)
1 parent 39cda2f commit f42d076

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

build_3rdparty.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
DEPENDENT_LIBS = {
66
'openssl': {
77
'order' : 1,
8-
'url' : 'https://github.com/openssl/openssl/releases/download/openssl-3.5.4/openssl-3.5.4.tar.gz',
9-
'sha256' : '967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99',
8+
'url' : 'https://github.com/openssl/openssl/releases/download/openssl-3.5.5/openssl-3.5.5.tar.gz',
9+
'sha256' : 'b28c91532a8b65a1f983b4c28b7488174e4a01008e29ce8e69bd789f28bc2a89',
1010
'target': {
1111
'mingw-w64': {
1212
'result': ['include/openssl/ssl.h', 'lib/libssl.a', 'lib/libcrypto.a'],

project.spdx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
{
3232
"SPDXID": "SPDXRef-Package-openssl",
3333
"name": "openssl",
34-
"versionInfo": "3.5.4",
35-
"packageVersion": "3.5.4",
34+
"versionInfo": "3.5.5",
35+
"packageVersion": "3.5.5",
3636
"primaryPackagePurpose": "LIBRARY",
37-
"downloadLocation": "https://github.com/openssl/openssl/releases/download/openssl-3.5.4/openssl-3.5.4.tar.gz",
37+
"downloadLocation": "https://github.com/openssl/openssl/releases/download/openssl-3.5.5/openssl-3.5.5.tar.gz",
3838
"filesAnalyzed": false,
3939
"packageFileName": "./libs/openssl",
4040
"homepage": "https://openssl-library.org/",

0 commit comments

Comments
 (0)