@@ -49,6 +49,20 @@ The following CVEs are addressed by this release:
49
49
<https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-03-2/> `_
50
50
* :cve: `2025-2962 ` `Infinite loop in dns_copy_qname
51
51
<https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2qp5-c2vq-g2ww> `_
52
+ * :cve: `2025-52496 ` `Race condition in AESNI support detection
53
+ <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-1/> `_
54
+ * :cve: `2025-52497 ` `Heap buffer under-read when parsing PEM-encrypted material
55
+ <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-2/> `_
56
+ * :cve: `2025-49600 ` `Unchecked return value in LMS verification allows signature bypass
57
+ <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-3/> `_
58
+ * :cve: `2025-49601 ` `Out-of-bounds read in mbedtls_lms_import_public_key()
59
+ <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-4/> `_
60
+ * :cve: `2025-49087 ` `Timing side-channel in block cipher decryption with PKCS#7 padding
61
+ <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-5/> `_
62
+ * :cve: `2025-48965 ` `NULL pointer dereference after using mbedtls_asn1_store_named_data()
63
+ <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-6/> `_
64
+ * :cve: `2025-47917 ` `Misleading memory management in mbedtls_x509_string_to_names()
65
+ <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-7/> `_
52
66
53
67
More detailed information can be found in:
54
68
https://docs.zephyrproject.org/latest/security/vulnerabilities.html
@@ -1214,8 +1228,11 @@ Other notable changes
1214
1228
for New Design) and it is not supported anymore in the STM32CubeWBA from version 1.1.0 (July 2023).
1215
1229
The migration to :zephyr:board: `nucleo_wba55cg ` (``nucleo_wba55cg ``) is recommended instead.
1216
1230
1217
- * Updated Mbed TLS to version 3.6.3 (from 3.6.2). The release notes can be found at:
1218
- https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.3
1231
+ * Updated Mbed TLS to version 3.6.4 (from 3.6.2). Release notes for 3.6.3 and
1232
+ 3.6.4 can be found below:
1233
+
1234
+ * 3.6.3: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.3
1235
+ * 3.6.4: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.4
1219
1236
1220
1237
* Updated TF-M to version 2.1.2 (from 2.1.1). The release notes can be found at:
1221
1238
https://trustedfirmware-m.readthedocs.io/en/tf-mv2.1.2/releases/2.1.2.html
0 commit comments