Skip to content

Commit cc3f987

Browse files
Changelogs: Added CVEs
Signed-off-by: Minos Galanakis <[email protected]>
1 parent 9364208 commit cc3f987

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

ChangeLog.d/fix-string-to-names-memory-management.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Security
1010
were affected (use-after-free if the san string contains more than one DN).
1111
Code that does not call mbedtls_string_to_names() directly is not affected.
1212
Found by Linh Le and Ngan Nguyen from Calif.
13+
CVE-2025-47917
1314

1415
Changes
1516
* The function mbedtls_x509_string_to_names() now requires its head argument

ChangeLog.d/fix-string-to-names-store-named-data.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ Security
66
users of the output structure, such as mbedtls_x509_write_names(). This
77
only affects applications that create (as opposed to consume) X.509
88
certificates, CSRs or CRLs. Found by Linh Le and Ngan Nguyen from Calif.
9+
CVE-2025-48965
10+

ChangeLog.d/fix_reporting_of_key_usage_issues.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ Security
99
authentication anyway. Only TLS 1.3 servers were affected, and only with
1010
optional authentication (required would abort the handshake with a fatal
1111
alert).
12+
CVE-2024-45159

ChangeLog.d/mbedtls_ssl_set_hostname.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ Security
1414
MBEDTLS_ERR_SSL_CERTIFICATE_VERIFICATION_WITHOUT_HOSTNAME
1515
if mbedtls_ssl_set_hostname() has not been called.
1616
Reported by Daniel Stenberg.
17+
CVE-2025-27809
18+

0 commit comments

Comments
 (0)