Skip to content

Commit 3720f17

Browse files
committed
modules: mbedtls: update to 3.6.3
Update Mbed TLS to 3.6.3 as it has cve fixes. Signed-off-by: Sudan Landge <[email protected]>
1 parent f6a55c9 commit 3720f17

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

doc/releases/release-notes-4.1.rst

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,42 @@
2626
2727
.. _zephyr_4.1:
2828

29+
.. _zephyr_4.1.1:
30+
31+
Zephyr 4.1.1
32+
############
33+
34+
This is an LTS maintenance release with fixes.
35+
36+
Security Vulnerability Related
37+
******************************
38+
39+
The following CVEs are addressed by this release:
40+
41+
* :cve:`2025-27809` `TLS clients may unwittingly skip server authentication
42+
<https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-03-1/>`_
43+
* :cve:`2025-27810` `Potential authentication bypass in TLS handshake
44+
<https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-03-2/>`_
45+
46+
More detailed information can be found in:
47+
https://docs.zephyrproject.org/latest/security/vulnerabilities.html
48+
49+
Issues fixed
50+
************
51+
52+
These GitHub issues were addressed since the previous 4.1.0 tagged release:
53+
54+
Mbed TLS
55+
********
56+
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
59+
60+
Mbed TLS 3.6 is an LTS release that will be supported
61+
with security and bug fixes until at least March 2027.
62+
63+
.. _zephyr_4.1.0:
64+
2965
Zephyr 4.1.0
3066
############
3167

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: 4952e1328529ee549d412b498ea71c54f30aa3b1
301+
revision: 5f889934359deccf421554c7045a8381ef75298f
302302
path: modules/crypto/mbedtls
303303
groups:
304304
- crypto

0 commit comments

Comments
 (0)