mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
7 lines
324 B
Plaintext
7 lines
324 B
Plaintext
Security
|
|
* Fix a potential heap buffer overread in TLS 1.2 server-side when
|
|
MBEDTLS_USE_PSA_CRYPTO is enabled, an opaque key (created with
|
|
mbedtls_pk_setup_opaque()) is provisioned, and a static ECDH ciphersuite
|
|
is selected. This may result in an application crash or potentially an
|
|
information leak.
|