SSL session is leaked
jmp0x7c00 opened this issue · 0 comments
jmp0x7c00 commented
the variable ssl_session_outside
is a pointer that holds an untrusted address (outside enclave)
TaLoS/src/talos/patch/ssl_lib.c.patch
Line 1187 in 052a93d
the enclave code copies SSL session to the untrusted target buffer by memcpy
, which results in privacy leakage.
TaLoS/src/talos/patch/ssl_lib.c.patch
Line 1190 in 052a93d