You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The opt.psk in ssl_client() must check the string length before copy psk data to local psk buffer. The following code could vulnerable to stack overflow and overwrite sensitive buf.
Source: mbedtls-SGX/example/enclave/s_client.c
The
opt.psk
inssl_client()
must check the string length before copy psk data to local psk buffer. The following code could vulnerable to stack overflow and overwrite sensitivebuf
.The text was updated successfully, but these errors were encountered: