Skip to content

Commit e2ab4ea

Browse files
committed
doc: releases: add release notes for Mbed TLS update
Add release notes regarding the Mbed TLS 3.6.3 update. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent 8157a23 commit e2ab4ea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/releases/release-notes-4.2.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,14 @@ The following sections provide detailed lists of changes by component.
4040

4141
Security Vulnerability Related
4242
******************************
43+
4344
The following CVEs are addressed by this release:
4445

46+
* :cve:`2025-27809` `TLS clients may unwittingly skip server authentication
47+
<https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-03-1/>`_
48+
* :cve:`2025-27810` `Potential authentication bypass in TLS handshake
49+
<https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-03-2/>`_
50+
4551
More detailed information can be found in:
4652
https://docs.zephyrproject.org/latest/security/vulnerabilities.html
4753

@@ -369,3 +375,6 @@ Other notable changes
369375
PXN attribute is set for these regions if compiled with ``CONFIG_ARM_MPU_PXN`` and ``CONFIG_USERSPACE``.
370376
This results in a change in behaviour for code being executed from these regions because,
371377
if these regions have pxn attribute set in them, they cannot be executed in privileged mode.
378+
379+
* Mbed TLS was updated to version 3.6.3 (from 3.6.2). The release notes can be found at:
380+
https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.3

0 commit comments

Comments
 (0)