File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,34 @@ Zephyr 3.7.2
99
1010This is an LTS maintenance release with fixes.
1111
12+ Security Vulnerability Related
13+ ****************************** 
14+ 
15+ The following CVEs are addressed by this release:
16+ 
17+ * `CVE-2025-27809  <https://www.cve.org/CVERecord?id=CVE-2025-27809 >`_
18+   `TLS clients may unwittingly skip server authentication 
19+   <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-03-1/> `_
20+ * `CVE-2025-27810  <https://www.cve.org/CVERecord?id=CVE-2025-27810 >`_
21+   `Potential authentication bypass in TLS handshake 
22+   <https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-03-2/> `_
23+ 
24+ More detailed information can be found in:
25+ https://docs.zephyrproject.org/latest/security/vulnerabilities.html
26+ 
1227Issues fixed
1328************ 
1429
1530These GitHub issues were addressed since the previous 3.7.1 tagged release:
1631
32+ Mbed TLS
33+ ******** 
34+ 
35+ Mbed TLS was updated to version 3.6.3 (from 3.6.2). The release notes can be found at:
36+ https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.3
37+ 
38+ Mbed TLS 3.6 is an LTS release that will be supported
39+ with security and bug fixes until at least March 2027.
1740
1841.. _zephyr_3.7.1 :
1942
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ manifest:
282282      revision : 2b498e6f36d6b82ae1da12c8b7742e318624ecf5 
283283      path : modules/lib/gui/lvgl 
284284    - name : mbedtls 
285-       revision : a78176c6ff0733ba08018cba4447bd3f20de7978 
285+       revision : 5f889934359deccf421554c7045a8381ef75298f 
286286      path : modules/crypto/mbedtls 
287287      groups :
288288        - crypto 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments