mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
In TLS 1.2, only servers are affected
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
b782415e1b
commit
6dd5b9a60c
@ -1,6 +1,8 @@
|
|||||||
Security
|
Security
|
||||||
* Fix a remotely exploitable heap buffer overflow in TLS handshake parsing.
|
* Fix a remotely exploitable heap buffer overflow in TLS handshake parsing.
|
||||||
In TLS 1.3, all configurations are affected except PSK-only ones.
|
In TLS 1.3, all configurations are affected except PSK-only ones, and
|
||||||
|
both clients and servers are affected.
|
||||||
In TLS 1.2, the affected configurations are those with
|
In TLS 1.2, the affected configurations are those with
|
||||||
MBEDTLS_USE_PSA_CRYPTO and ECDH enabled but DHM and RSA disabled.
|
MBEDTLS_USE_PSA_CRYPTO and ECDH enabled but DHM and RSA disabled,
|
||||||
|
and only servers are affected, not clients.
|
||||||
Credit to OSS-Fuzz.
|
Credit to OSS-Fuzz.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user