Skip to content

Commit d03e3a7

Browse files
committed
west: mbedtls: Bump to 3.6.4
Bump mbetls to 3.6.4. Fixes: #94596 Signed-off-by: Flavio Ceolin <[email protected]>
1 parent 84e8c9f commit d03e3a7

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

doc/releases/release-notes-4.1.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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` `Out-of-bounds read in mbedtls_lms_import_public_key()
52+
<https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-4/>`_
53+
* :cve:`2025-49601` `Unchecked return value in LMS verification allows signature bypass
54+
<https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-3/>`_
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

4661
More detailed information can be found in:
4762
https://docs.zephyrproject.org/latest/security/vulnerabilities.html
@@ -54,8 +69,8 @@ These GitHub issues were addressed since the previous 4.1.0 tagged release:
5469
Mbed TLS
5570
********
5671

57-
Mbed TLS was updated to version 3.6.3 (from 3.6.2). The release notes can be found at:
58-
https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.3
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
5974

6075
Mbed TLS 3.6 is an LTS release that will be supported
6176
with security and bug fixes until at least March 2027.

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ manifest:
298298
revision: 1ed1ddd881c3784049a92bb9fe37c38c6c74d998
299299
path: modules/lib/gui/lvgl
300300
- name: mbedtls
301-
revision: 5f889934359deccf421554c7045a8381ef75298f
301+
revision: 85440ef5fffa95d0e9971e9163719189cf34d979
302302
path: modules/crypto/mbedtls
303303
groups:
304304
- crypto

0 commit comments

Comments
 (0)