Added attributions & CVE

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
Minos Galanakis
2026-03-26 11:05:44 +00:00
parent 3746d7bbe0
commit 0205ff782b
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
Security
* Fix a NULL pointer dereference in mbedtls_x509_string_to_names() when
mbedtls_calloc() fails to allocate memory. This was caused by failing to
check whether mbedtls_calloc() returned NULL.
check whether mbedtls_calloc() returned NULL. Found and reported by
Haruto Kimura (Stella).

View File

@@ -3,3 +3,4 @@ Security
(e.g. on platforms with memory protection when the overread crosses page
boundary) this could lead to DoS. Found and reported by Haruto Kimura
(Stella).
CVE-2026-25833