@@ -42,6 +42,21 @@ The following CVEs are addressed by this release:
4242 <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-03-1/> `_
4343* :cve: `2025-27810 ` `Potential authentication bypass in TLS handshake
4444 <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-03-2/> `_
45+ * :cve: `2025-47917 ` `Misleading memory management in mbedtls_x509_string_to_names()
46+ <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-7/> `_
47+ * :cve: `2025-48965 ` `NULL pointer dereference after using mbedtls_asn1_store_named_data()
48+ <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-6/> `_
49+ * :cve: `2025-49087 ` `Timing side-channel in block cipher decryption with PKCS#7 padding
50+ <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-5/> `_
51+ * :cve: `2025-49600 ` `Unchecked return value in LMS verification allows signature bypass
52+ <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-3/> `_
53+ * :cve: `2025-49601 ` `Out-of-bounds read in mbedtls_lms_import_public_key()
54+ <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-4/> `_
55+ * :cve: `2025-52496 ` `Race condition in AESNI support detection
56+ <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-1/> `_
57+ * :cve: `2025-52497 ` `Heap buffer under-read when parsing PEM-encrypted material
58+ <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-2/> `_
59+
4560
4661More detailed information can be found in:
4762https://docs.zephyrproject.org/latest/security/vulnerabilities.html
@@ -54,7 +69,8 @@ These GitHub issues were addressed since the previous 4.1.0 tagged release:
5469Mbed TLS
5570********
5671
57- Mbed TLS was updated to version 3.6.3 (from 3.6.2). The release notes can be found at:
72+ Mbed TLS was updated to version 3.6.4 (from 3.6.2). The release notes can be found at:
73+ https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.4
5874https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.3
5975
6076Mbed TLS 3.6 is an LTS release that will be supported
0 commit comments