blob: b088468612f3f7a20236b6a8eedd62197c1de590 [file] [log] [blame]
Minos Galanakis93145552025-09-09 18:54:52 +01001Security
2 * Fix a bug in mbedtls_x509_string_to_names() and the
3 mbedtls_x509write_{crt,csr}_set_{subject,issuer}_name() functions,
4 where some inputs would cause an inconsistent state to be reached, causing
5 a NULL dereference either in the function itself, or in subsequent
6 users of the output structure, such as mbedtls_x509_write_names(). This
7 only affects applications that create (as opposed to consume) X.509
8 certificates, CSRs or CRLs. Found by Linh Le and Ngan Nguyen from Calif.
Minos Galanakiscc3f9872025-09-29 10:58:51 +01009 CVE-2025-48965
10