Merge pull request #1685 from minosgalanakis/security/mlfbyt4c_tls13_policy_bypass_changelog

Add Attribution CVE mbedtls:development-restricted
This commit is contained in:
Ronald Cron 2026-06-25 15:54:46 +02:00 committed by GitHub
commit 3bb1c69f7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,7 @@
Security
* Improved documentation of mbedtls_ssl_conf_sig_algs() to emphasize that
this function only sets signature algorithms that are enforced during
TLS key exchange and not on certificate verification.
TLS key exchange and not on certificate verification. Reported by
Xiangdong Li, Beijing University of Posts and Telecommunications (BUPT).
CVE-2026-54441

View File

@ -1,5 +1,7 @@
Security
* Fix TLS 1.3 clients to reject a HelloRetryRequest whose selected group was
not advertised in the original ClientHello. Reported by
not advertised in the original ClientHello. Reported independently by
Din Asotić / Xiangdong Li, Beijing University of Posts and
Telecommunications (BUPT)
Telecommunications (BUPT), and NVIDIA Project Vanessa.
CVE-2026-25832.